Published on

Python Golden Template

2 min read
Authors

Creating a python package with all of the best practices can be daunting. I myself have spent a lot of time trying to figure this out so I decided to make a template with the goal of showing myself how to add each "feature" to my project. This post will be a brief overview of all the steps. Detailed documentation is on the readthedocs page associated with the template features include:

The excellent python packages used:

Non-python tools used (all open-source):

Other than that everything is in the standard library! Python best practices are still confusing. Compiling all of these steps took me about a day of time to get just right even after I have already done it before.

If there are any more python best practices that should be added to the template please let me know!