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