OpenStack DNS As A Service (Designate) Client
Go to file
sonu.kumar b34d20dbcc Remove py26 support from designateclient
as of mitaka, the infra team won't have the resources available to
reasonably test py26, also the oslo team is dropping py26 support
from their libraries. sine we rely on oslo for a lot of our work,
and depend on infra for our CI, we should drop py26 support too.

Change-Id: Id322ec683643c817bef1de43519394808cc64072
Closes-Bug: #1519510
2015-12-03 09:24:43 +05:30
bin Rename Moniker -> Designate 2013-06-09 22:08:11 +01:00
designateclient Merge "Adds changes related to py3 compatibility" 2015-11-30 20:00:41 +00:00
doc Merge "Fixes doc for v2 cli" 2015-11-04 21:43:41 +00:00
.gitignore Layout some functional tests for the V2 CLI 2015-09-23 14:30:35 +00:00
.gitreview Update .gitreview for repository move 2014-06-28 16:52:46 +01:00
.testr.conf Layout some functional tests for the V2 CLI 2015-09-23 14:30:35 +00: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 improve readme contents 2015-10-15 18:28:46 +08:00
python-designateclient.sublime-project Rename Moniker -> Designate 2013-06-09 22:08:11 +01:00
requirements.txt Updated from global requirements 2015-11-29 02:37:27 +00:00
setup.cfg Remove py26 support from designateclient 2015-12-03 09:24:43 +05:30
setup.py Updated from global requirements 2015-09-17 12:16:33 +00:00
test-requirements.txt Updated from global requirements 2015-11-24 14:45:37 +00:00
tox.ini Clearing out .pyc file before a tox run 2015-11-18 14:32:54 +05:30

README.rst

Python bindings to the Designate API

Latest Version

Downloads

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/.