Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pydanny/simplicity
A straightforward and opinionated cookiecutter template for building Python packages. Inspired by Audrey Roy Greenfeld's seminal work on Cookiecutter and the cookiecutter-pypackage template.
https://github.com/pydanny/simplicity
cookiecutter cookiecutter-python cookiecutter-template hacktoberfest
Last synced: 2 months ago
JSON representation
A straightforward and opinionated cookiecutter template for building Python packages. Inspired by Audrey Roy Greenfeld's seminal work on Cookiecutter and the cookiecutter-pypackage template.
- Host: GitHub
- URL: https://github.com/pydanny/simplicity
- Owner: pydanny
- Created: 2023-09-11T11:26:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T17:19:17.000Z (over 1 year ago)
- Last Synced: 2024-10-10T06:11:59.577Z (3 months ago)
- Topics: cookiecutter, cookiecutter-python, cookiecutter-template, hacktoberfest
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 11
- Watchers: 6
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Simplicity
A cookiecutter template for building Python packages. Inspired by Audrey Roy Greenfeld's seminal work on [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) template.
## Features
- [x] Testing with GH actions
- [x] Testing with pytest
- [x] Optional shell entry point powered by Typer.
- [ ] Awesome docs## Usage
First, get cookiecutter. Trust me, it's awesome:
```
pip install cookiecutter
```TODO finish this section
# Contributors