Metadata-Version: 2.1
Name: python-venusclient
Version: 2.2.0
Summary: Python client for venus API
Home-page: UNKNOWN
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Requires-Dist: PrettyTable (>=0.7.1)
Requires-Dist: cryptography (!=2.0,>=1.9)
Requires-Dist: decorator (>=3.4.0)
Requires-Dist: keystoneauth1 (>=3.3.0)
Requires-Dist: openstacksdk (>=0.42.0)
Requires-Dist: os-client-config (>=1.28.0)
Requires-Dist: osc-lib (>=1.8.0)
Requires-Dist: oslo.i18n (>=1.5.0)
Requires-Dist: oslo.log (>=3.36.0)
Requires-Dist: oslo.serialization (!=2.19.1,>=2.18.0)
Requires-Dist: oslo.utils (>=3.33.0)
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: requests (>=2.14.2)
Requires-Dist: stevedore (>=1.20.0)

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

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

.. Change things from this point on

==================
python-venusclient
==================

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

python-venusclient is a python bindings to the OpenStack Venus API. There's
a Python API (the ``venusclient`` module), and a command-line script
(``venus``). Each implements 100% of the OpenStack Venus API.



