Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aniketmaurya/python-project-template
- Owner: aniketmaurya
- License: mit
- Created: 2021-09-04T12:28:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T23:17:20.000Z (6 months ago)
- Last Synced: 2024-05-07T00:25:48.306Z (6 months ago)
- Topics: packaging-python, pip, python, python3
- Language: Makefile
- Homepage:
- Size: 483 KB
- Stars: 15
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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_awesomeprint(do_something_awesome())
```