Metadata-Version: 2.1
Name: patchguard
Version: 0.0.1
Summary: A way to view your renovate status across gitlab projects
Home-page: https://gitlab.com/friendly-security/patchguard
License: Apache-2.0
Author: Eduard Thamm
Author-email: eduard.thamm@thammit.at
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Provides-Extra: docs
Requires-Dist: Sphinx (<4); extra == "docs"
Requires-Dist: aiofiles (>=0.6,<0.7)
Requires-Dist: asyncpg (>=0.22,<0.23)
Requires-Dist: fastapi (>=0.65,<0.66)
Requires-Dist: myst-parser (>=0.17.0,<0.18.0); extra == "docs"
Requires-Dist: psycopg2-binary (>=2.8,<3.0)
Requires-Dist: python-dotenv (>=0.19.2,<0.20.0)
Requires-Dist: rich (>=10.4,<11.0)
Requires-Dist: sphinx-autodoc-typehints (>=1.12,<2.0); extra == "docs"
Requires-Dist: sphinx-click (>=3.0,<4.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=0.5,<0.6); extra == "docs"
Requires-Dist: typer (>=0,<1)
Requires-Dist: uvicorn (>=0.13,<0.14)
Project-URL: Documentation, https://patchguard.readthedocs.io/en/stable/
Project-URL: Repository, https://gitlab.com/friendly-security/patchguard
Description-Content-Type: text/markdown

# Patch Guard

Welcome to patch_guard. You can find more extensive documentation over at [readthedocs](https://patchguard.readthedocs.io/en/latest/).

Contributions are welcome. Just get in touch.

## Quickstart

Simply `pip install patchguard` and get going. The cli is available as `patchguard` and
you can run `patchguard --help` to get up to speed on what you can do.

## Development

This project uses `poetry` for dependency management and `pre-commit` for local checks.

