Metadata-Version: 2.1
Name: magictypes
Version: 0.6.0
Summary: generate type hints using magic
License: MIT
Author: franzkurt
Author-email: franz.gastring@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# magictype
Generating type hints easy

## why
To use mypy we need  perform such things like write type hints, but we can generate based on call of funcitons during code execution.

## how
I use the module ast to parse, insert annotations and unparse

## promess document perfectly and comment out everything
