This repository is meant to establish useful practices for python projects.
See CONTRIBUTING.md for installation instructions.
The following actions are needed when using this as the template for a new python project:
- Update
readme.mdfor new project - Update
factbook.yamlfor new project - Update
pyproject.tomlwith relevantname,description, andauthorsand remove unneeded dep groups - Update
python_templatefolder to match new project name - Remove all example code files (leave
__init__.pyin place) - Rename all references to
python-templateandpython_templateto new module/folder names - Remove all example test files and all code from
conftest.py(leave the docstring in place) - Add placeholder tests so PR passes
- Get GH Admins to add mdsol robot key so PR passes
- Add Artifactory robot account info so PR passes
See CONTRIBUTING.
See the factbook.