Metadata-Version: 2.4
Name: simple-http-checker-1
Version: 1.5.0
Summary: A simple CLI tool to check the status of URLs.
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests<3.0,>=2.28
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"
Requires-Dist: bandit; extra == "dev"
Requires-Dist: types-requests; extra == "dev"

#Python-devops-cicd-project
This repo contains the cicd section of my python for DevOps project 


# what we implement in this project ?

[] implement the project(code files)
[] We will add a simple GHA workflow and make sure it runs until completion
[] We will add Linting and formatting checks
[] We will add typing and security checks
[] We will add test automation(PyTest)
[] Build our python project 
[] Publish the project to Pypi and TestPyPi when a new tag is pushed 
