
typeguard 4.5.0
0
Run-time type checker for Python
Contents
Run-time type checker for Python
Stars: 1746, Watchers: 1746, Forks: 120, Open Issues: 28The agronholm/typeguard repo was created 10 years ago and the last code push was 2 days ago.
The project is very popular with an impressive 1746 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
- None
- 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 28 open issues on GitHub
- Fixed protocol check failing for inherited class/static methods
- False negative when checking against numpy's
ArrayLike - Hitting
NameErrorwith Python 3.14 forward reference forTypedDict - [pre-commit.ci] pre-commit autoupdate
- Get back
check_argument_typesandcheck_return_type
pythonfix