Mini Shell
Metadata-Version: 2.1
Name: acme
Version: 3.1.0
Summary: ACME protocol implementation in Python
Home-page: https://github.com/certbot/certbot
Author: Certbot Project
Author-email: certbot-dev@eff.org
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Requires-Python: >=3.9
License-File: LICENSE.txt
Requires-Dist: cryptography (>=3.2.1)
Requires-Dist: josepy (<2,>=1.13.0)
Requires-Dist: PyOpenSSL (!=23.1.0,>=17.5.0)
Requires-Dist: pyrfc3339
Requires-Dist: pytz (>=2019.3)
Requires-Dist: requests (>=2.20.0)
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.0) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'
Requires-Dist: typing-extensions ; extra == 'test'
UNKNOWN