Metadata-Version: 2.4
Name: http-checker
Version: 1.4.0
Summary: A simple CLI tool to check the status of URLs.
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
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"
Dynamic: license-file

## Implementaion

[x] Project files (code files)
[x] Add simple GHA workflow and make sure it runs completion
[x] Add linting (ruff) and format checks (black)
[] Add typing and security checks
[] Add test automation
[] Build our Python project
[] Publish the project to bet TestPyPi and PyPi when a new tag is pushed
