Metadata-Version: 2.1
Name: valid-typing
Version: 0.3.0
Summary: A simple typing validator
Home-page: https://gitlab.com/WilliamWCYoung/valid-typing
Download-URL: https://gitlab.com/WilliamWCYoung/valid-typing/-/archive/0.1.0/valid-typing-0.2.5.tar.gz
Author: William Young
Author-email: william.w.c.young@hotmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
License-File: LICENCE.txt

# Valid Typing


## Developement

```shell script
pyenv virtualenv 3.12.0 valid_typing
pip install -e .
pip install -r ./requirements/development.txt
pytest
```
