cloudendure-python
Python wrapper and CLI for CloudEndure
Requirements
Installation & Usage
Basic Installation / pip
pip install cloudendure
cloudendure versionLocal Development with Poetry
brew install poetry # if not installed
poetry installLocal Development with Docker
docker run --rm -it cloudendurepy/cloudendure bashUsage
Then import the package:
import cloudendureGetting Started
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 loginor
export CLOUDENDURE_USER_API_TOKEN=<your_ce_user_api_token>
export CLOUDENDURE_DESTINATION_ACCOUNT=<destination_aws_account_id>
ce api loginLogging 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

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


