Speaker
Kaleb Coberly
Description
Kaleb walked through an open-source template for packaging Python apps, which anyone can use. The template includes GitHub workflows and development tools that run locally, on Github itself, as well as using docker based Act command line tool to run them locally in a container. Good for testing and debugging.
Workflows allow us to automate and standardize complex and sometimes “tricky” build and deployment processes. This can save hours and lots of frustration with hidden errors that only show up at deployment time.
Links
- https://cricketsandcomb.org/#projects - Current home of the tools. Keep checking on https://cascadesteam.org/community-projects for when we get it moved over.
- https://github.com/crickets-and-comb - the current Github project home