Metadata-Version: 2.2
Name: certgrinder
Version: 0.20.0b2
Summary: The client part of the Certgrinder project
Author: Thomas Steen Rasmussen
Author-email: thomas@gibfest.dk
License: BSD 3-Clause License
Project-URL: homepage, https://github.com/tykling/certgrinder
Project-URL: documentation, https://certgrinder.readthedocs.org/
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dnspython==2.7.0
Requires-Dist: PyYAML==6.0.1
Requires-Dist: cryptography==44.0.0
Requires-Dist: pid==3.0.4
Provides-Extra: dev
Requires-Dist: twine==5.1.0; extra == "dev"
Requires-Dist: pre-commit==4.0.1; extra == "dev"
Requires-Dist: setuptools-scm==8.1.0; extra == "dev"
Requires-Dist: build==1.2.2.post1; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest==8.3.4; extra == "test"
Requires-Dist: pytest-cov==6.0.0; extra == "test"
Requires-Dist: tox==4.23.2; extra == "test"
Provides-Extra: docs
Requires-Dist: Sphinx==8.1.3; extra == "docs"
Requires-Dist: sphinx-rtd-theme==3.0.2; extra == "docs"
Requires-Dist: sphinx-argparse==0.4.0; extra == "docs"

# Certgrinder client: certgrinder

[![Checked with mypy](../docs/badges/mypy_badge.svg)](http://mypy-lang.org/)
[![Checked with flake8](../docs/badges/flake8-OK-green.svg)](http://flake8.pycqa.org/en/latest/)
[![Codestyle black](../docs/badges/black.svg)](https://github.com/psf/black/)
[![PyPI](https://img.shields.io/pypi/v/certgrinder.svg)](https://pypi.org/project/certgrinder/)
[![PyPI downloads](https://img.shields.io/pypi/dm/certgrinder.svg)](https://pypi.org/project/certgrinder/)

This is the client part of the [Certgrinder project](https://certgrinder.readthedocs.io/en/latest/introduction.html). The package is called ``certgrinder``. It can be installed [from pypi](https://pypi.org/project/certgrinder/).

It is meant to be used with the [certgrinderd](https://pypi.org/project/certgrinderd/) server package.

Documentation can be found at ReadTheDocs: https://certgrinder.readthedocs.io/en/latest/certgrinder.html
