You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
2740
2736
<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>
<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>
<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>
<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>
2779
2771
<li><ahref="https://github.com/scrapinghub/portia">portia</a> - Visual scraping for Scrapy.</li>
2780
2772
<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>
<p><em>Libraries for working with WebSocket.</em></p>
2805
2797
<ul>
2806
-
<li><ahref="https://github.com/crossbario/autobahn-python">AutobahnPython</a> - WebSocket & 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 & WAMP for Python on Autobahn).</li>
2798
+
<li><ahref="https://github.com/crossbario/autobahn-python">autobahn-python</a> - WebSocket & 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 & WAMP for Python on Autobahn).</li>
2808
2800
<li><ahref="https://github.com/django/channels">django-channels</a> - Developer-friendly asynchrony for Django.</li>
2809
2801
<li><ahref="https://github.com/stephenmcd/django-socketio">django-socketio</a> - WebSockets for Django.</li>
2810
2802
<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>
0 commit comments