Metadata-Version: 2.1
Name: cast-planet-api
Version: 0.1.1
Summary: A package for searching and retrieving imagery via the Planet REST API
Home-page: https://git.uark.edu/cast/planet/planet-python-api
Author: Hayley Hames
Author-email: hhames@uark.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: pydantic-geojson
Requires-Dist: requests
Requires-Dist: tqdm
Requires-Dist: geopandas
Requires-Dist: pillow

# Planet API Wrapper
A little wrapper package for working with the [Planet APIs](https://developers.planet.com/docs/apis/)

Currently supported apis:
- [Data](https://developers.planet.com/docs/apis/data/)
- [Orders](https://developers.planet.com/apis/orders/)
