
runtype 0.3.5
0
Type dispatch and validation for run-time Python
Contents
Type dispatch and validation for run-time Python
Stars: 147, Watchers: 147, Forks: 3, Open Issues: 2The erezsh/runtype
repo was created 3 years ago and the last code push was 3 days ago.
The project is popular with 147 github stars!
How to Install runtype
You can install runtype using pip
pip install runtype
or add it to a project with poetry
poetry add runtype
Package Details
- Author
- Erez Shinan
- License
- MIT
- Homepage
- https://github.com/erezsh/runtype
- PyPi:
- https://pypi.org/project/runtype/
- GitHub Repo:
- https://github.com/erezsh/runtype
Classifiers
- Software Development/Libraries/Python Modules
- Software Development/Quality Assurance
- Utilities
Related Packages
Errors
A list of common runtype errors.
Code Examples
Here are some runtype
code examples and snippets.
GitHub Issues
The runtype package has 2 open issues on GitHub
- No support for type Literal error when using typing_extensions >= 4.6.0
- Refactor base_types to use dispatch (WIP)