Metadata-Version: 2.1 Name: acme Version: 2.8.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 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.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Topic :: Internet :: WWW/HTTP Classifier: Topic :: Security Requires-Python: >=3.8 License-File: LICENSE.txt Requires-Dist: cryptography >=3.2.1 Requires-Dist: josepy >=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 Requires-Dist: setuptools >=41.6.0 Provides-Extra: docs Requires-Dist: Sphinx >=1.0 ; extra == 'docs' Requires-Dist: sphinx-rtd-theme ; extra == 'docs' Provides-Extra: test Requires-Dist: importlib-resources >=1.3.1 ; extra == 'test' Requires-Dist: pytest ; extra == 'test' Requires-Dist: pytest-xdist ; extra == 'test' Requires-Dist: typing-extensions ; extra == 'test'