Python client for Kingbird
Go to file
Goutham Pratapa ec51bdb8da Remove "--resources" option for "quota delete".
Python-kingbirdclient uses python requests and
it cannot send body along with the curl-request.
So removed the option of sending resources(body).

Made Kingbird-client compatible with Keystone_v2 and
Keystone_v3.

Change-Id: I9d7c0055d747245f76d1cbd1213ff74cb11d1faf
2017-01-23 13:35:57 +05:30
doc/source Add common layer for the client 2016-09-08 10:57:01 +02:00
kingbirdclient Remove "--resources" option for "quota delete". 2017-01-23 13:35:57 +05:30
releasenotes Enable release notes translation 2016-10-06 20:50:29 +02:00
.coveragerc Initial kingbirdclient commit 2016-07-07 14:09:12 +02:00
.gitignore Initial kingbirdclient commit 2016-07-07 14:09:12 +02:00
.gitreview Added .gitreview 2016-07-07 08:33:25 +00:00
.mailmap Initial kingbirdclient commit 2016-07-07 14:09:12 +02:00
.testr.conf Initial kingbirdclient commit 2016-07-07 14:09:12 +02:00
CONTRIBUTING.rst Initial kingbirdclient commit 2016-07-07 14:09:12 +02:00
HACKING.rst Initial kingbirdclient commit 2016-07-07 14:09:12 +02:00
LICENSE Initial kingbirdclient commit 2016-07-07 14:09:12 +02:00
MANIFEST.in Initial kingbirdclient commit 2016-07-07 14:09:12 +02:00
README.rst Initial kingbirdclient commit 2016-07-07 14:09:12 +02:00
babel.cfg Initial kingbirdclient commit 2016-07-07 14:09:12 +02:00
requirements.txt Updated from global requirements 2016-12-02 17:17:44 +00:00
run_tests.sh Add common layer for the client 2016-09-08 10:57:01 +02:00
setup.cfg Add entry points for kb client 2016-11-22 13:41:47 +05:30
setup.py Updated from global requirements 2016-07-09 19:26:45 +00:00
test-requirements.txt Updated from global requirements 2016-10-19 04:29:55 +00:00
tox.ini Cleanup tox.ini, enable constraints 2016-08-26 16:49:55 +02:00

README.rst

python-kingbirdclient

Python client for Kingbird

This is a client library for Kingbird built on the Kingbird API. It provides a Python API (the kingbirdclient module) and a command-line tool (kingbird).

Features

  • TODO