Skip to content

szenti/libcloud-dnsmadeeasy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Driver for DNSMadeEasy for Apache libcloud

This package allows you to use DNSMadeEasy with Apache libcloud.

To use it, simply import the dnsmadeeasy module and create the driver instance:

import libcloud.dns.providers
import dnsmadeeasy

API_KEY = '...'
API_SECRET = '...'

Driver = libcloud.dns.providers.get_driver('dnsmadeeasy')
connection = Driver(API_KEY, API_SECRET)

About

An Apache libcloud DNS driver for DNSMadeEasy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%