Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aahnik/pyproject
A highly opinionated but generic python project template for building a wide range of python applications or libraries.
https://github.com/aahnik/pyproject
aahnik docker github-actions makefile mkdocs mypy poetry pre-commit project project-template project-template-repo pylint pytest python-package python-template python3 template tox
Last synced: 3 months ago
JSON representation
A highly opinionated but generic python project template for building a wide range of python applications or libraries.
- Host: GitHub
- URL: https://github.com/aahnik/pyproject
- Owner: aahnik
- License: mit
- Created: 2021-05-06T14:04:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T17:27:12.000Z (about 3 years ago)
- Last Synced: 2024-05-08T00:31:57.256Z (9 months ago)
- Topics: aahnik, docker, github-actions, makefile, mkdocs, mypy, poetry, pre-commit, project, project-template, project-template-repo, pylint, pytest, python-package, python-template, python3, template, tox
- Language: Makefile
- Homepage:
- Size: 5.11 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# pyproject
A highly opinionated but generic python project template for building a
wide range of python applications or libraries.[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![codecov](https://codecov.io/gh/aahnik/pyproject/branch/main/graph/badge.svg?token=njfT4gCStc)](https://codecov.io/gh/aahnik/pyproject)
[![Tests](https://github.com/aahnik/pyproject/actions/workflows/test.yml/badge.svg)](https://github.com/aahnik/pyproject/actions/workflows/test.yml)
[![Code Quality](https://github.com/aahnik/pyproject/actions/workflows/quality.yml/badge.svg)](https://github.com/aahnik/pyproject/actions/workflows/quality.yml)
[![Docs](https://github.com/aahnik/pyproject/actions/workflows/docs.yml/badge.svg)](https://aahnik.github.io/pyproject)