Skip to main content

A python module to interact with openshift API.

Project description

Easy-Openshift

This module has purpose to create easy and fast ways to communicate with the API/OAPI from Openshift, allowing the developer to create and manage their own data with their own way. Python is a great language and very well used for DevOps Automantions. With it, creating a Openshift module will easy many steps and automantions allowing a better infrastructure automation or management with great performance. This version requires Python 3 or later; a Python 2 version is not available… yet.

Features

  • Handle openshift through your python script.

  • Free to manage the data from openshift API on your own way.

  • There’s functions to manage it too, if you don’t like the previous ideia.

  • Simplify most of the openshift client functions to simple and unique interactions.

  • Simple code, simple functions, simple management. Keep simple!

Installation

To install easy-openshift from PYPI:

$ pip install easy-openshift

To install easy-openshift manually (please download the source code from either PYPI or Github first):

$ python setup.py install

Usage

To use easy-openshift, just import this module with:

$ from easy_openshift import openshift, openshift_utils

Then, create a instance of the class with the functionality you desire:

   $ oc = openshift.Openshift()

or
$ oc = openshift_utils.OpenshiftTools()

After this, you will be able to use and explore all functionalities.

Enjoy!

Citing

Please cite the following paper if you use easy-openshift in a published work:

Gustavo Toledo, Tiago Abluquerque. “Easy-Openshift: Improving openshift auto-management through Python 3”, 2018

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

easy-openshift-0.5.6.5.tar.gz (7.2 kB view hashes)

Uploaded Source

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