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

rf152/python-cloudns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

ClouDNS API library for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages