A Simple Python Project Template generator, to generate the skeleton of your next project in a breeze.
# Will create a new directory, and generate the project skeleton # after a few questions. sppt -o new_project
# clone the repo somewhere, then |pip install -e| it. # you may use sudo to install it globally, or use a virtualenv. pip install -e /path/to/the/clone