/python-project-template

A template to kick-start your open-source Python project

Primary LanguageMakefileMIT LicenseMIT

Python Project Template 🐍

A template to kick-start your open-source Python project.

Installation

Open in GitHub Codespaces

Install my-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())