IIB client library
Project description
iiblib
IIB lib is python IIB client library that allows user to operate with IIB service
Requirements
Python 3.7 over
Python 2.7 over
Setup
# pip install -r requirements.txt $ python -m pip install --user iiblib or (venv)$ python -m pip install iiblib
Usage
Basic usage of IIBClient from iiblib is following
$ python >>> from iiblib.iibclient import IIBClient, IIBKrbAuth >>> krbauth = IIBKrbAuth() >>> iibc = IIBClient('iib-host', krbauth) >>> build iibc.add_bundles('index_image', 'binary_image', ['bundle1','bundle2'], ['x86_64']) >>> iibc.wait_for_build(build) >>> >>> iibc.remove_operators('index_image', 'binary_image', ['operator1'], ['x86_64'])
ChangeLog
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
iiblib-0.1.0.tar.gz
(20.1 kB
view details)
File details
Details for the file iiblib-0.1.0.tar.gz
.
File metadata
- Download URL: iiblib-0.1.0.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20536cb0a2b1e459db4deac05729785178ea940667f2b3e5b12f645a8e0ba0cb |
|
MD5 | b6c93957ef5738d5deb74f75cbe4598f |
|
BLAKE2b-256 | d7ead9811820ef25557641510683a59656f8515764c65dd099b0676deea18b87 |