/simple_oauth

Easiest way to connect to OAuth2 protected APIs from Python

Primary LanguagePythonMIT LicenseMIT

Simple OAuth

The easiest way to access OAuth APIs in Python

Installation

pip install simple_oauth

Usage

  1. import the package
import simple_oauth