This is my basic Python package structure. It is based on the Hitchhiker's Guide to Python's Structuring Your Project page, with some of my own additional preferences involved.
- Fork this repository into your own repo on GitHub
- In setup.py, change the
NAME
,DESCRIPTION
, andURL
variables according to your project's name, descriptionm and url - Change the LICENSE file to the license you would like to use
- Change the name of the {{project_name}} folder to your project's name
- In tests/context.py, change the final import statement to reflect your project's name
- And finally, adjust your README.md file accordingly