Go to file
2023-06-22 16:35:31 +00:00
src/program Initial commit 2023-06-22 16:35:31 +00:00
tests/program Initial commit 2023-06-22 16:35:31 +00:00
.gitignore Initial commit 2023-06-22 16:35:31 +00:00
environment.yml Initial commit 2023-06-22 16:35:31 +00:00
Jenkinsfile Initial commit 2023-06-22 16:35:31 +00:00
pyproject.toml Initial commit 2023-06-22 16:35:31 +00:00
README.md Initial commit 2023-06-22 16:35:31 +00:00
setup.cfg Initial commit 2023-06-22 16:35:31 +00:00
setup.py Initial commit 2023-06-22 16:35:31 +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.