Python client for Kingbird
Go to file
Goutham Pratapa 3333a3c6be Implement quota-class management commands for KB.
"quota-class show"  List the quotas for a quota class.
"quota-class update"  Update quotas for a quota class.
"quota-class delete"  Delete quotas for a quota-class.
Add test-cases for the same.
Depends-on: I7c3f809afcf65077701e320fc97135a3c21c7786

Change-Id: I182ef0d84d5fbcca2b443b14d8f4bd6d42735659
2017-01-05 10:44:20 +00:00
doc/source Add common layer for the client 2016-09-08 10:57:01 +02:00
kingbirdclient Implement quota-class management commands for KB. 2017-01-05 10:44:20 +00:00
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