Skip to content
/ python3_seed Public template

A boilerplate Python 3 project

License

Notifications You must be signed in to change notification settings

mtlynch/python3_seed

Repository files navigation

Python3 Seed

CircleCI License

Overview

A boilerplate Python 3 project set up for unit tests and continuous integration.

Specifically:

Installation

mkdir -p ./venv && \
  virtualenv --python python3 ./venv && \
  . venv/bin/activate && \
  pip install --requirement dev_requirements.txt && \
  ./dev-scripts/enable-git-hooks

Customization

To customize this for your project:

  1. Change LICENSE to a license of your choosing.
  2. Change the CircleCI badge in README.md to your own Circle CI project badge.
  3. Change the app name in main.py from Python Seed to your app's name.
  4. Rename app/dummy.py and app/dummy_test.py to the module names of your choosing.
  5. Begin working.

Run

./main.py

About

A boilerplate Python 3 project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •