Skip to content

planetlabs/planet-auth-python

Repository files navigation

Planet Auth Utility Library

The Planet Auth Library provides generic authentication utilities for clients and for services. For clients, it provides means to obtain access tokens that can be used to access network services. For services, it provides tools to validate the same access tokens.

The Planet SDK for Python leverages this library, and is pre-configured for the Planet Cloud Service used by customers.

Installation and Quick Start

The Planet Auth Library for Python is hosted on PyPI and can be installed via:

pip install planet-auth

To install from source, first clone this repository, then navigate to the root directory (where pyproject.toml lives) and run:

pip install .

Using the Planet Auth Library

See the developer documentation at Planet Auth on Read The Docs.

Development

See DEVELOPMENT for details on library development.

Releasing

The release process is outlined in RELEASE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published