Metadata-Version: 2.0
Name: python-magnumclient
Version: 0.2.1
Summary: Client library for Magnum API
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Requires-Dist: argparse
Requires-Dist: pbr (>=0.11,<2.0)
Requires-Dist: Babel (>=1.3)
Requires-Dist: oslo.config (>=1.11.0)
Requires-Dist: oslo.i18n (>=1.5.0)
Requires-Dist: oslo.utils (>=1.4.0)
Requires-Dist: iso8601 (>=0.1.9)
Requires-Dist: requests (>=2.5.2)
Requires-Dist: python-keystoneclient (>=1.3.0)
Requires-Dist: PyYAML (>=3.1.0)
Requires-Dist: stevedore (>=1.3.0)
Requires-Dist: six (>=1.9.0)

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
<http://docs.openstack.org/infra/manual/developers.html>`_.

* License: Apache License, Version 2.0
* Source: http://git.openstack.org/cgit/openstack/python-magnumclient
* Bugs: http://bugs.launchpad.net/python-magnumclient



