Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 385 Bytes

File metadata and controls

10 lines (8 loc) · 385 Bytes

template_repo

Template for Creating Other Repos - Python Based

This repo contains the basics for a new, Python-based repo.

It includes:

  • A build file for a build with a Postgres Database along with comments on what the steps do.
  • 'VERSION' file for versioning, used by the build file.
  • 'tests' directory with a base requirements.txt file.
  • 'pytest.ini' with working setup.