pravda
Python type-checker written in Rust
Features
- Fully typed with annotations and checked with mypy, PEP561 compatible
- Add yours!
Installation
pip install pravda
Example
Showcase how your project can be used:
from pravda.example import some_function
print(some_function(3, 4))
# => 7
License
Credits
This project was generated with wemake-python-package
. Current template version is: 5d436d64f7d0a9b3a506d130e3a5669c409061b5. See what is updated since then.