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

Commit9ef962e

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

File tree

3 files changed

+12
-20
lines changed

3 files changed

+12
-20
lines changed

‎index.html

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2731,15 +2731,11 @@ <h2 id="video">Video</h2>
27312731
<h2id="wsgi-servers">WSGI Servers</h2>
27322732
<p><em>WSGI-compatible web servers.</em></p>
27332733
<ul>
2734-
<li><ahref="https://pypi.python.org/pypi/bjoern">bjoern</a> - Asynchronous, very fast and written in C.</li>
2735-
<li><ahref="http://www.fapws.org/">fapws3</a> - Asynchronous (network side only), written in C.</li>
2736-
<li><ahref="https://pypi.python.org/pypi/gunicorn">gunicorn</a> - Pre-forked, partly written in C.</li>
2737-
<li><ahref="https://pypi.python.org/pypi/meinheld">meinheld</a> - Asynchronous, partly written in C.</li>
2738-
<li><ahref="https://github.com/hivesolutions/netius">netius</a> - Asynchronous, very fast.</li>
2739-
<li><ahref="https://pypi.python.org/pypi/rocket">rocket</a> - Multi-threaded.</li>
2734+
<li><ahref="https://github.com/jonashaag/bjoern">bjoern</a> - Asynchronous, very fast and written in C.</li>
2735+
<li><ahref="https://github.com/benoitc/gunicorn">gunicorn</a> - Pre-forked, partly written in C.</li>
27402736
<li><ahref="https://uwsgi-docs.readthedocs.io/en/latest/">uWSGI</a> - A project aims at developing a full stack for building hosting services, written in C.</li>
2741-
<li><ahref="https://waitress.readthedocs.io/en/latest/">waitress</a> - Multi-threaded, powers Pyramid.</li>
2742-
<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>
2737+
<li><ahref="https://github.com/Pylons/waitress">waitress</a> - Multi-threaded, powers Pyramid.</li>
2738+
<li><ahref="https://github.com/pallets/werkzeug">werkzeug</a> - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.</li>
27432739
</ul>
27442740
<h2id="web-asset-management">Web Asset Management</h2>
27452741
<p><em>Tools for managing, compressing and minifying website assets.</em></p>
@@ -2755,15 +2751,12 @@ <h2 id="web-asset-management">Web Asset Management</h2>
27552751
<h2id="web-content-extracting">Web Content Extracting</h2>
27562752
<p><em>Libraries for extracting web contents.</em></p>
27572753
<ul>
2758-
<li><ahref="https://github.com/vinta/Haul">Haul</a> - An Extensible Image Crawler.</li>
27592754
<li><ahref="https://github.com/Alir3z4/html2text">html2text</a> - Convert HTML to Markdown-formatted text.</li>
27602755
<li><ahref="https://github.com/michaelhelmick/lassie">lassie</a> - Web Content Retrieval for Humans.</li>
27612756
<li><ahref="https://github.com/coleifer/micawber">micawber</a> - A small library for extracting rich content from URLs.</li>
27622757
<li><ahref="https://github.com/codelucas/newspaper">newspaper</a> - News extraction, article extraction and content curation in Python.</li>
2763-
<li><ahref="https://github.com/grangier/python-goose">python-goose</a> - HTML Content/Article Extractor.</li>
27642758
<li><ahref="https://github.com/buriy/python-readability">python-readability</a> - Fast Python port of arc90's readability tool.</li>
27652759
<li><ahref="https://github.com/kennethreitz/requests-html">requests-html</a> - Pythonic HTML Parsing for Humans.</li>
2766-
<li><ahref="https://github.com/Alir3z4/python-sanitize">sanitize</a> - Bringing sanity to world of messed-up data.</li>
27672760
<li><ahref="https://github.com/miso-belica/sumy">sumy</a> - A module for automatic summarization of text documents and HTML pages.</li>
27682761
<li><ahref="https://github.com/deanmalmgren/textract">textract</a> - Extract text from any document, Word, PowerPoint, PDFs, etc.</li>
27692762
<li><ahref="https://github.com/gaojiuli/toapi">toapi</a> - Every web site provides APIs.</li>
@@ -2772,14 +2765,13 @@ <h2 id="web-crawling-web-scraping">Web Crawling &amp; Web Scraping</h2>
27722765
<p><em>Libraries to automate data extraction from websites.</em></p>
27732766
<ul>
27742767
<li><ahref="https://github.com/chineking/cola">cola</a> - A distributed crawling framework.</li>
2775-
<li><ahref="https://github.com/matiasb/demiurge">Demiurge</a> - PyQuery-based scraping micro-framework.</li>
2776-
<li><ahref="http://pythonhosted.org/feedparser/">feedparser</a> - Universal feed parser.</li>
2777-
<li><ahref="http://grablib.org/">Grab</a> - Site scraping framework.</li>
2778-
<li><ahref="https://github.com/hickford/MechanicalSoup">MechanicalSoup</a> - A Python library for automating interaction with websites.</li>
2768+
<li><ahref="https://pythonhosted.org/feedparser/">feedparser</a> - Universal feed parser.</li>
2769+
<li><ahref="https://github.com/lorien/grab">grab</a> - Site scraping framework.</li>
2770+
<li><ahref="https://github.com/MechanicalSoup/MechanicalSoup">MechanicalSoup</a> - A Python library for automating interaction with websites.</li>
27792771
<li><ahref="https://github.com/scrapinghub/portia">portia</a> - Visual scraping for Scrapy.</li>
27802772
<li><ahref="https://github.com/binux/pyspider">pyspider</a> - A powerful spider system.</li>
2781-
<li><ahref="https://github.com/jmcarp/robobrowser">RoboBrowser</a> - A simple, Pythonic library for browsing the web without a standalone web browser.</li>
2782-
<li><ahref="https://scrapy.org/">Scrapy</a> - A fast high-level screen scraping and web crawling framework.</li>
2773+
<li><ahref="https://github.com/jmcarp/robobrowser">robobrowser</a> - A simple, Pythonic library for browsing the web without a standalone web browser.</li>
2774+
<li><ahref="https://scrapy.org/">scrapy</a> - A fast high-level screen scraping and web crawling framework.</li>
27832775
</ul>
27842776
<h2id="web-frameworks">Web Frameworks</h2>
27852777
<p><em>Full stack web frameworks.</em></p>
@@ -2803,8 +2795,8 @@ <h2 id="web-frameworks">Web Frameworks</h2>
28032795
<h2id="websocket">WebSocket</h2>
28042796
<p><em>Libraries for working with WebSocket.</em></p>
28052797
<ul>
2806-
<li><ahref="https://github.com/crossbario/autobahn-python">AutobahnPython</a> - WebSocket &amp; WAMP for Python on Twisted and<ahref="https://docs.python.org/3/library/asyncio.html">asyncio</a>.</li>
2807-
<li><ahref="https://github.com/crossbario/crossbar/">Crossbar</a> - Open-source Unified Application Router (Websocket &amp; WAMP for Python on Autobahn).</li>
2798+
<li><ahref="https://github.com/crossbario/autobahn-python">autobahn-python</a> - WebSocket &amp; WAMP for Python on Twisted and<ahref="https://docs.python.org/3/library/asyncio.html">asyncio</a>.</li>
2799+
<li><ahref="https://github.com/crossbario/crossbar/">crossbar</a> - Open-source Unified Application Router (Websocket &amp; WAMP for Python on Autobahn).</li>
28082800
<li><ahref="https://github.com/django/channels">django-channels</a> - Developer-friendly asynchrony for Django.</li>
28092801
<li><ahref="https://github.com/stephenmcd/django-socketio">django-socketio</a> - WebSockets for Django.</li>
28102802
<li><ahref="https://github.com/Lawouach/WebSocket-for-Python">WebSocket-for-Python</a> - WebSocket client and server library for Python 2 and 3 as well as PyPy.</li>

‎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