Releases: mscheltienne/template-python
Releases · mscheltienne/template-python
0.7.0
- Fix mention of NeuroTin in logger
- Fix readme
- Improve
.gitignore
0.6.0
- Add workflow to check style with flake8.
- Fix flake8 typo in logger.
- Rename
checks.py
,docs.py
,logs.py
to their private counter-part.
0.5.1
Fix: add missing __init__
to utils
.
0.5.0
- Add docstring utility
- Add logger
- Add
MANIFEST.in
- Reshape the template as a python package
0.4.0
Add requirements for Spyder venv.
0.3.0
Remove .gitattributes.
0.2.0
Add empty requirements.txt files.
0.1.0
Initial template for python projects. Includes:
- .gitignore
- MIT License
- README in Markdown format.
- utils/checks.py to validate user-provided variables.