cloudendure-python
Python wrapper and CLI for CloudEndure
Requirements
Installation & Usage
Basic Installation / pip
pip install cloudendure
cloudendure version
Local Development with Poetry
brew install poetry # if not installed
poetry install
Local Development with Docker
docker run --rm -it cloudendurepy/cloudendure bash
Usage
Then import the package:
import cloudendure
Getting Started
CloudEndure Pipeline Flow
CloudEndure Data Flow
Pipeline Flow (as seen in AWS Console)
Logging in via CLI using environment variables
Please note: cloudendure and ce can be used interchangeably
export CLOUDENDURE_USERNAME=<your_ce_user>
export CLOUDENDURE_PASSWORD=<your_ce_password>
export CLOUDENDURE_DESTINATION_ACCOUNT=<destination_aws_account_id>
cloudendure api login
or
export CLOUDENDURE_USER_API_TOKEN=<your_ce_user_api_token>
export CLOUDENDURE_DESTINATION_ACCOUNT=<destination_aws_account_id>
ce api login
Logging in via CLI inline
Please note: cloudendure and ce can be used interchangeably
cloudendure api login --user=<your_ce_user> --password=<your_ce_password>
or
ce api login --token=<your_ce_user_api_token>
Logging in for the first time will generate the ~/.cloudendure.yml file.
Coming Soon
This project is currently a work in progress and will actively change. This client has not yet been finalized and is entirely subject to change.
Changelog
Check out the CHANGELOG
Release files for cloudendure 0.3.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cloudendure-0.3.5.tar.gz | 120.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cloudendure-0.3.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 485.0 kB
Release files / cloudendure-0.3.5.tar.gz
| Download URL | cloudendure-0.3.5.tar.gz |
|---|---|
| Size | 120.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5d2af5369eb16c4465dcf99f0856557c11edb17cdf0bef8b391a6994804af823
|
|
BLAKE2b-256 checksum How to use checksums |
2f66ce9465cfe0baeb6c596da2397e3f4464dc3cb59ef25c6a8f88da05a2840a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.5 CPython/3.8.2 Darwin/19.5.0
|
Release files / cloudendure-0.3.5-py3-none-any.whl
| Download URL | cloudendure-0.3.5-py3-none-any.whl |
|---|---|
| Size | 364.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
94bf3e4c46adcef2f179f6d4c97cce588b625e943b355f07e3a1f236ddbb6c8d
|
|
BLAKE2b-256 checksum How to use checksums |
cdae397dfa5ffa4d39ad7fa14c3e71184305a489db036b54e7d56ba5ec750fdb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.5 CPython/3.8.2 Darwin/19.5.0
|