Skip to content

miracle2k/gandi-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gandi.net API in Python & Command Line Client

This is a command line client for the Gandi HTTP API.

For now, only a couple of DNS related functions are implemented. Pull requests are certainly welcome. It's straightforward to extend.

Installation

$ easy_install gandi

Usage

DNS.

These work with the default zone:

$ gandi dns example.org add
$ gandi dns example.org delete
$ gandi dns example.org list

Or you can use zones explicitly (not implemented):

$ gandi zone VERSION_ID add
$ gandi domain example.org set-zone

About

Gandi CLI client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages