Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 733 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 733 Bytes

Python Project Template 🐍

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

Installation

Open in GitHub Codespaces

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