Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexferl/python-boilerplate

A minimalistic Python boilerplate
https://github.com/alexferl/python-boilerplate

black pre-commit pytest python python-black python-boilerplate python-template python3

Last synced: about 1 month ago
JSON representation

A minimalistic Python boilerplate

Awesome Lists containing this project

README

        

# python-boilerplate
A minimalistic Python boilerplate.

Includes:
- [black](https://black.readthedocs.io)
- [coverage](https://coverage.readthedocs.io)
- [mypy](https://mypy-lang.org)
- [pre-commit](https://pre-commit.com)

## Requirements
- Python 3.9+

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