Ecosyste.ms: Awesome
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
black pre-commit pytest python python-black python-boilerplate python-template python3
Last synced: about 1 month 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T23:34:23.000Z (4 months ago)
- Last Synced: 2024-07-18T03:03:42.075Z (4 months ago)
- Topics: black, pre-commit, pytest, python, python-black, python-boilerplate, python-template, python3
- Language: Makefile
- Homepage:
- Size: 51.8 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:
- [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
```