Metadata-Version: 2.1
Name: thedns
Version: 2.0.7
Summary: Identify your device with $system_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 lightweight module ever to register your devices 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_address_'
 }
>>>

```
