Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.37 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.37 KB

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