Metadata-Version: 2.1
Name: thedns
Version: 2.0.2
Summary: Python module to register your device as "_device_id_.{private,public}.theca.cn"
Home-page: https://devnull.cn
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 method 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_'}
>>> 


```
