typeguard 4.3.0
0
Run-time type checker for Python
Contents
Run-time type checker for Python
Stars: 1511, Watchers: 1511, Forks: 114, Open Issues: 37The agronholm/typeguard
repo was created 8 years ago and the last code push was 5 days ago.
The project is very popular with an impressive 1511 github stars!
How to Install typeguard
You can install typeguard using pip
pip install typeguard
or add it to a project with poetry
poetry add typeguard
Package Details
- Author
- None
- License
- MIT
- Homepage
- None
- PyPi:
- https://pypi.org/project/typeguard/
- Documentation:
- https://typeguard.readthedocs.io/en/latest/
- GitHub Repo:
- https://github.com/agronholm/typeguard
Classifiers
Related Packages
Errors
A list of common typeguard errors.
Code Examples
Here are some typeguard
code examples and snippets.
GitHub Issues
The typeguard package has 37 open issues on GitHub
- Typechecking doesn't work with decorators that insert parameters
- Incorrect handling of *args and **kwargs (PEP 484)
- How to resolve string-declared object class types?