A template for a Python project that includes functionality for logging, email notifications, configuration options, environment variable credentials, and tests.
To configure for your project, make these changes.
- Update
run.ps1to point to your project directory - Update
config.ymlwith your desired configuration options, and add them toproject/config.pyfollowing the format already present - Update
example.envwith your sensitive/credential information, and rename it to.env. Add new environment variables toproject/config.pyfollowing the format already present