Provide information about the project.
Things you will need to do:
- remake
src/project
to the name of the project (remember must be snake case) - change the metadata in
setup.cfg
.
├── auxiliary files
├── src
│ └── project
│ ├── __init__.py
│ ├── __main__.py
│ └── project files...
├── tests
├── __init__.py
├── conftest.py
└── project test files...
The technologies used include:
mypy
flake8
black
isort
pydocstyle
- Python
- pipenv
- pre-commit
- tox
- Docker
- Commitzen
This is heavily inspired by: https://www.youtube.com/watch?v=DhUpxWjOhME.