https://github.com/FelixTheC/strongtyping
Decorator which checks whether the function is called with the correct type of parameters.
https://github.com/FelixTheC/strongtyping
decorator docstring-checker property python runtime-checking setter-getter type-checking typechecking typing-decorator
Last synced: 6 months ago
JSON representation
Decorator which checks whether the function is called with the correct type of parameters.
- Host: GitHub
- URL: https://github.com/FelixTheC/strongtyping
- Owner: FelixTheC
- Created: 2020-05-01T14:46:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T19:38:41.000Z (8 months ago)
- Last Synced: 2024-11-11T01:33:16.536Z (6 months ago)
- Topics: decorator, docstring-checker, property, python, runtime-checking, setter-getter, type-checking, typechecking, typing-decorator
- Language: Python
- Homepage: https://pypi.org/project/strongtyping/
- Size: 363 KB
- Stars: 108
- Watchers: 6
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-python-typing - strongtyping - Decorator which checks whether the function is called with the correct type of parameters. (Dynamic type checkers)
README
[](https://badge.fury.io/py/strongtyping)



[](https://github.com/psf/black)
[](https://pycqa.github.io/isort/)
[](https://strongtyping.readthedocs.io/en/latest/?badge=latest)
[](https://pypi.org/project/strongtyping/)# Strong Typing
Decorator which checks at Runtime whether the function is called with the correct type of parameters.
And raises TypeMisMatch if the used parameters in a function call where invalid.## [Docs have been moved to 'readthedocs'](https://strongtyping.readthedocs.io/en/latest/#the-solution)