Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.37 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.37 KB

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.