runtype 0.5.1
0
Type dispatch and validation for run-time Python
Contents
Type dispatch and validation for run-time Python
Stars: 161, Watchers: 161, Forks: 2, Open Issues: 1The erezsh/runtype
repo was created 4 years ago and the last code push was 4 weeks ago.
The project is popular with 161 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 1 open issues on GitHub
- No support for type Literal error when using typing_extensions >= 4.6.0
- Refactor base_types to use dispatch (WIP)