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

# Valid Typing


## Developement

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


