A minimal, working example of how to structure a proper installable Python package, covering the directory structure, packaging metadata, a test suite, and contributing guidelines. It's intended as a clean reference and starting point for setting up new Python projects correctly, rather than a tool with functionality of its own.
Install via:
~$ python3 -m pip install git+https://github.com/gilbertohasnofb/minimalpackage
The contributing guidelines can be found in CONTRIBUTING.md.