planet-client-python
planet-client-python copied to clipboard
Python client for Planet APIs
This came up while testing the Docker environment of https://github.com/planetlabs/notebooks **Expected behavior** `planet --version` will report the current version of the planet CLI **Actual behavior (describe the problem)** `planet --version`...
**Problem** The oldest version of Python that the SDK supports is [v3.9](https://github.com/planetlabs/planet-client-python/blob/main/pyproject.toml#L20) which will EOL next month, October 2025 (https://devguide.python.org/versions/). **A/C** - Bump the oldest version of Python supported by...
This PR provides a complete, production-ready Quota API client that seamlessly integrates with the existing Planet Python SDK architecture and follows all established patterns and conventions. Generated with help from...
## Description Implement a client wrapper in the SDK and CLI that supports that Planet Quota API. The Planet Quota Reservations API allows you to create, estimate, and view existing...
This PR provides a complete, production-ready Reports API client that seamlessly integrates with the existing Planet Python SDK architecture and follows all established patterns and conventions. Generated with help from...
## Description Implement a client wrapper in the SDK and CLI that supports the Planet Reports API. The Planet Reports API allows Organization Administrators to download usage reports systematically for...
## Description Implement a client wrapper in the SDK and CLI that supports that Planet Analytics API. Planet Analytics leverages computer vision to transform imagery into Analytic Feeds that detect...
This PR provides a complete, production-ready Analytics API client that seamlessly integrates with the existing Planet Python SDK architecture and follows all established patterns and conventions. Generated with help from...
## Description Implement a client wrapper in the SDK and CLI that supports the Planet Tasking API. The Planet Tasking API is a programmatic interface that enables customers to manage...
This PR provides a complete, production-ready Tasking API client that seamlessly integrates with the existing Planet Python SDK architecture and follows all established patterns and conventions. Generated with help from...