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
- FluxContainer
- FluxRestful
- FluxScheduler
- FluxSpec
- FluxUser
- LifeCycle
- LoggingSpec
- MiniCluster
- MiniClusterArchive
- MiniClusterContainer
- MiniClusterList
- MiniClusterSpec
- MiniClusterStatus
- MiniClusterUser
- 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
Release files for fluxoperator 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fluxoperator-0.2.0.tar.gz | 51.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fluxoperator-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 150.0 kB
Release files / fluxoperator-0.2.0.tar.gz
| Download URL | fluxoperator-0.2.0.tar.gz |
|---|---|
| Size | 51.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0575af0d188e89b7b69f0ef9820e95435ddfa48277902b44765a0f683b7dfab8
|
|
BLAKE2b-256 checksum How to use checksums |
5959015f0f10c7e85c6ca3c405ccad62645edd3738fad882c5c3b829f64fa4a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.5
|
Release files / fluxoperator-0.2.0-py3-none-any.whl
| Download URL | fluxoperator-0.2.0-py3-none-any.whl |
|---|---|
| Size | 98.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
79a0ca8a43481583bcadd0b691a8683593266f9087262e8da4dda0f518e6cee8
|
|
BLAKE2b-256 checksum How to use checksums |
d541ce76a9468041755195f3d094db88dbfc1cf3b815b7d760cdf0f2bbf8da13
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.5
|