8000 add sub-sections · Felixmonkey/awesome-python@230b302 · GitHub
[go: up one dir, main page]

Skip to content

Commit 230b302

Browse files
committed
add sub-sections
1 parent 6fafd2c commit 230b302

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
3131
- [CMS](#cms)
3232
- [E-commerce](#e-commerce)
3333
- [RESTful API](#restful-api)
34-
- [Authentication and OAuth](#authentication-and-oauth)
34+
- [Authentication](#authentication)
3535
- [Template Engine](#template-engine)
3636
- [Queue](#queue)
3737
- [Search](#search)
@@ -472,24 +472,26 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
472472
* [restless](http://restless.readthedocs.org/en/latest/) - Framework agnostic REST framework bas 8000 ed on lessons learned from TastyPie.
473473
* [savory-pie](https://github.com/RueLaLa/savory-pie/) - REST API building library (django, and others)
474474

475-
## Authentication and OAuth
475+
## Authentication
476476

477477
*Libraries for implementing authentications schemes.*
478478

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.
493495

494496
## Template Engine
495497

@@ -852,7 +854,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
852854
* [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response.
853855
* [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.
854856
* [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.
856858

857859
## Science and Data Analysis
858860

0 commit comments

Comments
 (0)
0