Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.12 KB

File metadata and controls

42 lines (27 loc) · 1.12 KB

GitHub-Quart

GitHub-Quart logo

GitHub-Quart is an extension for authenticating Quart applications with GitHub. It also provides support for various other requests to the GitHub API.

This work is based on the excellent Flask extension GitHub-Flask and is essentially a port of that to Quart.

https://travis-ci.com/luckydonald/github-quart.svg?branch=master

Installation

GitHub-Quart is available on PyPI:

$ pip install github-quart

Usage

An example application is provided. Getting it up and running should be pretty straightforward. Edit example.py and change GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET settings. Then run the sample application to see how it's working:

$ python example.py

Links