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=python-sdk/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
- ApiV1alpha1Commands
- ApiV1alpha1ContainerResources
- ApiV1alpha1ContainerVolume
- ApiV1alpha1FluxRestful
- ApiV1alpha1FluxUser
- ApiV1alpha1LifeCycle
- ApiV1alpha1LoggingSpec
- ApiV1alpha1MiniCluster
- ApiV1alpha1MiniClusterContainer
- ApiV1alpha1MiniClusterList
- ApiV1alpha1MiniClusterSpec
- ApiV1alpha1MiniClusterStatus
- ApiV1alpha1MiniClusterUser
- ApiV1alpha1MiniClusterVolume
- ApiV1alpha1PodSpec
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.0.1.tar.gz
(33.0 kB
view details)
File details
Details for the file fluxoperator-0.0.1.tar.gz
.
File metadata
- Download URL: fluxoperator-0.0.1.tar.gz
- Upload date:
- Size: 33.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 497bdc361140c084c4bbe1978d76a1a52bfcd7eae4ce8c3a3b478b3085c86892 |
|
MD5 | e7c0cc216eb0e3434129c82508160e69 |
|
BLAKE2b-256 | 300109a0b81c9d8d1c56b424096ab84fdecc6ac864723fcf3f7b7ad39becfa12 |