Vitrage Client API Library
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-vitrageclient-5.0.0.tar.gz
(51.9 kB
view hashes)
Built Distribution
Close
Hashes for python-vitrageclient-5.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14d33834c0a8dfb2783bf0346d2b7b7fe9ad8b08dc3bf1d98bcc258b9359814a |
|
MD5 | 76107f75a9cda17a242df5c4469a6902 |
|
BLAKE2b-256 | 5333667910071c51428b7b602afabeb737705774f59cd46c71442ce568fceb0f |
Close
Hashes for python_vitrageclient-5.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3f8aa58c99e8ddcc041a053cd395aa25f2fa85aadfe310d09a5e2b19ec7053b |
|
MD5 | 66bf9308864a3bc76f27a129ab170647 |
|
BLAKE2b-256 | 326b1a564baf82579908f54dd9b385d0007d52a6f47db1a860cf4659a0ef495e |