Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bergercookie/python_package_cookiecutter
Python Package Template using cookiecutter
https://github.com/bergercookie/python_package_cookiecutter
Last synced: 11 days ago
JSON representation
Python Package Template using cookiecutter
- Host: GitHub
- URL: https://github.com/bergercookie/python_package_cookiecutter
- Owner: bergercookie
- License: mit
- Created: 2019-12-10T19:14:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T08:04:51.000Z (about 1 year ago)
- Last Synced: 2024-10-10T23:49:17.945Z (about 1 month ago)
- Language: Python
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Python Bootstrapping Repo
![](https://github.com/bergercookie/python_package_cookiecutter/workflows/CI/badge.svg)
## Intro
Purpose of this repository is to facilitate the bootstrapping of my python
repositories. For that it makes use of
[cookiecutter](https://github.com/cookiecutter/cookiecutter) to customise and
bootstrap the repository. See [bubop](https://github.com/bergercookie/bubop/)
for a work bootstrapped by this repo.## Main features
* `pyproject.toml`-based project using `poetry`
* Argument parsing via `argparse`
* `black`, `isort` for formatting the code
* `HISTORY`, `AUTHORS`, `LICENSE`, `CONTRIBUTING` files
* Testing via `pytest`
* Integration with [pre-commit](https://pre-commit.com/)
* Configuration for `pyright`, `mypy`, `pylint`, `pycln`
* Github issue templates
* Github sponsorship button