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.1.tar.gz
(49.2 kB
view details)
Built Distribution
File details
Details for the file fluxoperator-0.1.1.tar.gz
.
File metadata
- Download URL: fluxoperator-0.1.1.tar.gz
- Upload date:
- Size: 49.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 483ced99564eaa6ac5a65a4f4cbca73cd29b1f5c6cf6dbbad8d276c81ad5dbcf |
|
MD5 | 6366af3e879329f00fcbdcbdbe241eb5 |
|
BLAKE2b-256 | f9be4d1ef3a11a08e2aa825b543b2dc869b23fbed1af81bdf9295a51a782d5fc |
Provenance
File details
Details for the file fluxoperator-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: fluxoperator-0.1.1-py3-none-any.whl
- Upload date:
- Size: 95.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65bd91099dbea3ef84eca88b824bb3828fc18e59954f60b934d2ce2f90c17f25 |
|
MD5 | b72fcaa91dd0e7893fb78bf506592351 |
|
BLAKE2b-256 | 333677fe2f67a8368a48298877de306af237ce6f6cd1d86749513156f0888f75 |