An open API service indexing awesome lists of open source software.

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

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
```