Python client for Container Infrastructure Management Service
9ebb52f769
After removal of apiclient from oslo-incubator, it was copied to magnumclient repo with following patch: https://review.openstack.org/#/c/280050 Most of the Classes/Methods from apiclient.base are not used, so with this patch they are removed. Change-Id: I1779a11f00e8652620e3c41a46ddefd4344d404a Closes-Bug: #1644167 |
||
---|---|---|
doc/source | ||
magnumclient | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
coverage.sh | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Python bindings to the Magnum API
This is a client library for Magnum built on the Magnum API. It
provides a Python API (the magnumclient
module) and a
command-line tool (magnum
).
Development takes place via the usual OpenStack processes as outlined in the developer guide.
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Bugs - issue tracking
- Source