🛰️ capella-console-client 🐐
Python SDK for api.capellaspace.com (task, search, order, download)
Installation
pip install capella-console-client
Requirements
- python >= 3.10, <4.0
capella-console-clientrequires an active account on console.capellaspace.com. Sign up for an account at https://www.capellaspace.com/community/.
Usage
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 •
Release files for capella-console-client 0.19.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| capella_console_client-0.19.3.tar.gz | 54.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| capella_console_client-0.19.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:123.9 kB
Release files / capella_console_client-0.19.3.tar.gz
| Download URL | capella_console_client-0.19.3.tar.gz |
|---|---|
| Size | 54.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
61072b73eb507c837bc1920fa9004ee7cb36aa0549f54676661a72ce985c2b47
|
|
BLAKE2b-256 checksum How to use checksums |
e828ce77421f818d43ac255d24841d424a943331335b70edaf20ca0166983138
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jun 17, 2026.
Transparency logRelease files / capella_console_client-0.19.3-py3-none-any.whl
| Download URL | capella_console_client-0.19.3-py3-none-any.whl |
|---|---|
| Size | 69.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
153c603e124e788663efc04a3d26ff3be9b07810f9185dc69c634d0bec39dc48
|
|
BLAKE2b-256 checksum How to use checksums |
106cf29eaf2f98e20687412ed9cb48eb50ce4c7091e736854cde04f3699f16a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jun 17, 2026.
Transparency log