mirror of
https://github.com/vinta/awesome-python.git
synced 2025-02-23 08:38:25 +00:00
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
This commit is contained in:
parent
57c8bf1e54
commit
896ac3cced
121
index.html
121
index.html
|
@ -308,20 +308,6 @@
|
|||
Algorithms and Design Patterns
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#anti-spam" title="Anti-spam" class="md-nav__link">
|
||||
Anti-spam
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#asset-management" title="Asset Management" class="md-nav__link">
|
||||
Asset Management
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -868,6 +854,13 @@
|
|||
WSGI Servers
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#web-asset-management" title="Web Asset Management" class="md-nav__link">
|
||||
Web Asset Management
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -941,20 +934,6 @@
|
|||
Algorithms and Design Patterns
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#anti-spam" title="Anti-spam" class="md-nav__link">
|
||||
Anti-spam
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#asset-management" title="Asset Management" class="md-nav__link">
|
||||
Asset Management
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -1501,6 +1480,13 @@
|
|||
WSGI Servers
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#web-asset-management" title="Web Asset Management" class="md-nav__link">
|
||||
Web Asset Management
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -1557,8 +1543,6 @@
|
|||
<li><a href="#awesome-python">Awesome Python</a><ul>
|
||||
<li><a href="#admin-panels">Admin Panels</a></li>
|
||||
<li><a href="#algorithms-and-design-patterns">Algorithms and Design Patterns</a></li>
|
||||
<li><a href="#anti-spam">Anti-spam</a></li>
|
||||
<li><a href="#asset-management">Asset Management</a></li>
|
||||
<li><a href="#audio">Audio</a></li>
|
||||
<li><a href="#authentication">Authentication</a></li>
|
||||
<li><a href="#build-tools">Build Tools</a></li>
|
||||
|
@ -1635,6 +1619,7 @@
|
|||
<li><a href="#third-party-apis">Third-party APIs</a></li>
|
||||
<li><a href="#url-manipulation">URL Manipulation</a></li>
|
||||
<li><a href="#video">Video</a></li>
|
||||
<li><a href="#web-asset-management">Web Asset Management</a></li>
|
||||
<li><a href="#web-content-extracting">Web Content Extracting</a></li>
|
||||
<li><a href="#web-crawling--web-scraping">Web Crawling & Web Scraping</a></li>
|
||||
<li><a href="#web-frameworks">Web Frameworks</a></li>
|
||||
|
@ -1677,63 +1662,41 @@
|
|||
<li><a href="https://github.com/faif/python-patterns">python-patterns</a> - A collection of design patterns in Python.</li>
|
||||
<li><a href="http://www.grantjenks.com/docs/sortedcontainers/">sortedcontainers</a> - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.</li>
|
||||
</ul>
|
||||
<h2 id="anti-spam">Anti-spam</h2>
|
||||
<p><em>Libraries for fighting spam.</em></p>
|
||||
<ul>
|
||||
<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>
|
||||
<li><a href="https://github.com/moqada/django-simple-spam-blocker">django-simple-spam-blocker</a> - Simple spam blocker for Django.</li>
|
||||
</ul>
|
||||
<h2 id="asset-management">Asset Management</h2>
|
||||
<p><em>Tools for managing, compressing and minifying website assets.</em></p>
|
||||
<ul>
|
||||
<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>
|
||||
<li><a href="https://github.com/jazzband/django-pipeline">django-pipeline</a> - An asset packaging library for Django.</li>
|
||||
<li><a href="https://github.com/jschneier/django-storages">django-storages</a> - A collection of custom storage back ends for Django.</li>
|
||||
<li><a href="http://www.fanstatic.org/en/latest/">fanstatic</a> - Packages, optimizes, and serves static file dependencies as Python packages.</li>
|
||||
<li><a href="http://wimleers.com/fileconveyor">fileconveyor</a> - A daemon to detect and sync files to CDNs, S3 and FTP.</li>
|
||||
<li><a href="https://github.com/miracle2k/flask-assets">flask-assets</a> - Helps you integrate webassets into your Flask app.</li>
|
||||
<li><a href="https://github.com/jaysonsantos/jinja-assets-compressor">jinja-assets-compressor</a> - A Jinja extension to compile and compress your assets.</li>
|
||||
<li><a href="https://github.com/miracle2k/webassets">webassets</a> - Bundles, optimizes, and manages unique cache-busting URLs for static resources.</li>
|
||||
</ul>
|
||||
<h2 id="audio">Audio</h2>
|
||||
<p><em>Libraries for manipulating audio.</em></p>
|
||||
<p><em>Libraries for manipulating audio and its metadata.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/danilobellini/audiolazy">audiolazy</a> - Expressive Digital Signal Processing (DSP) package for Python.</li>
|
||||
<li>Audio<ul>
|
||||
<li><a href="https://github.com/beetbox/audioread">audioread</a> - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.</li>
|
||||
<li><a href="http://beets.io/">beets</a> - A music library manager and <a href="https://musicbrainz.org/">MusicBrainz</a> tagger.</li>
|
||||
<li><a href="https://github.com/worldveil/dejavu">dejavu</a> - Audio fingerprinting and recognition.</li>
|
||||
<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>
|
||||
<li><a href="http://eyed3.nicfit.net/">eyeD3</a> - A tool for working with audio files, specifically MP3 files containing ID3 metadata.</li>
|
||||
<li><a href="https://nedbatchelder.com/code/modules/id3reader.py">id3reader</a> - A Python module for reading MP3 meta data.</li>
|
||||
<li><a href="https://github.com/globocom/m3u8">m3u8</a> - A module for parsing m3u8 file.</li>
|
||||
<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>
|
||||
<li><a href="https://github.com/quodlibet/mutagen">mutagen</a> - A Python module to handle audio metadata.</li>
|
||||
<li><a href="https://github.com/tyiannak/pyAudioAnalysis">pyAudioAnalysis</a> - Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications</li>
|
||||
<li><a href="https://github.com/jiaaro/pydub">pydub</a> - Manipulate audio with a simple and easy high level interface.</li>
|
||||
<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>
|
||||
<li><a href="http://scikits.appspot.com/talkbox">talkbox</a> - A Python library for speech/signal processing.</li>
|
||||
<li><a href="https://github.com/Parisson/TimeSide">TimeSide</a> - Open web audio processing framework.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Metadata<ul>
|
||||
<li><a href="https://github.com/beetbox/beets">beets</a> - A music library manager and <a href="https://musicbrainz.org/">MusicBrainz</a> tagger.</li>
|
||||
<li><a href="https://github.com/nicfit/eyeD3">eyeD3</a> - A tool for working with audio files, specifically MP3 files containing ID3 metadata.</li>
|
||||
<li><a href="https://github.com/quodlibet/mutagen">mutagen</a> - A Python module to handle audio metadata.</li>
|
||||
<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>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="authentication">Authentication</h2>
|
||||
<p><em>Libraries for implementing authentications schemes.</em></p>
|
||||
<ul>
|
||||
<li>OAuth<ul>
|
||||
<li><a href="https://github.com/authomatic/authomatic">Authomatic</a> - Simple but powerful framework agnostic authentication/authorization client.</li>
|
||||
<li><a href="https://github.com/lepture/authlib">authlib</a> - JavaScript Object Signing and Encryption draft implementation.</li>
|
||||
<li><a href="https://github.com/pennersr/django-allauth">django-allauth</a> - Authentication app for Django that "just works."</li>
|
||||
<li><a href="https://github.com/evonove/django-oauth-toolkit">django-oauth-toolkit</a> - OAuth 2 goodies for Django.</li>
|
||||
<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>
|
||||
<li><a href="https://github.com/idan/oauthlib">OAuthLib</a> - A generic and thorough implementation of the OAuth request-signing logic.</li>
|
||||
<li><a href="https://github.com/joestump/python-oauth2">python-oauth2</a> - A fully tested, abstract interface to creating OAuth clients and servers.</li>
|
||||
<li><a href="https://github.com/omab/python-social-auth">python-social-auth</a> - An easy-to-setup social authentication mechanism.</li>
|
||||
<li><a href="https://github.com/litl/rauth">rauth</a> - A Python library for OAuth 1.0/a, 2.0, and Ofly.</li>
|
||||
<li><a href="https://github.com/demianbrecht/sanction">sanction</a> - A dead simple OAuth2 client implementation.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Others<ul>
|
||||
<li><a href="https://github.com/demonware/jose">jose</a> - JavaScript Object Signing and Encryption draft implementation.</li>
|
||||
<li><a href="https://github.com/jpadilla/pyjwt">PyJWT</a> - Implementation of the JSON Web Token draft 01.</li>
|
||||
<li><a href="https://github.com/brianloveswords/python-jws">python-jws</a> - Implementation of JSON Web Signatures draft 02.</li>
|
||||
<li><a href="https://github.com/mpdavis/python-jose/">python-jose</a> - A JOSE implementation in Python.</li>
|
||||
<li><a href="https://github.com/davedoesdev/python-jwt">python-jwt</a> - Module for generating and verifying JSON Web Tokens.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -1758,16 +1721,13 @@
|
|||
<h2 id="cms">CMS</h2>
|
||||
<p><em>Content Management Systems.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://www.django-cms.org/en/">django-cms</a> - An Open source enterprise CMS based on the Django.</li>
|
||||
<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>
|
||||
<li><a href="http://www.feincms.org/">FeinCMS</a> - One of the most advanced Content Management Systems built on Django.</li>
|
||||
<li><a href="http://kotti.pylonsproject.org/">Kotti</a> - A high-level, Pythonic web application framework built on Pyramid.</li>
|
||||
<li><a href="http://mezzanine.jupo.org/">Mezzanine</a> - A powerful, consistent, and flexible content management platform.</li>
|
||||
<li><a href="http://opps.github.io/opps/">Opps</a> - A Django-based CMS for magazines, newspapers websites and portals with high-traffic.</li>
|
||||
<li><a href="https://plone.org/">Plone</a> - A CMS built on top of the open source application server Zope.</li>
|
||||
<li><a href="http://quokkaproject.org/">Quokka</a> - Flexible, extensible, small CMS powered by Flask and MongoDB.</li>
|
||||
<li><a href="https://wagtail.io/">Wagtail</a> - A Django content management system.</li>
|
||||
<li><a href="https://wid.gy/">Widgy</a> - Last CMS framework, based on Django.</li>
|
||||
<li><a href="https://www.django-cms.org/en/">django-cms</a> - An Open source enterprise CMS based on the Django.</li>
|
||||
<li><a href="https://github.com/feincms/feincms">FeinCMS</a> - One of the most advanced Content Management Systems built on Django.</li>
|
||||
<li><a href="https://github.com/Kotti/Kotti">Kotti</a> - A high-level, Pythonic web application framework built on Pyramid.</li>
|
||||
<li><a href="https://github.com/stephenmcd/mezzanine">Mezzanine</a> - A powerful, consistent, and flexible content management platform.</li>
|
||||
<li><a href="https://plone.org/">Plone</a> - A CMS built on top of the open source application server Zope.</li>
|
||||
<li><a href="https://github.com/rochacbruno/quokka">Quokka</a> - Flexible, extensible, small CMS powered by Flask and MongoDB.</li>
|
||||
</ul>
|
||||
<h2 id="caching">Caching</h2>
|
||||
<p><em>Libraries for caching data.</em></p>
|
||||
|
@ -1776,7 +1736,6 @@
|
|||
<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>
|
||||
<li><a href="https://github.com/django-cache-machine/django-cache-machine">django-cache-machine</a> - Automatic caching and invalidation for Django models.</li>
|
||||
<li><a href="https://github.com/Suor/django-cacheops">django-cacheops</a> - A slick ORM cache with automatic granular event-driven invalidation.</li>
|
||||
<li><a href="https://github.com/5monkeys/django-viewlet">django-viewlet</a> - Render template parts with extended cache control.</li>
|
||||
<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>
|
||||
<li><a href="https://pypi.python.org/pypi/HermesCache">HermesCache</a> - Python caching library with tag-based invalidation and dogpile effect prevention.</li>
|
||||
<li><a href="https://github.com/jmoiron/johnny-cache">johnny-cache</a> - A caching framework for Django applications.</li>
|
||||
|
@ -2150,7 +2109,6 @@
|
|||
<p><em>Libraries for Python version and environment management.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/kennethreitz/pipenv">Pipenv</a> - Sacred Marriage of Pipfile, Pip, & Virtualenv.</li>
|
||||
<li><a href="https://github.com/qw3rtman/p">p</a> - Dead simple interactive Python version management.</li>
|
||||
<li><a href="https://github.com/pyenv/pyenv">pyenv</a> - Simple Python version management.</li>
|
||||
<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>
|
||||
<li><a href="https://pypi.python.org/pypi/virtualenv">virtualenv</a> - A tool to create isolated Python environments.</li>
|
||||
|
@ -2523,12 +2481,12 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li>Framework agnostic<ul>
|
||||
<li><a href="https://github.com/encode/apistar">apistar</a> - A smart Web API framework, designed for Python 3.</li>
|
||||
<li><a href="http://falconframework.org/">falcon</a> - A high-performance framework for building cloud APIs and web app backends.</li>
|
||||
<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>
|
||||
<li><a href="https://github.com/toastdriven/restless">restless</a> - Framework agnostic REST framework based on lessons learned from Tastypie.</li>
|
||||
<li><a href="https://github.com/vertical-knowledge/ripozo">ripozo</a> - Quickly creating REST/HATEOAS/Hypermedia APIs.</li>
|
||||
<li><a href="https://github.com/jeffknupp/sandman">sandman</a> - Automated REST APIs for existing database-driven systems.</li>
|
||||
<li><a href="https://github.com/encode/apistar">apistar</a> - A smart Web API framework, designed for Python 3.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -2795,6 +2753,17 @@
|
|||
<li><a href="https://waitress.readthedocs.io/en/latest/">waitress</a> - Multi-threaded, powers Pyramid.</li>
|
||||
<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>
|
||||
</ul>
|
||||
<h2 id="web-asset-management">Web Asset Management</h2>
|
||||
<p><em>Tools for managing, compressing and minifying website assets.</em></p>
|
||||
<ul>
|
||||
<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>
|
||||
<li><a href="https://github.com/jazzband/django-pipeline">django-pipeline</a> - An asset packaging library for Django.</li>
|
||||
<li><a href="https://github.com/jschneier/django-storages">django-storages</a> - A collection of custom storage back ends for Django.</li>
|
||||
<li><a href="http://www.fanstatic.org/en/latest/">fanstatic</a> - Packages, optimizes, and serves static file dependencies as Python packages.</li>
|
||||
<li><a href="http://wimleers.com/fileconveyor">fileconveyor</a> - A daemon to detect and sync files to CDNs, S3 and FTP.</li>
|
||||
<li><a href="https://github.com/miracle2k/flask-assets">flask-assets</a> - Helps you integrate webassets into your Flask app.</li>
|
||||
<li><a href="https://github.com/miracle2k/webassets">webassets</a> - Bundles, optimizes, and manages unique cache-busting URLs for static resources.</li>
|
||||
</ul>
|
||||
<h2 id="web-content-extracting">Web Content Extracting</h2>
|
||||
<p><em>Libraries for extracting web contents.</em></p>
|
||||
<ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user