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

Skip to content

Commit 896ac3c

Browse files
committed
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
1 parent 57c8bf1 commit 896ac3c

File tree

3 files changed

+45
-76
lines changed

3 files changed

+45
-76
lines changed

index.html

Lines changed: 44 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -308,20 +308,6 @@
308308
Algorithms and Design Patterns
309309
</a>
310310

311-
</li>
312-
313-
<li class="md-nav__item">
314-
<a href="#anti-spam" title="Anti-spam" class="md-nav__link">
315-
Anti-spam
316-
</a>
317-
318-
</li>
319-
320-
<li class="md-nav__item">
321-
<a href="#asset-management" title="Asset Management" class="md-nav__link">
322-
Asset Management
323-
</a>
324-
325311
</li>
326312

327313
<li class="md-nav__item">
@@ -868,6 +854,13 @@
868854
WSGI Servers
869855
</a>
870856

857+
</li>
858+
859+
<li class="md-nav__item">
860+
<a href="#web-asset-management" title="Web Asset Management" class="md-nav__link">
861+
Web Asset Management
862+
</a>
863+
871864
</li>
872865

873866
<li class="md-nav__item">
@@ -941,20 +934,6 @@
941934
Algorithms and Design Patterns
942935
</a>
943936

944-
</li>
945-
946-
<li class="md-nav__item">
947-
<a href="#anti-spam" title="Anti-spam" class="md-nav__link">
948-
Anti-spam
949-
</a>
950-
951-
</li>
952-
953-
<li class="md-nav__item">
954-
<a href="#asset-management" title="Asset Management" class="md-nav__link">
955-
Asset Management
956-
</a>
957-
958937
</li>
959938

960939
<li class="md-nav__item">
@@ -1501,6 +1480,13 @@
15011480
WSGI Servers
15021481
</a>
15031482

1483+
</li>
1484+
1485+
<li class="md-nav__item">
1486+
<a href="#web-asset-management" title="Web Asset Management" class="md-nav__link">
1487+
Web Asset Management
1488+
</a>
1489+
15041490
</li>
15051491

15061492
<li class="md-nav__item">
@@ -1557,8 +1543,6 @@ <h1 id="awesome-python">Awesome Python <a href="https://github.com/sindresorhus/
15571543
<li><a href="#awesome-python">Awesome Python</a><ul>
15581544
<li><a href="#admin-panels">Admin Panels</a></li>
15591545
<li><a href="#algorithms-and-design-patterns">Algorithms and Design Patterns</a></li>
1560-
<li><a href="#anti-spam">Anti-spam</a></li>
1561-
<li><a href="#asset-management">Asset Management</a></li>
15621546
<li><a href="#audio">Audio</a></li>
15631547
<li><a href="#authentication">Authentication</a></li>
15641548
<li><a href="#build-tools">Build Tools</a></li>
@@ -1635,6 +1619,7 @@ <h1 id="awesome-python">Awesome Python <a href="https://github.com/sindresorhus/
16351619
<li><a href="#third-party-apis">Third-party APIs</a></li>
16361620
<li><a href="#url-manipulation">URL Manipulation</a></li>
16371621
<li><a href="#video">Video</a></li>
1622+
<li><a href="#web-asset-management">Web Asset Management</a></li>
16381623
<li><a href="#web-content-extracting">Web Content Extracting</a></li>
16391624
<li><a href="#web-crawling--web-scraping">Web Crawling &amp; Web Scraping</a></li>
16401625
<li><a href="#web-frameworks">Web Frameworks</a></li>
@@ -1677,63 +1662,41 @@ <h2 id="algorithms-and-design-patterns">Algorithms and Design Patterns</h2>
16771662
<li><a href="https://github.com/faif/python-patterns">python-patterns</a> - A collection of design patterns in Python.</li>
16781663
<li><a href="http://www.grantjenks.com/docs/sortedcontainers/">sortedcontainers</a> - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.</li>
16791664
</ul>
1680-
<h2 id="anti-spam">Anti-spam</h2>
1681-
<p><em>Libraries for fighting spam.</em></p>
1682-
<ul>
1683-
<li><a href="https://github.com/mbi/django-simple-captcha">django-simple-captcha</a> - A simple and highly customizable Django app to add captcha images to any Django form.</li>
1684-
<li><a href="https://github.com/moqada/django-simple-spam-blocker">django-simple-spam-blocker</a> - Simple spam blocker for Django.</li>
1685-
</ul>
1686-
<h2 id="asset-management">Asset Management</h2>
1687-
<p><em>Tools for managing, compressing and minifying website assets.</em></p>
1688-
<ul>
1689-
<li><a href="https://github.com/django-compressor/django-compressor">django-compressor</a> - Compresses linked and inline JavaScript or CSS into a single cached file.</li>
1690-
<li><a href="https://github.com/jazzband/django-pipeline">django-pipeline</a> - An asset packaging library for Django.</li>
1691-
<li><a href="https://github.com/jschneier/django-storages">django-storages</a> - A collection of custom storage back ends for Django.</li>
1692-
<li><a href="http://www.fanstatic.org/en/latest/">fanstatic</a> - Packages, optimizes, and serves static file dependencies as Python packages.</li>
1693-
<li><a href="http://wimleers.com/fileconveyor">fileconveyor</a> - A daemon to detect and sync files to CDNs, S3 and FTP.</li>
1694-
<li><a href="https://github.com/miracle2k/flask-assets">flask-assets</a> - Helps you integrate webassets into your Flask app.</li>
1695-
<li><a href="https://github.com/jaysonsantos/jinja-assets-compressor">jinja-assets-compressor</a> - A Jinja extension to compile and compress your assets.</li>
1696-
<li><a href="https://github.com/miracle2k/webassets">webassets</a> - Bundles, optimizes, and manages unique cache-busting URLs for static resources.</li>
1697-
</ul>
16981665
<h2 id="audio">Audio</h2>
1699-
<p><em>Libraries for manipulating audio.</em></p>
1666+
<p><em>Libraries for manipulating audio and its metadata.</em></p>
17001667
<ul>
1701-
<li><a href="https://github.com/danilobellini/audiolazy">audiolazy</a> - Expressive Digital Signal Processing (DSP) package for Python.</li>
1668+
<li>Audio<ul>
17021669
<li><a href="https://github.com/beetbox/audioread">audioread</a> - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.</li>
1703-
<li><a href="http://beets.io/">beets</a> - A music library manager and <a href="https://musicbrainz.org/">MusicBrainz</a> tagger.</li>
17041670
<li><a href="https://github.com/worldveil/dejavu">dejavu</a> - Audio fingerprinting and recognition.</li>
1705-
<li><a href="https://github.com/StreetVoice/django-elastic-transcoder">django-elastic-transcoder</a> - Django + <a href="https://aws.amazon.com/elastictranscoder/">Amazon Elastic Transcoder</a>.</li>
1706-
<li><a href="http://eyed3.nicfit.net/">eyeD3</a> - A tool for working with audio files, specifically MP3 files containing ID3 metadata.</li>
1707-
<li><a href="https://nedbatchelder.com/code/modules/id3reader.py">id3reader</a> - A Python module for reading MP3 meta data.</li>
1708-
<li><a href="https://github.com/globocom/m3u8">m3u8</a> - A module for parsing m3u8 file.</li>
17091671
<li><a href="http://bspaans.github.io/python-mingus/">mingus</a> - An advanced music theory and notation package with MIDI file and playback support.</li>
1710-
<li><a href="https://github.com/quodlibet/mutagen">mutagen</a> - A Python module to handle audio metadata.</li>
17111672
<li><a href="https://github.com/tyiannak/pyAudioAnalysis">pyAudioAnalysis</a> - Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications</li>
17121673
<li><a href="https://github.com/jiaaro/pydub">pydub</a> - Manipulate audio with a simple and easy high level interface.</li>
1713-
<li><a href="https://github.com/echonest/pyechonest">pyechonest</a> - Python client for the <a href="http://static.echonest.com/enspex/">Echo Nest</a> API.</li>
1714-
<li><a href="http://scikits.appspot.com/talkbox">talkbox</a> - A Python library for speech/signal processing.</li>
17151674
<li><a href="https://github.com/Parisson/TimeSide">TimeSide</a> - Open web audio processing framework.</li>
1675+
</ul>
1676+
</li>
1677+
<li>Metadata<ul>
1678+
<li><a href="https://github.com/beetbox/beets">beets</a> - A music library manager and <a href="https://musicbrainz.org/">MusicBrainz</a> tagger.</li>
1679+
<li><a href="https://github.com/nicfit/eyeD3">eyeD3</a> - A tool for working with audio files, specifically MP3 files containing ID3 metadata.</li>
1680+
<li><a href="https://github.com/quodlibet/mutagen">mutagen</a> - A Python module to handle audio metadata.</li>
17161681
<li><a href="https://github.com/devsnd/tinytag">tinytag</a> - A library for reading music meta data of MP3, OGG, FLAC and Wave files.</li>
17171682
</ul>
1683+
</li>
1684+
</ul>
17181685
<h2 id="authentication">Authentication</h2>
17191686
<p><em>Libraries for implementing authentications schemes.</em></p>
17201687
<ul>
17211688
<li>OAuth<ul>
1722-
<li><a href="https://github.com/authomatic/authomatic">Authomatic</a> - Simple but powerful framework agnostic authentication/authorization client.</li>
1689+
<li><a href="https://github.com/lepture/authlib">authlib</a> - JavaScript Object Signing and Encryption draft implementation.</li>
17231690
<li><a href="https://github.com/pennersr/django-allauth">django-allauth</a> - Authentication app for Django that "just works."</li>
17241691
<li><a href="https://github.com/evonove/django-oauth-toolkit">django-oauth-toolkit</a> - OAuth 2 goodies for Django.</li>
1725-
<li><a href="https://github.com/lepture/flask-oauthlib">Flask-OAuthlib</a> - OAuth 1.0/a, 2.0 implementation of client and provider for Flask.</li>
17261692
<li><a href="https://github.com/idan/oauthlib">OAuthLib</a> - A generic and thorough implementation of the OAuth request-signing logic.</li>
17271693
<li><a href="https://github.com/joestump/python-oauth2">python-oauth2</a> - A fully tested, abstract interface to creating OAuth clients and servers.</li>
17281694
<li><a href="https://github.com/omab/python-social-auth">python-social-auth</a> - An easy-to-setup social authentication mechanism.</li>
1729-
<li><a href="https://github.com/litl/rauth">rauth</a> - A Python library for OAuth 1.0/a, 2.0, and Ofly.</li>
1730-
<li><a href="https://github.com/demianbrecht/sanction">sanction</a> - A dead simple OAuth2 client implementation.</li>
17311695
</ul>
17321696
</li>
17331697
<li>Others<ul>
1734-
<li><a href="https://github.com/demonware/jose">jose</a> - JavaScript Object Signing and Encryption draft implementation.</li>
17351698
<li><a href="https://github.com/jpadilla/pyjwt">PyJWT</a> - Implementation of the JSON Web Token draft 01.</li>
1736-
<li><a href="https://github.com/brianloveswords/python-jws">python-jws</a> - Implementation of JSON Web Signatures draft 02.</li>
1699+
<li><a href="https://github.com/mpdavis/python-jose/">python-jose</a> - A JOSE implementation in Python.</li>
17371700
<li><a href="https://github.com/davedoesdev/python-jwt">python-jwt</a> - Module for generating and verifying JSON Web Tokens.</li>
17381701
</ul>
17391702
</li>
@@ -1758,16 +1721,13 @@ <h2 id="built-in-classes-enhancement">Built-in Classes Enhancement</h2>
17581721
<h2 id="cms">CMS</h2>
17591722
<p><em>Content Management Systems.</em></p>
17601723
<ul>
1724+
<li><a href="https://wagtail.io/">Wagtail</a> - A Django content management system.</li>
17611725
<li><a href="https://www.django-cms.org/en/">django-cms</a> - An Open source enterprise CMS based on the Django.</li>
1762-
<li><a href="http://djedi-cms.org/">djedi-cms</a> - A lightweight but yet powerful Django CMS with plugins, inline editing and performance in mind.</li>
1763-
<li><a href="http://www.feincms.org/">FeinCMS</a> - One of the most advanced Content Management Systems built on Django.</li>
1764-
<li><a href="http://kotti.pylonsproject.org/">Kotti</a> - A high-level, Pythonic web application framework built on Pyramid.</li>
1765-
<li><a href="http://mezzanine.jupo.org/">Mezzanine</a> - A powerful, consistent, and flexible content management platform.</li>
1766-
<li><a href="http://opps.github.io/opps/">Opps</a> - A Django-based CMS for magazines, newspapers websites and portals with high-traffic.</li>
1726+
<li><a href="https://github.com/feincms/feincms">FeinCMS</a> - One of the most advanced Content Management Systems built on Django.</li>
1727+
<li><a href="https://github.com/Kotti/Kotti">Kotti</a> - A high-level, Pythonic web application framework built on Pyramid.</li>
1728+
<li><a href="https://github.com/stephenmcd/mezzanine">Mezzanine</a> - A powerful, consistent, and flexible content management platform.</li>
17671729
<li><a href="https://plone.org/">Plone</a> - A CMS built on top of the open source application server Zope.</li>
1768-
<li><a href="http://quokkaproject.org/">Quokka</a> - Flexible, extensible, small CMS powered by Flask and MongoDB.</li>
1769-
<li><a href="https://wagtail.io/">Wagtail</a> - A Django content management system.</li>
1770-
<li><a href="https://wid.gy/">Widgy</a> - Last CMS framework, based on Django.</li>
1730+
<li><a href="https://github.com/rochacbruno/quokka">Quokka</a> - Flexible, extensible, small CMS powered by Flask and MongoDB.</li>
17711731
</ul>
17721732
<h2 id="caching">Caching</h2>
17731733
<p><em>Libraries for caching data.</em></p>
@@ -1776,7 +1736,6 @@ <h2 id="caching">Caching</h2>
17761736
<li><a href="http://www.grantjenks.com/docs/diskcache/">DiskCache</a> - SQLite and file backed cache backend with faster lookups than memcached and redis.</li>
17771737
<li><a href="https://github.com/django-cache-machine/django-cache-machine">django-cache-machine</a> - Automatic caching and invalidation for Django models.</li>
17781738
<li><a href="https://github.com/Suor/django-cacheops">django-cacheops</a> - A slick ORM cache with automatic granular event-driven invalidation.</li>
1779-
<li><a href="https://github.com/5monkeys/django-viewlet">django-viewlet</a> - Render template parts with extended cache control.</li>
17801739
<li><a href="http://dogpilecache.readthedocs.io/en/latest/">dogpile.cache</a> - dogpile.cache is next generation replacement for Beaker made by same authors.</li>
17811740
<li><a href="https://pypi.python.org/pypi/HermesCache">HermesCache</a> - Python caching library with tag-based invalidation and dogpile effect prevention.</li>
17821741
<li><a href="https://github.com/jmoiron/johnny-cache">johnny-cache</a> - A caching framework for Django applications.</li>
@@ -2150,7 +2109,6 @@ <h2 id="environment-management">Environment Management</h2>
21502109
<p><em>Libraries for Python version and environment management.</em></p>
21512110
<ul>
21522111
<li><a href="https://github.com/kennethreitz/pipenv">Pipenv</a> - Sacred Marriage of Pipfile, Pip, &amp; Virtualenv.</li>
2153-
<li><a href="https://github.com/qw3rtman/p">p</a> - Dead simple interactive Python version management.</li>
21542112
<li><a href="https://github.com/pyenv/pyenv">pyenv</a> - Simple Python version management.</li>
21552113
<li><a href="https://docs.python.org/3/library/venv.html">venv</a> - (Python standard library in Python 3.3+) Creating lightweight virtual environments.</li>
21562114
<li><a href="https://pypi.python.org/pypi/virtualenv">virtualenv</a> - A tool to create isolated Python environments.</li>
@@ -2523,12 +2481,12 @@ <h2 id="restful-api">RESTful API</h2>
25232481
</ul>
25242482
</li>
25252483
<li>Framework agnostic<ul>
2484+
<li><a href="https://github.com/encode/apistar">apistar</a> - A smart Web API framework, designed for Python 3.</li>
25262485
<li><a href="http://falconframework.org/">falcon</a> - A high-performance framework for building cloud APIs and web app backends.</li>
25272486
<li><a href="https://github.com/timothycrosley/hug">hug</a> - A Python3 framework for cleanly exposing APIs over HTTP and the Command Line with automatic documentation and validation.</li>
25282487
<li><a href="https://github.com/toastdriven/restless">restless</a> - Framework agnostic REST framework based on lessons learned from Tastypie.</li>
25292488
<li><a href="https://github.com/vertical-knowledge/ripozo">ripozo</a> - Quickly creating REST/HATEOAS/Hypermedia APIs.</li>
25302489
<li><a href="https://github.com/jeffknupp/sandman">sandman</a> - Automated REST APIs for existing database-driven systems.</li>
2531-
<li><a href="https://github.com/encode/apistar">apistar</a> - A smart Web API framework, designed for Python 3.</li>
25322490
</ul>
25332491
</li>
25342492
</ul>
@@ -2795,6 +2753,17 @@ <h2 id="wsgi-servers">WSGI Servers</h2>
27952753
<li><a href="https://waitress.readthedocs.io/en/latest/">waitress</a> - Multi-threaded, powers Pyramid.</li>
27962754
<li><a href="http://werkzeug.pocoo.org/">Werkzeug</a> - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.</li>
27972755
</ul>
2756+
<h2 id="web-asset-management">Web Asset Management</h2>
2757+
<p><em>Tools for managing, compressing and minifying website assets.</em></p>
2758+
<ul>
2759+
<li><a href="https://github.com/django-compressor/django-compressor">django-compressor</a> - Compresses linked and inline JavaScript or CSS into a single cached file.</li>
2760+
<li><a href="https://github.com/jazzband/django-pipeline">django-pipeline</a> - An asset packaging library for Django.</li>
2761+
<li><a href="https://github.com/jschneier/django-storages">django-storages</a> - A collection of custom storage back ends for Django.</li>
2762+
<li><a href="http://www.fanstatic.org/en/latest/">fanstatic</a> - Packages, optimizes, and serves static file dependencies as Python packages.</li>
2763+
<li><a href="http://wimleers.com/fileconveyor">fileconveyor</a> - A daemon to detect and sync files to CDNs, S3 and FTP.</li>
2764+
<li><a href="https://github.com/miracle2k/flask-assets">flask-assets</a> - Helps you integrate webassets into your Flask app.</li>
2765+
<li><a href="https://github.com/miracle2k/webassets">webassets</a> - Bundles, optimizes, and manages unique cache-busting URLs for static resources.</li>
2766+
</ul>
27982767
<h2 id="web-content-extracting">Web Content Extracting</h2>
27992768
<p><em>Libraries for extracting web contents.</em></p>
28002769
<ul>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)