Metadata-Version: 2.1
Name: python-ironic-inspector-client
Version: 2.1.1
Summary: Python client for Ironic Inspector
Home-page: https://launchpad.net/python-ironic-inspector-client
License: Apache-2
Platform: UNKNOWN
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
Requires-Dist: keystoneauth1 (>=3.1.0)
Requires-Dist: osc-lib (>=1.7.0)
Requires-Dist: oslo.i18n (!=3.15.2,>=2.1.0)
Requires-Dist: oslo.utils (>=3.20.0)
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: requests (>=2.14.2)
Requires-Dist: six (>=1.9.0)
Provides-Extra: cli
Requires-Dist: python-openstackclient (>=3.11.0) ; extra == 'cli'
Provides-Extra: test
Requires-Dist: coverage (!=4.4,>=4.0) ; extra == 'test'
Requires-Dist: doc8 ; extra == 'test'
Requires-Dist: fixtures (>=3.0.0) ; extra == 'test'
Requires-Dist: hacking (<0.13,>=0.12.0) ; extra == 'test'
Requires-Dist: mock (>=2.0) ; extra == 'test'
Requires-Dist: requests-mock (>=1.1) ; extra == 'test'
Requires-Dist: sphinx (>=1.6.2) ; extra == 'test'
Requires-Dist: openstackdocstheme (>=1.16.0) ; extra == 'test'
Requires-Dist: reno (!=2.3.1,>=1.8.0) ; extra == 'test'
Requires-Dist: oslo.concurrency (>=3.8.0) ; extra == 'test'

Ironic Inspector Client
=======================

.. image:: https://governance.openstack.org/badges/python-ironic-inspector-client.svg
    :target: https://governance.openstack.org/reference/tags/index.html

This is a client library and tool for `Ironic Inspector`_.

* Free software: Apache license
* Source: https://git.openstack.org/cgit/openstack/python-ironic-inspector-client
* Documentation: https://docs.openstack.org/python-ironic-inspector-client/latest/
* Bugs: https://bugs.launchpad.net/python-ironic-inspector-client
* Downloads: https://pypi.python.org/pypi/python-ironic-inspector-client

Please follow usual OpenStack `Gerrit Workflow`_ to submit a patch, see
`Inspector contributing guide`_ for more detail.

Refer to the `HTTP API reference`_ for information on the
**Ironic Inspector** HTTP API.


.. _Gerrit Workflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _Ironic Inspector: https://pypi.python.org/pypi/ironic-inspector
.. _Inspector contributing guide: https://docs.openstack.org/ironic-inspector/latest/contributing.html
.. _HTTP API reference: https://docs.openstack.org/ironic-inspector/latest/http-api.html



