- Please follow PEP-8. Code is more often read than written, so it is extremely recommended for you to format your code with
black
after contributing. - Follow PEP-20 (The Zen of Python) as well.
- Follow the Code of Conduct.
- When building for PyPI, use the following commands:
$ py -3.9 setup.py sdist bdist_wheel $ twine upload dist/*