Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 161e4f1

Browse files
committed
cleanup
1 parent c56f3b6 commit 161e4f1

File tree

1 file changed

+35
-57
lines changed

1 file changed

+35
-57
lines changed

README.md

Lines changed: 35 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
77
- [Awesome Python](#awesome-python)
88
- [Admin Panels](#admin-panels)
99
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
10-
- [Anti-spam](#anti-spam)
11-
- [Asset Management](#asset-management)
1210
- [Audio](#audio)
1311
- [Authentication](#authentication)
1412
- [Build Tools](#build-tools)
@@ -85,6 +83,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
8583
- [Third-party APIs](#third-party-apis)
8684
- [URL Manipulation](#url-manipulation)
8785
- [Video](#video)
86+
- [Web Asset Management](#web-asset-management)
8887
- [Web Content Extracting](#web-content-extracting)
8988
- [Web Crawling & Web Scraping](#web-crawling--web-scraping)
9089
- [Web Frameworks](#web-frameworks)
@@ -124,65 +123,37 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
124123
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
125124
* [sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.
126125

127-
## Anti-spam
128-
129-
*Libraries for fighting spam.*
130-
131-
* [django-simple-captcha](https://github.com/mbi/django-simple-captcha) - A simple and highly customizable Django app to add captcha images to any Django form.
132-
* [django-simple-spam-blocker](https://github.com/moqada/django-simple-spam-blocker) - Simple spam blocker for Django.
133-
134-
## Asset Management
135-
136-
*Tools for managing, compressing and minifying website assets.*
137-
138-
* [django-compressor](https://github.com/django-compressor/django-compressor) - Compresses linked and inline JavaScript or CSS into a single cached file.
139-
* [django-pipeline](https://github.com/jazzband/django-pipeline) - An asset packaging library for Django.
140-
* [django-storages](https://github.com/jschneier/django-storages) - A collection of custom storage back ends for Django.
141-
* [fanstatic](http://www.fanstatic.org/en/latest/) - Packages, optimizes, and serves static file dependencies as Python packages.
142-
* [fileconveyor](http://wimleers.com/fileconveyor) - A daemon to detect and sync files to CDNs, S3 and FTP.
143-
* [flask-assets](https://github.com/miracle2k/flask-assets) - Helps you integrate webassets into your Flask app.
144-
* [jinja-assets-compressor](https://github.com/jaysonsantos/jinja-assets-compressor) - A Jinja extension to compile and compress your assets.
145-
* [webassets](https://github.com/miracle2k/webassets) - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
146-
147126
## Audio
148127

149-
*Libraries for manipulating audio.*
150-
151-
* [audiolazy](https://github.com/danilobellini/audiolazy) - Expressive Digital Signal Processing (DSP) package for Python.
152-
* [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
153-
* [beets](http://beets.io/) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger.
154-
* [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition.
155-
* [django-elastic-transcoder](https://github.com/StreetVoice/django-elastic-transcoder) - Django + [Amazon Elastic Transcoder](https://aws.amazon.com/elastictranscoder/).
156-
* [eyeD3](http://eyed3.nicfit.net/) - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
157-
* [id3reader](https://nedbatchelder.com/code/modules/id3reader.py) - A Python module for reading MP3 meta data.
158-
* [m3u8](https://github.com/globocom/m3u8) - A module for parsing m3u8 file.
159-
* [mingus](http://bspaans.github.io/python-mingus/) - An advanced music theory and notation package with MIDI file and playback support.
160-
* [mutagen](https://github.com/quodlibet/mutagen) - A Python module to handle audio metadata.
161-
* [pyAudioAnalysis](https://github.com/tyiannak/pyAudioAnalysis) - Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
162-
* [pydub](https://github.com/jiaaro/pydub) - Manipulate audio with a simple and easy high level interface.
163-
* [pyechonest](https://github.com/echonest/pyechonest) - Python client for the [Echo Nest](http://static.echonest.com/enspex/) API.
164-
* [talkbox](http://scikits.appspot.com/talkbox) - A Python library for speech/signal processing.
165-
* [TimeSide](https://github.com/Parisson/TimeSide) - Open web audio processing framework.
166-
* [tinytag](https://github.com/devsnd/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
128+
*Libraries for manipulating audio and its metadata.*
129+
130+
* Audio
131+
* [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
132+
* [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition.
133+
* [mingus](http://bspaans.github.io/python-mingus/) - An advanced music theory and notation package with MIDI file and playback support.
134+
* [pyAudioAnalysis](https://github.com/tyiannak/pyAudioAnalysis) - Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
135+
* [pydub](https://github.com/jiaaro/pydub) - Manipulate audio with a simple and easy high level interface.
136+
* [TimeSide](https://github.com/Parisson/TimeSide) - Open web audio processing framework.
137+
* Metadata
138+
* [beets](https://github.com/beetbox/beets) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger.
139+
* [eyeD3](https://github.com/nicfit/eyeD3) - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
140+
* [mutagen](https://github.com/quodlibet/mutagen) - A Python module to handle audio metadata.
141+
* [tinytag](https://github.com/devsnd/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
167142

168143
## Authentication
169144

170145
*Libraries for implementing authentications schemes.*
171146

172147
* OAuth
173-
* [Authomatic](https://github.com/authomatic/authomatic) - Simple but powerful framework agnostic authentication/authorization client.
148+
* [authlib](https://github.com/lepture/authlib) - JavaScript Object Signing and Encryption draft implementation.
174149
* [django-allauth](https://github.com/pennersr/django-allauth) - Authentication app for Django that "just works."
175150
* [django-oauth-toolkit](https://github.com/evonove/django-oauth-toolkit) - OAuth 2 goodies for Django.
176-
* [Flask-OAuthlib](https://github.com/lepture/flask-oauthlib) - OAuth 1.0/a, 2.0 implementation of client and provider for Flask.
177151
* [OAuthLib](https://github.com/idan/oauthlib) - A generic and thorough implementation of the OAuth request-signing logic.
178152
* [python-oauth2](https://github.com/joestump/python-oauth2) - A fully tested, abstract interface to creating OAuth clients and servers.
179153
* [python-social-auth](https://github.com/omab/python-social-auth) - An easy-to-setup social authentication mechanism.
180-
* [rauth](https://github.com/litl/rauth) - A Python library for OAuth 1.0/a, 2.0, and Ofly.
181-
* [sanction](https://github.com/demianbrecht/sanction) - A dead simple OAuth2 client implementation.
182154
* Others
183-
* [jose](https://github.com/demonware/jose) - JavaScript Object Signing and Encryption draft implementation.
184155
* [PyJWT](https://github.com/jpadilla/pyjwt) - Implementation of the JSON Web Token draft 01.
185-
* [python-jws](https://github.com/brianloveswords/python-jws) - Implementation of JSON Web Signatures draft 02.
156+
* [python-jose](https://github.com/mpdavis/python-jose/) - A JOSE implementation in Python.
186157
* [python-jwt](https://github.com/davedoesdev/python-jwt) - Module for generating and verifying JSON Web Tokens.
187158

188159
## Build Tools
@@ -208,16 +179,13 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
208179

209180
*Content Management Systems.*
210181

182+
* [Wagtail](https://wagtail.io/) - A Django content management system.
211183
* [django-cms](https://www.django-cms.org/en/) - An Open source enterprise CMS based on the Django.
212-
* [djedi-cms](http://djedi-cms.org/) - A lightweight but yet powerful Django CMS with plugins, inline editing and performance in mind.
213-
* [FeinCMS](http://www.feincms.org/) - One of the most advanced Content Management Systems built on Django.
214-
* [Kotti](http://kotti.pylonsproject.org/) - A high-level, Pythonic web application framework built on Pyramid.
215-
* [Mezzanine](http://mezzanine.jupo.org/) - A powerful, consistent, and flexible content management platform.
216-
* [Opps](http://opps.github.io/opps/) - A Django-based CMS for magazines, newspapers websites and portals with high-traffic.
184+
* [FeinCMS](https://github.com/feincms/feincms) - One of the most advanced Content Management Systems built on Django.
185+
* [Kotti](https://github.com/Kotti/Kotti) - A high-level, Pythonic web application framework built on Pyramid.
186+
* [Mezzanine](https://github.com/stephenmcd/mezzanine) - A powerful, consistent, and flexible content management platform.
217187
* [Plone](https://plone.org/) - A CMS built on top of the open source application server Zope.
218-
* [Quokka](http://quokkaproject.org/) - Flexible, extensible, small CMS powered by Flask and MongoDB.
219-
* [Wagtail](https://wagtail.io/) - A Django content management system.
220-
* [Widgy](https://wid.gy/) - Last CMS framework, based on Django.
188+
* [Quokka](https://github.com/rochacbruno/quokka) - Flexible, extensible, small CMS powered by Flask and MongoDB.
221189

222190
## Caching
223191

@@ -227,7 +195,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
227195
* [DiskCache](http://www.grantjenks.com/docs/diskcache/) - SQLite and file backed cache backend with faster lookups than memcached and redis.
228196
* [django-cache-machine](https://github.com/django-cache-machine/django-cache-machine) - Automatic caching and invalidation for Django models.
229197
* [django-cacheops](https://github.com/Suor/django-cacheops) - A slick ORM cache with automatic granular event-driven invalidation.
230-
* [django-viewlet](https://github.com/5monkeys/django-viewlet) - Render template parts with extended cache control.
231198
* [dogpile.cache](http://dogpilecache.readthedocs.io/en/latest/) - dogpile.cache is next generation replacement for Beaker made by same authors.
232199
* [HermesCache](https://pypi.python.org/pypi/HermesCache) - Python caching library with tag-based invalidation and dogpile effect prevention.
233200
* [johnny-cache](https://github.com/jmoiron/johnny-cache) - A caching framework for Django applications.
@@ -580,7 +547,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
580547
*Libraries for Python version and environment management.*
581548

582549
* [Pipenv](https://github.com/kennethreitz/pipenv) - Sacred Marriage of Pipfile, Pip, & Virtualenv.
583-
* [p](https://github.com/qw3rtman/p) - Dead simple interactive Python version management.
584550
* [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management.
585551
* [venv](https://docs.python.org/3/library/venv.html) - (Python standard library in Python 3.3+) Creating lightweight virtual environments.
586552
* [virtualenv](https://pypi.python.org/pypi/virtualenv) - A tool to create isolated Python environments.
@@ -963,12 +929,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
963929
* Pyramid
964930
* [cornice](https://github.com/Cornices/cornice) - A RESTful framework for Pyramid.
965931
* Framework agnostic
932+
* [apistar](https://github.com/encode/apistar) - A smart Web API framework, designed for Python 3.
966933
* [falcon](http://falconframework.org/) - A high-performance framework for building cloud APIs and web app backends.
967934
* [hug](https://github.com/timothycrosley/hug) - A Python3 framework for cleanly exposing APIs over HTTP and the Command Line with automatic documentation and validation.
968935
* [restless](https://github.com/toastdriven/restless) - Framework agnostic REST framework based on lessons learned from Tastypie.
969936
* [ripozo](https://github.com/vertical-knowledge/ripozo) - Quickly creating REST/HATEOAS/Hypermedia APIs.
970937
* [sandman](https://github.com/jeffknupp/sandman) - Automated REST APIs for existing database-driven systems.
971-
* [apistar](https://github.com/encode/apistar) - A smart Web API framework, designed for Python 3.
972938

973939
## Robotics
974940

@@ -1213,6 +1179,18 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
12131179
* [waitress](https://waitress.readthedocs.io/en/latest/) - Multi-threaded, powers Pyramid.
12141180
* [Werkzeug](http://werkzeug.pocoo.org/) - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
12151181

1182+
## Web Asset Management
1183+
1184+
*Tools for managing, compressing and minifying website assets.*
1185+
1186+
* [django-compressor](https://github.com/django-compressor/django-compressor) - Compresses linked and inline JavaScript or CSS into a single cached file.
1187+
* [django-pipeline](https://github.com/jazzband/django-pipeline) - An asset packaging library for Django.
1188+
* [django-storages](https://github.com/jschneier/django-storages) - A collection of custom storage back ends for Django.
1189+
* [fanstatic](http://www.fanstatic.org/en/latest/) - Packages, optimizes, and serves static file dependencies as Python packages.
1190+
* [fileconveyor](http://wimleers.com/fileconveyor) - A daemon to detect and sync files to CDNs, S3 and FTP.
1191+
* [flask-assets](https://github.com/miracle2k/flask-assets) - Helps you integrate webassets into your Flask app.
1192+
* [webassets](https://github.com/miracle2k/webassets) - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
1193+
12161194
## Web Content Extracting
12171195

12181196
*Libraries for extracting web contents.*

0 commit comments

Comments
 (0)