Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aniketmaurya/python-project-template

A template to kick-start your Python project
https://github.com/aniketmaurya/python-project-template

packaging-python pip python python3

Last synced: about 9 hours ago
JSON representation

A template to kick-start your Python project

Awesome Lists containing this project

README

        

# Python Project Template 🐍

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

## Installation
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/aniketmaurya/python-project-template?template=false)

Install the [Template Project] with pip

```bash
git clone https://github.com/aniketmaurya/python-project-template.git
cd python-project-template
pip install .
```

## Usage/Examples

```python
from template_project import do_something_awesome

print(do_something_awesome())
```