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 2026 • Capella •

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.19.2.tar.gz (54.1 kB view details)

Uploaded Source

Built Distribution

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

capella_console_client-0.19.2-py3-none-any.whl (69.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: capella_console_client-0.19.2.tar.gz
  • Upload date:
  • Size: 54.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for capella_console_client-0.19.2.tar.gz
Algorithm Hash digest
SHA256 7c0ae90c2094236071b7199742f52cfc14b014575ec6eca2fb4f3362c52d42a2
MD5 830945d6ef4cdef2ef6f3598bc17b46b
BLAKE2b-256 61ce380698e51d1fcf26e7d2ec404a80f43504690dbda76dc0429558271b034b

See more details on using hashes here.

Provenance

The following attestation bundles were made for capella_console_client-0.19.2.tar.gz:

Publisher: release.yml on capellaspace/console-client

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for capella_console_client-0.19.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5bb90c1ea5eb9e32e2a9fbf914020d787716830a7ed11c6f7d87f45f620eba28
MD5 4cf7f1e72e8d2eed0394c01afea79754
BLAKE2b-256 efaffa7aecff70a4770469c58be1fc744dc7f10ca169121d2d58818ce4a623b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for capella_console_client-0.19.2-py3-none-any.whl:

Publisher: release.yml on capellaspace/console-client

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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