Binary package “python-flask-dance-doc” in ubuntu oracular

Connect your Flask app with OAuth (common documentation)

 Flask-Dance does the "OAuth dance" using Flask, requests, and oauthlib. It is
 designed to allow users to authenticate via OAuth protocol on Flask-based
 applications. It is built using blueprints, therefore supports all the features
 that any blueprint supports, including registering the blueprint at any URL
 prefix or subdomain you want, url routing, and custom error handlers.
 .
 This is the common documentation package.