Python wrapper and CLI for CloudEndure
Project description
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
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
Built Distribution
File details
Details for the file cloudendure-0.3.1.tar.gz
.
File metadata
- Download URL: cloudendure-0.3.1.tar.gz
- Upload date:
- Size: 120.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.7 Darwin/19.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad353fd87f71f36c093e459cf83c100ff98b73ad063a7d2070d7f88da1ade314 |
|
MD5 | d120e334a690b2e721109d9d6fff6756 |
|
BLAKE2b-256 | a027533ceb4acb0b06b7f6a1f937d6f4713ceee6f1a5f56736f80a964579d495 |
File details
Details for the file cloudendure-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: cloudendure-0.3.1-py3-none-any.whl
- Upload date:
- Size: 364.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.7 Darwin/19.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f54345f2bcdd8ce307dc0f3044c8497fdd760eaf6496b016eadc136c8e000fb7 |
|
MD5 | c541fbfde1e4ffcd36bb694e5ce2eb00 |
|
BLAKE2b-256 | b462d173c14d28d4014ddd787aed58ca1646c977b7a896d6474788c2cca25f50 |