Metadata-Version: 2.1
Name: simple-acme-dns
Version: 2.0.0
Summary: A Python ACME client for the DNS-01 challenge
Home-page: https://github.com/jaredhendrickson13/simple_acme_dns
Author: Jared Hendrickson
Author-email: jaredhendrickson13@gmail.com
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

simple_acme_dns
================
[![Coverage](https://github.com/jaredhendrickson13/simple_acme_dns/actions/workflows/coverage.yml/badge.svg)](https://github.com/jaredhendrickson13/simple_acme_dns/actions/workflows/coverage.yml)
[![PyPI](https://github.com/jaredhendrickson13/simple_acme_dns/actions/workflows/pypi.yml/badge.svg)](https://github.com/jaredhendrickson13/simple_acme_dns/actions/workflows/pypi.yml)
[![PyLint](https://github.com/jaredhendrickson13/simple_acme_dns/actions/workflows/pylint.yml/badge.svg)](https://github.com/jaredhendrickson13/simple_acme_dns/actions/workflows/pylint.yml)
[![CodeQL](https://github.com/jaredhendrickson13/simple_acme_dns/actions/workflows/codeql.yml/badge.svg)](https://github.com/jaredhendrickson13/simple_acme_dns/actions/workflows/codeql.yml)

**simple_acme_dns** is a Python ACME client wrapper specifically tailored to the DNS-01 challenge. This makes it easy to manage ACME 
certificates and accounts without the need for an external tool like `certbot`. Although this module is intended for use
with Let's Encrypt, it will support any CA utilizing the ACME v2 protocol.

### Installation
```commandline
pip install simple_acme_dns
```

### Documentation
Refer to the [simple_acme_dns documentation pages](https://jaredhendrickson13.github.io/simple_acme_dns/) for the most 
up-to-date documentation. Example scripts can also be found on 
[GitHub](https://github.com/jaredhendrickson13/simple_acme_dns/tree/master/examples).
