Skip to main content

SatVu API SDK

Project description

SatVu API SDK

pypi GitHub License X (formerly Twitter) Follow LinkedIn

Python SDK for SatVu's satellite imagery platform.

✨ Features

  • Unified Interface - Access all SatVu APIs through a single SDK
  • Type Safety - Full type hints with Pydantic models for requests and responses
  • Explicit Error Handling - Rust-inspired Result types for predictable error handling
  • Multiple HTTP Backends - Choose httpx, requests, urllib3, or stdlib
  • Built-in Pagination - Iterator methods for seamless pagination through large result sets
  • Streaming Downloads - Memory-efficient downloads for large satellite imagery files

📦 Installation

The package is published on PyPI and can be installed with pip:

pip install satvu

With optional HTTP backends:

pip install satvu[http-httpx]
pip install satvu[http-requests]
pip install satvu[http-urllib3]

The SDK works out of the box with Python's built-in urllib.

🚀 Quick Start

import os
from uuid import UUID
from satvu import SatVuSDK

sdk = SatVuSDK(
    client_id=os.environ["SATVU_CLIENT_ID"],
    client_secret=os.environ["SATVU_CLIENT_SECRET"],
)

contract_id = UUID(os.environ["SATVU_CONTRACT_ID"])

# Search the catalog
results = sdk.catalog.get_search(contract_id=contract_id, limit=10)
for feature in results.features:
    print(feature.id)

Available Services

Service Description
sdk.catalog Search and discover SatVu's STAC catalog
sdk.cos Order and download imagery available from SatVu's STAC catalog
sdk.id Identity and user management, including webhooks
sdk.otm Order and manage satellite tasking
sdk.policy Check active contracts
sdk.reseller Perform reseller operations
sdk.wallet Check credit balances

📖 Documentation

Requirements

  • Python 3.10+

Contributing

See CONTRIBUTING.md for development setup and guidelines.

Support

For bugs and feature requests, please open an issue.

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

satvu-0.3.0.tar.gz (72.4 kB view details)

Uploaded Source

Built Distribution

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

satvu-0.3.0-py3-none-any.whl (1.8 MB view details)

Uploaded Python 3

File details

Details for the file satvu-0.3.0.tar.gz.

File metadata

  • Download URL: satvu-0.3.0.tar.gz
  • Upload date:
  • Size: 72.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for satvu-0.3.0.tar.gz
Algorithm Hash digest
SHA256 e81721ebb6c440527455acad7359fb9e412224631455e76974ac05461848423a
MD5 ab385b2d7ad050972e0ab2694a8ee5f3
BLAKE2b-256 f1861eadf9aa4381206e17218201149d40a3f0b522f78dd91ecc1bdc4bc597f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for satvu-0.3.0.tar.gz:

Publisher: release.yml on SatelliteVu/satvu-api-sdk

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

File details

Details for the file satvu-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: satvu-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for satvu-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 929173cc99378dead57e00fc347c2670beade88ef6946508c98549dc96ecc0eb
MD5 a2f1dbf3e1d2ae7a281b24d2f2e09e09
BLAKE2b-256 fce4574da128f561390b278b99e2c610a5d82d262e417964045eb7c4bb0c9f0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for satvu-0.3.0-py3-none-any.whl:

Publisher: release.yml on SatelliteVu/satvu-api-sdk

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