From 0782c4f01168e4c9c2346da98706bea72d4385ca Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Wed, 2 Jul 2014 14:46:20 +0800 Subject: [PATCH 1/2] Add Mistune for Markdown: https://github.com/lepture/mistune --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1059235d..ae9c4955 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Sphinx](http://sphinx-doc.org/) - Python Documentation generator. * [reStructuredText](http://docutils.sourceforge.net/rst.html) - Markup Syntax and Parser Component of Docutils. * [Python-Markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Gruber’s Markdown. +* [Mistune](https://github.com/lepture/mistune) - Fastest and full featured pure Python parsers of Markdown. * [MkDocs](http://www.mkdocs.org/) - Markdown friendly documentation generator. ## Imagery From 429cc6eb0631ccd1d9e2df0724faa5f5c23b1eb3 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Wed, 2 Jul 2014 14:48:54 +0800 Subject: [PATCH 2/2] Add OAuthLib and Flask-OAuthlib for Authentication and OAuth section. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae9c4955..eeca2a67 100644 --- a/README.md +++ b/README.md @@ -288,11 +288,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for implementing authentications schemes.* +* [OAuthLib](https://github.com/idan/oauthlib) - A generic, spec-compliant, thorough implementation of the OAuth request-signing logic. * [python-social-auth](https://github.com/omab/python-social-auth) - An easy-to-setup social authentication mechanism. * [django-oauth-toolkit](https://github.com/evonove/django-oauth-toolkit) - OAuth2 goodies for the Djangonauts. * [django-oauth2-provider](https://github.com/caffeinehit/django-oauth2-provider) - Providing OAuth2 access to Django app. * [python-oauth2](https://github.com/simplegeo/python-oauth2) - A fully tested, abstract interface to creating OAuth clients and servers. * [rauth](https://github.com/litl/rauth) - A Python library for OAuth 1.0/a, 2.0, and Ofly. +* [Flask-OAuthlib](https://github.com/lepture/flask-oauthlib) - OAuth 1.0/a, 2.0 implementation of client and provider for Flask. ## Template Engine