Skip to content

Create a template project for Python

Yakubov, Sergey requested to merge 1-create-a-template-project-for-python into main

Summary of Changes

First version of the template, including:

  • folder structure
  • linters
  • git pre-commit
  • tests
  • coverage
  • readme and other files
  • Docker files (moving to https://savannah.ornl.gov/)
  • CI/CD setup

Checklist

  • The MR has a clear and concise title
  • Code is self-documented and follows style guidelines.
  • Automated tests are written and pass successfully.
  • Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
  • Readme file is present and up-to-date.

Documentation Updates

Additional Notes

Open to suggestions, please advise what to add/modify/remove

Closes #1 (closed)

Merge request reports