pystac-client 0.9.0


pip install pystac-client

  Latest version

Released: Jul 18, 2025


Meta
Author: Jon Duckworth, Matthew Hanson
Maintainer: Pete Gadomski
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

PySTAC Client is published to PyPi as pystac-client.

The only direct Python dependencies of pystac-client are PySTAC, requests, and dateutil.

To install with pip, run:

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)