Data structures for Clean Architecture applications
- Fully typed with annotations and checked with mypy, PEP561 compatible
- Add yours!
pip install platonic
Showcase how your project can be used:
from platonic.example import some_function
print(some_function(3, 4))
# => 7
This project was generated with wemake-python-package
. Current template version is: aa39fa83ce92d9572a57fe74ed14464ffb77d9b4. See what is updated since then.