Skip to content

Contains python scripts and objects to manage OLM functionality around CSVs

Notifications You must be signed in to change notification settings

multicloud-ops/operator-csv-libs

Repository files navigation

Python application Quality Gate Status

Operator CSV libs

Usage

Place operator-csv-libs in your requirements.txt file or run pip install operator-csv-libs.

Then import the library into your scrips using some form of an import statement:

from operator_csv_libs.csv import ClusterServiceVersion
import operator_csv_libs.package as package

Documentation

The documentation for our operator-csv-libs library can be viewed at https://multicloud-ops.github.io/operator-csv-libs/index.html