Slide 27
Slide 27 text
FLASK-DANCE
➤ Uses the oauthlib module to handle OAuth stuff
➤ Uses the requests module to handle HTTP stuff
➤ Uses Flask’s “blueprints” feature to reduce boilerplate code
➤ Sensible defaults for getting started quickly
➤ Useful extension points: different services, different databases
➤ Automated tests with 95% code coverage
➤ Supports the following services out of the box:
Facebook, GitHub, Google, Twitter, JIRA,
Dropbox, Meetup (or add your own!)