Template for Creating Other Repos - Python Based
This repo contains the basics for a new, Python-based repo.
It includes:
- A
buildfile for a build with a Postgres Database along with comments on what the steps do. - 'VERSION' file for versioning, used by the
buildfile. - 'tests' directory with a base requirements.txt file.
- 'pytest.ini' with working setup.