Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit896ac3c

Browse files
committed
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
1 parent57c8bf1 commit896ac3c

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-
<liclass="md-nav__item">
314-
<ahref="#anti-spam"title="Anti-spam"class="md-nav__link">
315-
Anti-spam
316-
</a>
317-
318-
</li>
319-
320-
<liclass="md-nav__item">
321-
<ahref="#asset-management"title="Asset Management"class="md-nav__link">
322-
Asset Management
323-
</a>
324-
325311
</li>
326312

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

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

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

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

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

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

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

[8]ページ先頭

©2009-2025 Movatter.jp