Go to file Use this template
2023-07-20 20:36:58 +00:00
src/program Initial commit 2023-06-22 16:30:46 +00:00
tests/program Initial commit 2023-06-22 16:30:46 +00:00
.gitignore Initial commit 2023-06-22 16:30:46 +00:00
environment.yml Update environment.yml 2023-07-20 20:36:10 +00:00
Jenkinsfile Update 'Jenkinsfile' 2023-06-27 14:13:49 +00:00
pyproject.toml Initial commit 2023-06-22 16:30:46 +00:00
README.md Initial commit 2023-06-22 16:30:46 +00:00
setup.cfg Update 'setup.cfg' 2023-06-23 15:33:32 +00:00
setup.py Update setup.py 2023-07-20 20:36:58 +00:00

A Generic Python Program Template

This template is meant to be a general starting point for any Python program. It contains Jenkins configurations, Conda environment starter files, all the variations of a Python's project configurations, and pytests.