IIB client library
Project description
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
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
N/A
## [0.2.0] - 2020-02-26
### Fixed
Fixed incompatibilities with IIB
## [0.1.0] - 2020-02-21
### Added - First iiblib release with support of basic IIB operations
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.2.0.tar.gz
(20.8 kB
view hashes)