Metadata-Version: 2.1
Name: thedns
Version: 2.0.1
Summary: Simple Python client library for TheDNS.cn
Home-page: https://github.com/xizhendu/thedns-sdk-python
Author: Xizhen Du
Author-email: xizhendu@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: theid

# thedns-sdk-python


### Proposal

The most convenient path to register your device with public names in seconds.

### Example Code

```ipython
>>>
>>> from thedns import update
>>> update()
{'e64ab96324ef1899498889a0e3eabcb4.public.thedns.cn': '106.38.171.243', 'e64ab96324ef1899498889a0e3eabcb4.private.thedns.cn': '192.168.1.3', 'fqdn': '/_your_home_/.devnull/fqdn', 'owner': '_your_email_'}
>>> 


```
