Skip to main content

CircuitPython helper for OAuth2.0 authorization to access Google APIs.

Project description

Introduction

Documentation Status Discord Build Status Code Style: Black

CircuitPython helper for OAuth2.0 authorization to access Google APIs.

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install adafruit-circuitpython-oauth2

To install system-wide (this may be required in some cases):

sudo pip3 install adafruit-circuitpython-oauth2

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .env
source .env/bin/activate
pip3 install adafruit-circuitpython-oauth2

Usage Example

Usage example for different network interfaces are avaliable within the examples folder.

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adafruit-circuitpython-oauth2-1.0.7.tar.gz (29.8 kB view details)

Uploaded Source

File details

Details for the file adafruit-circuitpython-oauth2-1.0.7.tar.gz.

File metadata

File hashes

Hashes for adafruit-circuitpython-oauth2-1.0.7.tar.gz
Algorithm Hash digest
SHA256 b6863c6af5b06e104a7f85fc6901b42b5c8b7e44bb8cf68b2ee1fbdef40a1dea
MD5 e59fdc9c5fb4a73a082a87077b51837d
BLAKE2b-256 7a4ca2e8335a58dd679df0e8f84e8d68ba0cf7a7ab04e64f8f3901d5e56d443c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page