A library for dynamic type checking in python.
- Simple Types like int, str, bool ...
- Callable (e.g. lambda)
- None
- Any
- Literal
- Tuple
- Union
- list, dict, set
- Optional
- Iterator
- Generator
- Checking of class methods
- Protocols
run examples with
python -m examples.ex1
python -m examples.ex9
run tests with:
python -m unittest discover