Metadata-Version: 2.1
Name: google-flask-oauth
Version: 0.0.1.dev5
Summary: Pseudo-application for simplifying the OAuth flow with Google
Home-page: https://github.com/cadetstar/google-flask-oauth
Author: Michael Madison
Author-email: cadetstar@hotmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Flask (==1.1.2)
Requires-Dist: google-api-python-client (==1.11.0)
Requires-Dist: google-auth-oauthlib (==0.4.1)

# Google Flask OAuth

This module is intended to simplify the OAuth pass arounds with a couple of provided flask endpoints.

