https://github.com/alexferl/python-boilerplate
A minimalistic Python boilerplate
https://github.com/alexferl/python-boilerplate
coveragepy mypy pre-commit python python-boilerplate python-template python3 ruff uv
Last synced: 9 months ago
JSON representation
A minimalistic Python boilerplate
- Host: GitHub
- URL: https://github.com/alexferl/python-boilerplate
- Owner: alexferl
- License: mit
- Created: 2020-06-09T16:31:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T19:05:57.000Z (12 months ago)
- Last Synced: 2025-01-22T16:48:32.655Z (11 months ago)
- Topics: coveragepy, mypy, pre-commit, python, python-boilerplate, python-template, python3, ruff, uv
- Language: Makefile
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-boilerplate
A minimalistic Python boilerplate.
Includes:
- [coverage](https://coverage.readthedocs.io)
- [mypy](https://mypy-lang.org)
- [pre-commit](https://pre-commit.com)
- [ruff](https://docs.astral.sh/ruff/)
## Requirements
- Python 3.10+
- [uv](https://docs.astral.sh/uv/)
## Using
```shell
git clone https://github.com/alexferl/python-boilerplate.git myapp
cd myapp
make dev
```
See which other commands are available with:
```shell
make help
```