Skip to main content

Python SDK for the Flux Operator

Project description

flux-framework fluxoperator

Python SDK for Flux-Operator

Requirements.

Python >= 3.6

Installation & Usage

pip install

You can install directly from the git subfolder like:

pip install git+https://github.com/flux-framework/flux-operator.git#egg=subdir&subdirectory=sdk/python/v1alpha1

or install from pip:

$ pip install fluxoperator

Then import the package:

import fluxoperator

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import fluxoperator

Getting Started

Please follow the installation procedure and then run the following:

import time
import fluxoperator
from pprint import pprint

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization (but they do require you have permission via your kubernetes config)

Author

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

fluxoperator-0.2.0.tar.gz (51.4 kB view hashes)

Uploaded Source

Built Distribution

fluxoperator-0.2.0-py3-none-any.whl (98.6 kB view hashes)

Uploaded Python 3

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