{"library":"typepy","type":"library","category":null,"description":"typepy is a Python library for variable type checking, validation, and conversion at runtime. As of version 1.3.4, it supports Python 3.9 and newer. It maintains an active release cadence, with several minor updates per year addressing compatibility, new Python versions, and bug fixes.","language":"python","status":"active","version":"1.3.4","tags":["type checking","type conversion","validation","data types"],"last_verified":"Wed May 20","install":[{"cmd":"pip install typepy","imports":["import typepy\ntc = typepy.Type(...)","from typepy import String\ns = String(' value ')","from typepy import Integer\ni = Integer('123')","from typepy import DateTime\ndt = DateTime('2023-01-01')"]}],"homepage":null,"github":"https://github.com/thombashi/typepy","docs":"https://typepy.rtfd.io/","changelog":"https://github.com/thombashi/typepy/releases","pypi":"https://pypi.org/project/typepy/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.5,"avg_import_s":0.06,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/typepy/compatibility"}}