Metadata-Version: 2.1
Name: certgrinderd
Version: 0.18.0
Summary: The server 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: requests ==2.31.0
Requires-Dist: PyYAML ==6.0.1
Requires-Dist: cryptography ==41.0.4
Requires-Dist: pid ==3.0.4
Requires-Dist: certbot ==2.6.0
Provides-Extra: dev
Requires-Dist: twine ==4.0.2 ; extra == 'dev'
Requires-Dist: pre-commit ==3.4.0 ; extra == 'dev'
Requires-Dist: setuptools-scm ==8.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.2 ; extra == 'test'
Requires-Dist: pytest-cov ==4.1.0 ; extra == 'test'
Requires-Dist: tox ==4.11.3 ; extra == 'test'

# Certgrinder server: certgrinderd

[![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/certgrinderd.svg)](https://pypi.org/project/certgrinderd/)
[![PyPI downloads](https://img.shields.io/pypi/dm/certgrinderd.svg)](https://pypi.org/project/certgrinderd/)

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

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

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