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
- BurstedCluster
- Bursting
- Commands
- ContainerResources
- ContainerVolume
- FluxBroker
- FluxRestful
- FluxScheduler
- FluxSpec
- FluxUser
- LifeCycle
- LoggingSpec
- MiniCluster
- MiniClusterArchive
- MiniClusterContainer
- MiniClusterList
- MiniClusterSpec
- MiniClusterStatus
- MiniClusterUser
- MiniClusterExistingVolume
- MiniClusterVolume
- Network
- PodSpec
- Secret
- SecurityContext
Documentation For Authorization
All endpoints do not require authorization (but they do require you have permission via your kubernetes config)
Author
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
fluxoperator-0.1.0.tar.gz
(49.2 kB
view hashes)
Built Distribution
Close
Hashes for fluxoperator-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65739481ab5b9242a7f49f9c9b75910c710bf41759efed731dd7d6f0238b4996 |
|
MD5 | 26d79c47ec52e18d02c212316e15ba07 |
|
BLAKE2b-256 | 95eb35c2a32bbcd7110bdc0fff850213e7daf4a013cdef7ab98110303249c9f4 |