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 (over 5 years ago)
- Default Branch: py_3_13
- Last Pushed: 2025-01-05T12:52:14.000Z (9 months ago)
- Last Synced: 2025-04-12T03:52:05.154Z (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: 405 KB
- Stars: 110
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.python.org/downloads/release/python-3100/)
[](https://www.python.org/downloads/release/python-3110/)
[](https://www.python.org/downloads/release/python-3120/)
[](https://www.python.org/downloads/release/python-3130/)
[](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.# This is the release for Python-3.13 and above
- If you need a different version please checkout the release Tags 2.\*.*## [Docs have been moved to 'readthedocs'](https://strongtyping.readthedocs.io/en/latest/#the-solution)