Skip to main content

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

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.iib_client import IIBClient
>>> from iiblib.iib_authentication import IIBKrbAuth
>>> krbauth = IIBKrbAuth()
>>> iibc = IIBClient('iib-host', auth=krbauth)
>>> build = iibc.add_bundles('index_image', 'binary_image', ['bundle1','bundle2'], ['amd64'])
>>> iibc.wait_for_build(build)
>>>
>>> iibc.remove_operators('index_image', 'binary_image', ['operator1'], ['amd64'])

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

7.2.0 - 2023-09-12

Added

  • Added check-related-images parameter to Add request

7.1.0 - 2023-05-18

Added

  • Added FBCOperationsModel
  • Added retry for Kerberos authentication

7.0.0 - 2023-02-14

Added

  • Added RecursiveRelatedBundlesModel
  • Added retries for IIB requests

Fixed

  • Fixed codestyle issues

Removed

  • Dropped support for Python2

6.0.0 - 2022-06-20

Added

  • Added internal_index_image_copy and internal_index_image_copy_resolved attributes support

5.0.0 - 2021-11-09

Added

  • Added build_tags attribute support

4.0.0 - 2021-07-26

Added

  • CreateEmptyIndexModel and functionality
  • create_empty_index function in iib_client.py

3.0.0 - 2021-03-19

Added

  • index_image_resolved attribute
  • deprecation_list attribute to AddModel
  • deprecation_list parameter to add_bundles function

2.2.0 - 2021-02-15

Added

  • new model MergeIndexImageModel

2.1.0 - 2021-01-20

Added

  • regenerate_bundle function in iib_client.py

2.0.1 - 2020-11-26

Fixed

  • fixed a Python 2.6 compatibility issue in iib_build_details_model

2.0.0 - 2020-11-19

Added

  • new models AddModel, RmModel and RegenerateBundleModel to iib_build_details_model
  • new functions _get_args, _validate_data and __getattribute__ in IIBBuildDetailsModel
  • use _slots_ for backward compatibility
  • new class variables _operation_attrs, _optional_attrs, _general_attrs and _accepted_request_type

Changed

  • class IIBBuildDetailsModel change to generic class which is inherited by new models
  • functions from_dict, to_dict and _eq_ in IIBBuildDetailsModel

1.0.0 - 2020-10-20

Changed

  • Version set to 1.0.0 to indicate stable release

0.13.0 - 2020-10-14

Changed

  • Rename file iibclient.py to iib_client.py
  • Create new files for classes from iib_client.py

0.12.0 - 2020-09-29

Added

  • added support for 'omps_operator_version'

Changed

  • 'bundles' is now an optional parameter in IIB requests
  • 'binary_image' is now an optional parameter in IIB requests

0.11.0 - 2020-07-06

Added

  • timout for getting build in final state (default 2 hours)
  • backoff factor for retrying data from API

Changed

  • retry is now triggered for all 5xx HTTP status codes (500-511)

0.10.0 - 2020-06-25

Fixed

  • usage in README
  • default location for keytab

Added

  • support for "overwrite-from-index-token" when calling IIB

Changed

  • password-based auth to token by replacing content-delivery-release-bot

0.9.0 - 2020-03-30

Added

  • added overwrite_from_index param support

0.8.0 - 2020-03-04

Changed

  • better error reporting for IIB errors

Added

  • to_dict method for IIBBuildDetailsModel

0.7.0 - 2020-03-04

Fixed

  • rhel 6 compatibility kerberos fixes

0.6.0 - 2020-03-01

Fixed

  • requests-gssapi replaced with requests-kerberos

0.5.0 - 2020-02-29

Fixed

  • kerberos auth fixed

0.4.0 - 2020-02-27

Fixed

  • make client compatible with upstream IIB

0.3.0 - 2020-02-27

Fixed

  • Fixed kerberos auth
  • added way how to configure insecure ssl connection to IIB

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iiblib-7.2.0.tar.gz (27.6 kB view details)

Uploaded Source

Built Distribution

iiblib-7.2.0-py2.py3-none-any.whl (24.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file iiblib-7.2.0.tar.gz.

File metadata

  • Download URL: iiblib-7.2.0.tar.gz
  • Upload date:
  • Size: 27.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for iiblib-7.2.0.tar.gz
Algorithm Hash digest
SHA256 247ce3e1732f042826f980d3201893af05dbe42b6ec3e6197776c7de3bc9c1c3
MD5 2742703cb086d2a15f55bc9d25b72366
BLAKE2b-256 9533ea85a3ff6c2678fd285df29b5c6748c72d66be45e3249f0ca398fef44dcd

See more details on using hashes here.

Provenance

File details

Details for the file iiblib-7.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: iiblib-7.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 24.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for iiblib-7.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6a89fc73e1f50c86bdddeef269d2b950b5a00060bad7c22c546c8a7800cef034
MD5 7945a092aee5cd40809ef64ce92a2141
BLAKE2b-256 855359ee564565c2db217b42209b16b22952060cb46ded54e76dbb8e459469bc

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page