Metadata-Version: 2.4
Name: certgrinderd
Version: 0.21.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.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests==2.32.3
Requires-Dist: PyYAML==6.0.1
Requires-Dist: cryptography==44.0.3
Requires-Dist: pid==3.0.4
Requires-Dist: certbot==4.0.0
Requires-Dist: pydantic-settings==2.6.0
Provides-Extra: dev
Requires-Dist: twine==6.1.0; extra == "dev"
Requires-Dist: pre-commit==4.2.0; extra == "dev"
Requires-Dist: setuptools-scm==8.3.1; extra == "dev"
Requires-Dist: build==1.2.2.post1; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest==8.3.5; extra == "test"
Requires-Dist: pytest-cov==6.1.1; extra == "test"
Requires-Dist: tox==4.26.0; extra == "test"
Provides-Extra: docs
Requires-Dist: Sphinx==8.2.3; extra == "docs"
Requires-Dist: sphinx-rtd-theme==3.0.2; extra == "docs"
Requires-Dist: sphinx-argparse==0.4.0; extra == "docs"
Dynamic: license-file

# 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
