The best, current guides I’ve found
- Python Packaging Authority’s tutorial and sample project
- Cookie Cutter project templating system, specifically cookiecutter-pypackage
- Open Sourcing a Python Project the Right Way, and Supercharge Your Python Developers by Jeff Knupp
It’s hard to find current best practices for organizing a reusable python package. I’m starting a new project to get the world’s restaurant health scores online, and so searching for some kind of guide, these are the best I found.