Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 365 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 365 Bytes

python-cloudns

python-cloudns is a pythonic module to interact with the ClouDNS HTTP API (http://www.cloudns.net)

Currently it only implements the API functions.

python-cloudns requires the requests module

Usage

Using python-cloudns is relatively simple

import cloudns

a = cloudns.api('username', 'password')
a.test_login()