Metadata-Version: 2.1
Name: pydynu
Version: 0.1.0
Summary: An API wrapper for Dynu ddns.
Home-page: https://github.com/Imperator26/pydynu
Author: Federico A. Corazza
Author-email: federico.corazza@love.it
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

# pydynu

A Python wrapper for Dynu ddns API.

## Quickstart
- `pip install pydynu` or `pip3 install pydynu`
- Go to your [API Credential](https://www.dynu.com/ControlPanel/APICredentials) page and generate a new API key.
- Copy the key inside an `api.key` file.
- Use the API to your needs.


### TODO

- Add support for OAuth keys
- Tests
- More examples


