Python projects take a long time to setup with all the various files, the virtual environment, and keeping things uniform across projects. With this Python template, you can quickly setup boilerplate code and miscellaneous items for your Python project saving you time and energy so you can get back to coding.
Click the Use this template
button at the top of this project's GitHub page, it looks like this:
Replace/rename files as needed:
- Configure the
setup.py
file - Update the Makefile targets to use your directory
- Update name in LICENSE
- Update
.travis.yml
file as needed - Rename files/folders as needed
- Delete this
README
and renameREADME_project.md
toREADME.md
Travis-CI
To add a secure PyPi API key to your .travis.yml
file, run the following command and replace your-api-token
with your real API token.
travis encrypt your-api-token --add deploy.password --com