Metadata-Version: 2.1
Name: python-novaclient
Version: 9.1.0
Summary: Client library for OpenStack Compute API
Home-page: http://docs.openstack.org/developer/python-novaclient
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: Apache License, Version 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: pbr!=2.1.0,>=2.0.0
Requires-Dist: keystoneauth1>=3.0.1
Requires-Dist: iso8601>=0.1.11
Requires-Dist: oslo.i18n!=3.15.2,>=2.1.0
Requires-Dist: oslo.serialization!=2.19.1,>=1.10.0
Requires-Dist: oslo.utils>=3.20.0
Requires-Dist: PrettyTable<0.8,>=0.7.1
Requires-Dist: simplejson>=2.2.0
Requires-Dist: six>=1.9.0
Requires-Dist: Babel!=2.4.0,>=2.3.4

========================
Team and repository tags
========================

.. image:: http://governance.openstack.org/badges/python-novaclient.svg
    :target: http://governance.openstack.org/reference/tags/index.html

.. Change things from this point on

============================================
Python bindings to the OpenStack Compute API
============================================

.. image:: https://img.shields.io/pypi/v/python-novaclient.svg
    :target: https://pypi.python.org/pypi/python-novaclient/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/python-novaclient.svg
    :target: https://pypi.python.org/pypi/python-novaclient/
    :alt: Downloads

This is a client for the OpenStack Compute API. It provides a Python API (the
``novaclient`` module) and a command-line script (``nova``). Each implements
100% of the OpenStack Compute API.

* License: Apache License, Version 2.0
* `PyPi`_ - package installation
* `Online Documentation`_
* `Launchpad project`_ - release management
* `Blueprints`_ - feature specifications
* `Bugs`_ - issue tracking
* `Source`_
* `Specs`_
* `How to Contribute`_

.. _PyPi: https://pypi.python.org/pypi/python-novaclient
.. _Online Documentation: http://docs.openstack.org/python-novaclient
.. _Launchpad project: https://launchpad.net/python-novaclient
.. _Blueprints: https://blueprints.launchpad.net/python-novaclient
.. _Bugs: https://bugs.launchpad.net/python-novaclient
.. _Source: https://git.openstack.org/cgit/openstack/python-novaclient
.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
.. _Specs: http://specs.openstack.org/openstack/nova-specs/

