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).
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
Release files for python-vitrageclient 5.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python_vitrageclient-5.4.0.tar.gz | 52.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_vitrageclient-5.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:103.3 kB
Release files / python_vitrageclient-5.4.0.tar.gz
| Download URL | python_vitrageclient-5.4.0.tar.gz |
|---|---|
| Size | 52.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f71eecc88b7a5cf65f88cbb7d539a6292dec2795c2f676192ca748b132ad7f19
|
|
BLAKE2b-256 checksum How to use checksums |
c5839f03eb1fbce389c8bea4a48fd617a43eaa121b83b8d975980881ddc124a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.14
|
Release files / python_vitrageclient-5.4.0-py3-none-any.whl
| Download URL | python_vitrageclient-5.4.0-py3-none-any.whl |
|---|---|
| Size | 51.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2c8a30da9d8992ae6bcf251c4b24468842a9c64bc23bdebe4d28df5d64a233cc
|
|
BLAKE2b-256 checksum How to use checksums |
8dd448631db5d01c7c8dd5f5adebea5239b958981403cf18aa3ae94fa21d9751
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.14
|