Metadata-Version: 2.1
Name: hetzner-set-dns-txt-record
Version: 0.2
Summary: A script to change DNS TXT records in the Hetzner robot
Home-page: https://github.com/neuroforgede/hetzner_set_dns_txt_record.py
Author: NeuroForge GmbH & Co. KG
Author-email: github@neuroforge.de
License: GNU Affero General Public License
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4 (>=4.8.2)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: easyzone3 (==1.2.3)

# hetzner_set_dns_a_record.py
python script that can be used to change hetzner DNS TXT entries (intended to be used with a manual auth hook in certbot)

# Installation

```
pip3 install hetzner_set_dns_a_record.py
```

