OpenStack DNS As A Service (Designate) Client
Go to file
Pradeep Kumar Singh 28715147df Solve some py3 compatibilty issues
1. replaced dict.keys() with six.iterkeys(dict)
2. replaced map with six.moves.map

Change-Id: I4b80e12a4686fd6f5857c2322de13b1245e72083
2015-07-24 02:35:55 +00:00
bin Rename Moniker -> Designate 2013-06-09 22:08:11 +01:00
designateclient Solve some py3 compatibilty issues 2015-07-24 02:35:55 +00:00
doc Replacing print with print() to provide py 2/3 compatibility 2015-07-20 15:01:42 +05:30
.gitignore Add .eggs to gitignore 2015-06-22 19:30:17 +01:00
.gitreview Update .gitreview for repository move 2014-06-28 16:52:46 +01:00
.testr.conf Rename Moniker -> Designate 2013-06-09 22:08:11 +01:00
LICENSE Fixes pypi tarball not delivering Apache 2.0 LICENSE file 2014-09-26 13:40:50 +05:30
MANIFEST.in Rename Moniker -> Designate 2013-06-09 22:08:11 +01:00
README.rst Update README to work with release tools 2015-04-21 15:07:07 +00:00
python-designateclient.sublime-project Rename Moniker -> Designate 2013-06-09 22:08:11 +01:00
requirements.txt Updated from global requirements 2015-07-15 01:37:08 +00:00
setup.cfg V2 Bindings 2015-05-07 17:23:09 +02:00
setup.py Updated from global requirements 2015-07-15 01:37:08 +00:00
test-requirements.txt Updated from global requirements 2015-07-17 16:17:34 +00:00
tox.ini Sync tox.ini and add py34 2015-05-29 13:13:49 +01:00

README.rst

Python bindings to the Designate API

This is a client library for Designate built on the Designate API. It provides a Python API (the designateclient module) and a command-line tool (designate).

Development takes place via the usual OpenStack processes as outlined in the developer guide. The master repository is in Git.

See release notes and more at http://docs.openstack.org/developer/python-designateclient/.