========================
Team and repository tags
========================
.. image:: https://governance.openstack.org/tc/badges/python-vitrageclient.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
..
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
Python bindings to the Vitrage API
==================================
This is a client library for Vitrage built to interface with the Vitrage API
. It
provides a Python API (the ``vitrageclient`` module) and a command-line tool
(``vitrage``).
.. contents:: Contents:
:local:
Ubuntu Install
--------------
At the moment only manual install is available
Manual Install Steps:
- cd to your python-vitrageclient repo
- sudo pip install -r requirements.txt
- python setup.py install
Building and Packaging
----------------------
Install the tool dependencies
::
sudo apt-get install python-pip python-virtualenv
In the python-vitrageclient source directory
::
virtualenv --no-site-packages .venv
source ./.venv/bin/activate
pip install wheel
python setup.py bdist_wheel
pip install $(ls -1rt dist/*.whl | tail -1) --upgrade
References
----------
Detailed documentation for the CLI see `CLI Spec <https://opendev.org/openstack/python-vitrageclient/src/branch/master/doc/source/contributor/cli.rst>`_
Raw data
{
"_id": null,
"home_page": "https://docs.openstack.org/python-vitrageclient/latest/",
"name": "python-vitrageclient",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "OpenStack",
"author_email": "openstack-discuss@lists.openstack.org",
"download_url": "https://files.pythonhosted.org/packages/94/e6/d8bd9bfda8673e71dd07c64e8d4120dbf74fa9f9dbe956ffe5ea42f7a055/python-vitrageclient-5.1.1.tar.gz",
"platform": null,
"description": "========================\nTeam and repository tags\n========================\n\n.. image:: https://governance.openstack.org/tc/badges/python-vitrageclient.svg\n :target: https://governance.openstack.org/tc/reference/tags/index.html\n\n.. Change things from this point on\n\n..\n Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n not use this file except in compliance with the License. You may obtain\n a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\n License for the specific language governing permissions and limitations\n under the License.\n\n\nPython bindings to the Vitrage API\n==================================\n\nThis is a client library for Vitrage built to interface with the Vitrage API\n. It\nprovides a Python API (the ``vitrageclient`` module) and a command-line tool\n(``vitrage``).\n\n\n.. contents:: Contents:\n :local:\n\nUbuntu Install\n--------------\nAt the moment only manual install is available\n\nManual Install Steps:\n - cd to your python-vitrageclient repo\n - sudo pip install -r requirements.txt\n - python setup.py install\n\nBuilding and Packaging\n----------------------\nInstall the tool dependencies\n\n::\n\n sudo apt-get install python-pip python-virtualenv\n\n\nIn the python-vitrageclient source directory\n\n::\n\n virtualenv --no-site-packages .venv\n\n source ./.venv/bin/activate\n\n pip install wheel\n\n python setup.py bdist_wheel\n\n pip install $(ls -1rt dist/*.whl | tail -1) --upgrade\n\n\nReferences\n----------\n\nDetailed documentation for the CLI see `CLI Spec <https://opendev.org/openstack/python-vitrageclient/src/branch/master/doc/source/contributor/cli.rst>`_\n\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Vitrage Client API Library",
"version": "5.1.1",
"project_urls": {
"Homepage": "https://docs.openstack.org/python-vitrageclient/latest/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "417e990b3f56005fee77fec8f91d146031de4636b2787ce47e97ecc3a28454f4",
"md5": "ad7c4b76c9499acd6e7f07b1f415ddd8",
"sha256": "ba6fa9f3be852e52a9fffd85be3cf9eec1abd5e5281d5bb757ab5b7c4db44d3e"
},
"downloads": -1,
"filename": "python_vitrageclient-5.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ad7c4b76c9499acd6e7f07b1f415ddd8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 51075,
"upload_time": "2024-08-30T14:52:50",
"upload_time_iso_8601": "2024-08-30T14:52:50.982911Z",
"url": "https://files.pythonhosted.org/packages/41/7e/990b3f56005fee77fec8f91d146031de4636b2787ce47e97ecc3a28454f4/python_vitrageclient-5.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "94e6d8bd9bfda8673e71dd07c64e8d4120dbf74fa9f9dbe956ffe5ea42f7a055",
"md5": "39375a71aaf265d4155605d08d00f2c6",
"sha256": "a189ba4a8bb6cb5bc05e1bd6e9718ecadaf1862e16a38b4d7a8f7cd6d0b5b646"
},
"downloads": -1,
"filename": "python-vitrageclient-5.1.1.tar.gz",
"has_sig": false,
"md5_digest": "39375a71aaf265d4155605d08d00f2c6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 52051,
"upload_time": "2024-08-30T14:52:52",
"upload_time_iso_8601": "2024-08-30T14:52:52.578382Z",
"url": "https://files.pythonhosted.org/packages/94/e6/d8bd9bfda8673e71dd07c64e8d4120dbf74fa9f9dbe956ffe5ea42f7a055/python-vitrageclient-5.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-30 14:52:52",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "python-vitrageclient"
}