Skip to content

luckydonald/github-quart

 
 

Repository files navigation

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.

image

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%