Skip to main content

Python SDK for api.capellaspace.com (task, search, order, download)

Project description

🛰️ capella-console-client 🐐

Version License CI Coverage Supported Python Versions Documentation

Python SDK for api.capellaspace.com (task, search, order, download)

Installation

pip install capella-console-client

Requirements

Usage

Quickstart

from capella_console_client import CapellaConsoleClient

# you will be prompted for api key before authenticating
client = CapellaConsoleClient(
    verbose=True
)

# search for 2 open-data products
stac_items = client.search(
    instrument_mode="spotlight",
    product_type__in=["SLC", "GEO"],
    collections=["capella-open-data"],
    limit=2
)

# order
order_id = client.submit_order(items=stac_items, omit_search=True)

# download
product_paths = client.download_products(
    order_id=order_id,
    local_dir='/tmp',
    show_progress=True
)

Documentation

The documentation for capella-console-client can be found here.

🧙‍ capella-console-wizard 🧙‍♂️

starting with capella-console-client>=0.8.0 the SDK ships with an interactive wizard-like CLI: capella-console-wizard

Installation

pip install capella-console-client[wizard]

Note: For ZSH shells the brackets need to be escaped or full package name quoted:

pip install "capella-console-client[wizard]" or pip install capella-console-client\[wizard\]

Usage

capella-console-wizard --help

see

Support

Please open an issue with enough information for us to reproduce your problem. A minimal, reproducible example would be very helpful.

Contributing

Contributions are very much welcomed and appreciated. See how to contribute for more information.

License

• Licensed under the MIT License • Copyright 2025 • Capella Space •

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

capella_console_client-0.16.0.tar.gz (39.2 kB view details)

Uploaded Source

Built Distribution

capella_console_client-0.16.0-py3-none-any.whl (53.8 kB view details)

Uploaded Python 3

File details

Details for the file capella_console_client-0.16.0.tar.gz.

File metadata

  • Download URL: capella_console_client-0.16.0.tar.gz
  • Upload date:
  • Size: 39.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.11.0 Darwin/24.0.0

File hashes

Hashes for capella_console_client-0.16.0.tar.gz
Algorithm Hash digest
SHA256 7b8c515d481b3118e09c3d546e69d398a84ad32bfaa77052b8caa5022c7ecc59
MD5 13bc9c830109f235d5e00d4c4ca5ca6e
BLAKE2b-256 aaa8f159a4d75fd579e2f250b099aa70222952f6dd4a992da18c8b477263b60d

See more details on using hashes here.

File details

Details for the file capella_console_client-0.16.0-py3-none-any.whl.

File metadata

File hashes

Hashes for capella_console_client-0.16.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9a01223d307e2987a06b487997511c56145f6cc3d80c94965470e7017b49cbfa
MD5 5700e2b73a2dfd2f4e0038da597d90ea
BLAKE2b-256 26b1cde1c1b31edbca8ea42244a494b4d45e4ad6f70ef5a833b6826b5872c99e

See more details on using hashes here.

Supported by

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