Skip to content

Early Access to Planet SDK (aka "V2")

Warning

The Planet SDK for Python is in active development, and usage is provided as early access only. Use of the Planet SDK in production is not recommended.

The Planet SDK for Python is Version 2 ("V2") of what was previously referred to as the Planet API client ("V1"). For more information, see Upgrading.

This Build

Planet Software Development Kit (SDK) for Python Build Status

Installing for Local Development

1) Clone the repository https://github.com/planetlabs/planet-client-python/

2) Checkout the development branch: git checkout main

3) Install the main branch as a Python package for development: pip install -e .

How to Get Help

As The Planet SDK (V2) is in active development, features & functionality can and will change without notice. As an early access user, the development team would love to hear from you.

Back to top