You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-17Lines changed: 19 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
31
31
-[CMS](#cms)
32
32
-[E-commerce](#e-commerce)
33
33
-[RESTful API](#restful-api)
34
-
-[Authentication and OAuth](#authentication-and-oauth)
34
+
-[Authentication](#authentication)
35
35
-[Template Engine](#template-engine)
36
36
-[Queue](#queue)
37
37
-[Search](#search)
@@ -472,24 +472,26 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
472
472
*[restless](http://restless.readthedocs.org/en/latest/) - Framework agnostic REST framework bas
8000
ed on lessons learned from TastyPie.
473
473
*[savory-pie](https://github.com/RueLaLa/savory-pie/) - REST API building library (django, and others)
474
474
475
-
## Authentication and OAuth
475
+
## Authentication
476
476
477
477
*Libraries for implementing authentications schemes.*
478
478
479
-
*[Authomatic](http://peterhudec.github.io/authomatic/) - Simple but powerful framework agnostic authentication/authorization client package.
480
-
*[OAuthLib](https://github.com/idan/oauthlib) - A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
481
-
*[rauth](https://github.com/litl/rauth) - A Python library for OAuth 1.0/a, 2.0, and Ofly.
482
-
*[python-oauth2](https://github.com/simplegeo/python-oauth2) - A fully tested, abstract interface to creating OAuth clients and servers.
483
-
*[python-social-auth](https://github.com/omab/python-social-auth) - An easy-to-setup social authentication mechanism.
484
-
*[django-oauth-toolkit](https://github.com/evonove/django-oauth-toolkit) - OAuth2 goodies for the Djangonauts.
485
-
*[django-oauth2-provider](https://github.com/caffeinehit/django-oauth2-provider) - Providing OAuth2 access to Django app.
486
-
*[django-allauth](https://github.com/pennersr/django-allauth) - Authentication app for Django that "just works."
487
-
*[Flask-OAuthlib](https://github.com/lepture/flask-oauthlib) - OAuth 1.0/a, 2.0 implementation of client and provider for Flask.
488
-
*[sanction](https://github.com/demianbrecht/sanction) - A dead simple OAuth2 client implementation.
489
-
*[jose](https://github.com/demonware/jose) - JavaScript Object Signing and Encryption (JOSE) draft implementation, useful for stateful tokens.
490
-
*[python-jwt](https://github.com/davedoesdev/python-jwt) - Module for generating and verifying JSON Web Tokens.
491
-
*[pyjwt](https://github.com/progrium/pyjwt) - Implementation of the JSON Web Token draft 01.
492
8000
-
*[python-jws](https://github.com/brianloveswords/python-jws) - Implementation of JSON Web Signatures draft 02.
479
+
* OAuth
480
+
*[Authomatic](http://peterhudec.github.io/authomatic/) - Simple but powerful framework agnostic authentication/authorization client package.
481
+
*[OAuthLib](https://github.com/idan/oauthlib) - A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
482
+
*[rauth](https://github.com/litl/rauth) - A Python library for OAuth 1.0/a, 2.0, and Ofly.
483
+
*[python-oauth2](https://github.com/simplegeo/python-oauth2) - A fully tested, abstract interface to creating OAuth clients and servers.
484
+
*[python-social-auth](https://github.com/omab/python-social-auth) - An easy-to-setup social authentication mechanism.
485
+
*[django-oauth-toolkit](https://github.com/evonove/django-oauth-toolkit) - OAuth2 goodies for the Djangonauts.
486
+
*[django-oauth2-provider](https://github.com/caffeinehit/django-oauth2-provider) - Providing OAuth2 access to Django app.
487
+
*[django-allauth](https://github.com/pennersr/django-allauth) - Authentication app for Django that "just works."
488
+
*[Flask-OAuthlib](https://github.com/lepture/flask-oauthlib) - OAuth 1.0/a, 2.0 implementation of client and provider for Flask.
489
+
*[sanction](https://github.com/demianbrecht/sanction) - A dead simple OAuth2 client implementation.
490
+
* Others
491
+
*[PyJWT](https://github.com/progrium/pyjwt) - Implementation of the JSON Web Token draft 01.
492
+
*[python-jwt](https://github.com/davedoesdev/python-jwt) - Module for generating and verifying JSON Web Tokens.
493
+
*[python-jws](https://github.com/brianloveswords/python-jws) - Implementation of JSON Web Signatures draft 02.
494
+
*[jose](https://github.com/demonware/jose) - JavaScript Object Signing and Encryption draft implementation.
493
495
494
496
## Template Engine
495
497
@@ -852,7 +854,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
852
854
*[django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response.
853
855
*[django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.
854
856
*[flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.
855
-
*[pyelftools](https://github.com/eliben/pyelftools) - is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information
857
+
*[pyelftools](https://github.com/eliben/pyelftools) - A pure-Python library for parsing and analyzing ELF files and DWARF debugging information.
0 commit comments