Minimal simple python project template WIP
-
.gitignore -
virtual environment
requirements.txtenvironment.yml- poetry?
-
pre-commit
.pre-commit-config.yaml
-
formatter
- black
-
linter
- pylint
- yapf
-
testing
- pytest
- unittest
-
pyproject.toml -
CI/CD
- github-actions?
-
editor
- vs-code?
-
...
-
poetry?
-
TUI with config options?
- use black?
- use linter?
- ...
- create venv / conda env
- python version
- ...
-
make file
pip install -r <requirements.txt | ...>pre-commit install