Sample Python project
A sample Python project. Meant as an instruction on creating a modern Python
package with just the standard Python tooling (setuptools, wheel) and without
additional tools like Poetry, Flit or similar. This mainly revolves around using
pyproject.toml
in a standard wasy as specified in PEP 621.
License
This software is licensed under the MIT license (see the LICENSE.txt
file).
Author
Nimrod Adar, contact me or visit my website. Patches are welcome via git send-email. The repository is located at: https://git.shore.co.il/nimrod/.