Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages