1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00

remove wsgiref

This commit is contained in:
Vinta 2015-05-29 12:11:03 +08:00
parent feea3e394a
commit e7e6ecbc02

View file

@ -398,7 +398,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL.
* [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL.
* [dataset](https://github.com/pudo/dataset) - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
* [apsw](http://rogerbinns.github.io/apsw/) - APSW provides an SQLite 3 wrapper that provides the thinnest layer over the SQLite database library possible. Everything you can do from the SQLite C API, you can do from Python.
* [apsw](http://rogerbinns.github.io/apsw/) - Another Python SQLite wrapper.
* NoSQL Databases
* [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra.
* [pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Cassandra.
@ -755,7 +755,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
*WSGI-compatible web servers.*
* [wsgiref](http://docs.python.org/library/wsgiref.html) - (Python standard library) WSGI reference implementation, single-threaded.
* [uwsgi](https://uwsgi-docs.readthedocs.org/en/latest/) - A project aims at developing a full stack for building hosting services, written in C.
* [Werkzeug](http://werkzeug.pocoo.org/) - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
* [paste](http://pythonpaste.org/) - Multi-threaded, stable, tried and tested.
* [rocket](http://pypi.python.org/pypi/rocket) - Multi-threaded.
@ -765,7 +765,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [fapws3](http://www.fapws.org/) - Asynchronous (network side only), written in C.
* [meinheld](http://pypi.python.org/pypi/meinheld) - Asynchronous, partly written in C.
* [bjoern](http://pypi.python.org/pypi/bjoern) - Asynchronous, very fast and written in C.
* [uwsgi](https://uwsgi-docs.readthedocs.org/en/latest/) - fast and very configurable WSGI web server, written in C.
## RPC Servers