Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 632 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 632 Bytes

CI

Python Template

This is a template that has the scaffold for a python project. Here you can find:

  • .devcointainer has a Docker and a .json file
  • Makefile to automate the python task
  • .github contains the .yml file to ensure CI/CD integregration for code quality
  • Requirements.txt specify the library requirements to run the code
  • Main.py contains the main function of interest
  • Test_main.py contains the testing function for main.py