Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

readyshare_sdk-1.0.0-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file readyshare_sdk-1.0.0.tar.gz.

File metadata

  • Download URL: readyshare_sdk-1.0.0.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.2

File hashes

Hashes for readyshare_sdk-1.0.0.tar.gz
Algorithm Hash digest
SHA256 60ccee803dcad9b33e9968cc7a1d0a92dc745df47c5f27889699e56d9eabbc58
MD5 a9c605166afe15ba1627539af547329d
BLAKE2b-256 d6c4a2e5096b56c432d8ed89e13d9d57abf67779f3dc5402fad0d1d9cb645746

See more details on using hashes here.

File details

Details for the file readyshare_sdk-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: readyshare_sdk-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.2

File hashes

Hashes for readyshare_sdk-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 008664e475b7bf02b150861b0583d5e1a23ff071357b868f1df677607087f5d5
MD5 444c4a8202d231e74ca996ee33ed3198
BLAKE2b-256 6e16d5a2eaac41b1ddc50538eca17c8411e9e81a2531ec9875f4a1188ab1ac77

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page