Metadata-Version: 2.1
Name: certgrinder
Version: 0.19.0
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.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dnspython ==2.4.2
Requires-Dist: PyYAML ==6.0.1
Requires-Dist: cryptography ==41.0.5
Requires-Dist: pid ==3.0.4
Provides-Extra: dev
Requires-Dist: twine ==4.0.2 ; extra == 'dev'
Requires-Dist: pre-commit ==3.5.0 ; extra == 'dev'
Requires-Dist: setuptools-scm ==8.0.4 ; extra == 'dev'
Requires-Dist: build ==1.0.3 ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: Sphinx ==7.2.6 ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ==1.3.0 ; extra == 'docs'
Requires-Dist: sphinx-argparse ==0.4.0 ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ==7.4.3 ; extra == 'test'
Requires-Dist: pytest-cov ==4.1.0 ; extra == 'test'
Requires-Dist: tox ==4.11.3 ; extra == 'test'

# 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
