Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 311 Bytes

File metadata and controls

16 lines (13 loc) · 311 Bytes

python-quick-start

Template for Python Repos with the following:

main.py script

  1. Has logging and config file setup
  2. Script will print a simple hello world

Test of main.py

  1. Contains two sample tests that are passing

Misc

  1. Readme
  2. License
  3. Codeowners
  4. Gitignore
  5. Requirements