Metadata-Version: 2.4
Name: bake-forecast-cicd
Version: 1.1.0
Summary: A simple program that predicts the number of cookies necessary to bake.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click<9.0,>=8.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Dynamic: license-file

# Bake Forecast CI/CD

## What we implement in this repository

This repo contains code that predicts the number of cookies to bake and implements a lot of DevOps principles

[] Implement the project (code files)
[] Add a simple GHA workflow and make sure it runs until completion
[] Add linting (ruff) and format checks (black)
[] Add typing (mypy) and security checks (bandit)
[] Add test automation
[] Build our Python project
[] Publish the project to both TestPyPi and PyPi when a new release is published
