Metadata-Version: 2.1
Name: certbot-ci
Version: 0.32.0.dev0
Summary: Certbot continuous integration framework
Home-page: https://github.com/certbot/certbot
Author: Certbot Project
Author-email: certbot-dev@eff.org
License: Apache License 2.0
Classifier: Development Status :: 3 - Alpha
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: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Requires-Python: >=3.9
Requires-Dist: coverage
Requires-Dist: cryptography
Requires-Dist: pyopenssl
Requires-Dist: pytest
Requires-Dist: pytest-cov
Requires-Dist: pytest-xdist>=1.22.1
Requires-Dist: python-dateutil
Requires-Dist: pywin32>=300; sys_platform == "win32"
Requires-Dist: pyyaml
Requires-Dist: pytz>=2019.3
Requires-Dist: requests>=2.16.0
Requires-Dist: types-python-dateutil
