pystac-client 0.8.6


pip install pystac-client

  Latest version

Released: Feb 11, 2025


Meta
Author: Jon Duckworth, Matthew Hanson
Maintainer: Jon Duckworth, Matthew Hanson
Requires Python: >=3.10

Classifiers

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12

Operating System
  • OS Independent

Natural Language
  • English

Development Status
  • 4 - Beta

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Topic
  • Scientific/Engineering :: GIS
  • Software Development :: Libraries
  • Software Development :: Libraries :: Python Modules

pystac-client

CI Release PyPI version Documentation codecov

A Python client for working with STAC APIs.

Installation

Install from PyPi. Other than PySTAC itself, the only dependencies for pystac-client are the Python requests and dateutil libraries.

python -m pip install pystac-client

Documentation

See the documentation page for the latest docs.

Development

See the contributing page for the latest development instructions.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
requests (>=2.28.2)
pystac[validation] (>=1.10.0)
python-dateutil (>=2.8.2)