Sample Python project ##################### .. image:: https://git.shore.co.il/nimrod/samplepyproject/badges/main/pipeline.svg :target: https://git.shore.co.il/nimrod/samplepyproject/-/commits/main :alt: pipeline status 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 :code:`pyproject.toml` in a standard wasy as specified in `PEP 621 `_. License ------- This software is licensed under the MIT license (see the :code:`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/.