Official Python SDK for ReadyShare Secure Partitioned Cloud Storage
Project description
ReadyShare Python SDK
Official Python client for the ReadyShare secure, partitioned cloud storage network.
Installation
pip install readyshare-sdk
Quick Start
from readyshare import ReadyShare
# Standard Usage
with ReadyShare(api_key="your_api_key") as rs:
# Upload a local file
upload_res = rs.upload_file("path/to/local/file.txt", folder_id="root")
print(f"File uploaded: {upload_res}")
# List folder files
files = rs.list_files()
print(f"User files: {files}")
# Download file by ID
downloaded_path = rs.download_file("file_id_here", download_dir=".")
print(f"File downloaded to: {downloaded_path}")
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
readyshare_sdk-1.0.0.tar.gz
(5.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters