Metadata-Version: 2.1
Name: hdns
Version: 0.4
Summary: A simple library to handle Hetzner DNS API
Home-page: https://github.com/yourusername/your_package_name
Author: shadi andrew
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# hdns

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://badge.fury.io/py/your-package-name.svg)](https://badge.fury.io/py/your-package-name)

## Overview

This library is intended for people that do not have an static IP from their ISP but want to keep updated their A records at Hetzner DNS service

## Installation

Dependencies:
	requests
	json
	sys

```bash
pip install hdns


