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-2.1.0.tar.gz
(35.7 kB
view hashes)
Built Distribution
Close
Hashes for python-vitrageclient-2.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29ead76ce140b6ad3fab47973a0b1aefb777b967b08eeda85b122afc013dc5e0 |
|
MD5 | 2c58bb3dc210ef226e696670d5e18160 |
|
BLAKE2b-256 | e956c0b68dff4f151d63380556fe2894e14d250f9c573a8533ab87ab7e453c25 |
Close
Hashes for python_vitrageclient-2.1.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0912bde4060c9088bc80de0c0c217fbbe778e4dc6d6f52f1b2ddd2b3057e470 |
|
MD5 | f7849c9601d73d8763ce94ce62f93a5e |
|
BLAKE2b-256 | ec969685cb753d2a056885d01191296d9225e813a31e2374ea5b675c52ad5f7c |