.coveragerc
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api-stability.rst
docs/certs-dir.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/using.rst
src/integration/__init__.py
src/integration/test_client.py
src/twisted/plugins/txacme_endpoint.py
src/txacme/__init__.py
src/txacme/_endpoint_parser.py
src/txacme/_version.py
src/txacme/client.py
src/txacme/endpoint.py
src/txacme/errors.py
src/txacme/interfaces.py
src/txacme/logging.py
src/txacme/messages.py
src/txacme/service.py
src/txacme/store.py
src/txacme/testing.py
src/txacme/urls.py
src/txacme/util.py
src/txacme.egg-info/PKG-INFO
src/txacme.egg-info/SOURCES.txt
src/txacme.egg-info/dependency_links.txt
src/txacme.egg-info/requires.txt
src/txacme.egg-info/top_level.txt
src/txacme.egg-info/zip-safe
src/txacme/challenges/__init__.py
src/txacme/challenges/_http.py
src/txacme/challenges/_libcloud.py
src/txacme/challenges/_tls.py
src/txacme/test/__init__.py
src/txacme/test/doubles.py
src/txacme/test/matchers.py
src/txacme/test/strategies.py
src/txacme/test/test_challenges.py
src/txacme/test/test_client.py
src/txacme/test/test_endpoint.py
src/txacme/test/test_matchers.py
src/txacme/test/test_service.py
src/txacme/test/test_store.py
src/txacme/test/test_util.py