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