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 Albuquerque. “Easy-Openshift: Improving openshift auto-management through Python 3”, 2018
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
File details
Details for the file easy-openshift-0.5.7.4.tar.gz
.
File metadata
- Download URL: easy-openshift-0.5.7.4.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9056aea5bea2a46284ba9483f8de1ec7602e4039f3dd6a88374d8c685d281c07 |
|
MD5 | a59225910d88f673a897995d87016561 |
|
BLAKE2b-256 | 54d353b92569507168cb19157ff580ad8cd9d7480f45275c7efbfae02cdbc3c2 |