Metadata-Version: 2.1
Name: typing-exe
Version: 1.0.0
Summary: Executable typehints for Python: make assertions about and/or modify parameters & return values
Author: Sebastian Müller
Author-email: sebastian.nicolas.mueller@gmail.com
Project-URL: repository, https://github.com/snimu/typing-exe
Keywords: parameters,return-value,typing,assert,modify,decorator,typehint
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# typing-exe

Executable typehints for Python: make assertions about and/or modify parameters & return values.

![PyPI Version](https://img.shields.io/pypi/v/typing_exe)
![Wheel](https://img.shields.io/pypi/wheel/typing_exe)
![Tests](https://github.com/snimu/typing-exe/actions/workflows/tests.yml/badge.svg)
![License](https://img.shields.io/github/license/snimu/typing-exe)

**Documentation**

[typing-exe: Documetation](https://snimu.github.io/typing-exe/)
