python-project-template
python-project-template copied to clipboard
A template to kick-start your Python project
Python Project Template 🐍
A template to kick-start your open-source Python project.
Installation
Install the [Template Project] with pip
git clone https://github.com/aniketmaurya/python-project-template.git
cd python-project-template
pip install .
Usage/Examples
from template_project import do_something_awesome
print(do_something_awesome())