Skip to content

A Python project template to save you time and energy.

License

Notifications You must be signed in to change notification settings

carlosruperez/python-template

 
 

Repository files navigation

Python Template

A Python project template to save you time and energy.

Build Status Licence

Showcase

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.

Install

Click the Use this template button at the top of this project's GitHub page, it looks like this:

Use Template Button

Usage

Replace/rename files as needed:

  1. Configure the setup.py file
  2. Update the Makefile targets to use your directory
  3. Update name in LICENSE
  4. Update .travis.yml file as needed
  5. Rename files/folders as needed
  6. Delete this README and rename README_project.md to README.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

About

A Python project template to save you time and energy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.6%
  • Makefile 40.4%