Skip to content
Snippets Groups Projects
Commit 94aa158c authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Update docs.

parent d8256eb3
No related branches found
No related tags found
No related merge requests found
zone2gandi
==========
Please have a look at the corresponding article:
http://gehrcke.de/2014/02/distributing-a-python-command-line-application/
This is a tool for pushing simple zone files (skip the SOA and NS
records) up to Gandi.
Install by running: pip install zone2gandi
Getting API Credentials
~~~~~~~~~~~~~~~~~~~~~~~
......
......@@ -6,7 +6,7 @@ import sys
import yaml
import xmlrpclib
__version__ = "0.1.0"
__version__ = "0.1.1"
def main():
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment