Metadata-Version: 2.1
Name: python-karborclient
Version: 1.3.0
Summary: Python client library for Karbor API
Home-page: https://docs.openstack.org/python-karborclient/latest/
Author: OpenStack
Author-email: openstack-discuss@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 :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: PrettyTable (<0.8,>=0.7.1)
Requires-Dist: keystoneauth1 (>=3.4.0)
Requires-Dist: requests (>=2.14.2)
Requires-Dist: simplejson (>=3.5.1)
Requires-Dist: Babel (!=2.4.0,>=2.3.4)
Requires-Dist: six (>=1.10.0)
Requires-Dist: osc-lib (>=1.8.0)
Requires-Dist: oslo.utils (>=3.33.0)
Requires-Dist: oslo.log (>=3.36.0)
Requires-Dist: oslo.i18n (>=3.15.3)

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

.. image:: https://governance.openstack.org/tc/badges/python-karborclient.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

======
Karbor
======

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


Karbor Mission Statement

* Formalize Application Data Protection in OpenStack (APIs, Services, Plugins, ...)
* Be able to protect Any Resource in OpenStack(as well as their dependencies)
* Allow Diversity of vendor solutions, capabilities and implementations
  without compromising usability

* `PyPi`_ - package installation
* `Launchpad project`_ - release management
* `Blueprints`_ - feature specifications
* `Bugs`_ - issue tracking
* `Source`_
* `Specs`_
* `How to Contribute`_

.. _PyPi: https://pypi.org/project/python-karborclient

.. _Launchpad project: https://launchpad.net/python-karborclient
.. _Blueprints: https://blueprints.launchpad.net/python-karborclient
.. _Bugs: https://bugs.launchpad.net/python-karborclient
.. _Source: https://git.openstack.org/cgit/openstack/python-karborclient
.. _Specs: https://docs.openstack.org/karbor/latest/specs/index.html
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html


Python Karborclient
-------------------
python-karborclient is a client library for karbor built on the karbor API.
It provides a Python API (the ``karborclient`` module) and a command-line tool
(``karbor``).

Project Resources
-----------------

Project status, bugs, and blueprints are tracked on Launchpad:

* Client bug tracker
    * https://launchpad.net/python-karborclient

* Karbor bug tracker
    * https://launchpad.net/karbor

Developer documentation can be found here:

  https://docs.openstack.org/karbor/latest/

Additional resources are linked from the project wiki page:

  https://wiki.openstack.org/wiki/karbor

License
-------

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0



