From f8dffbd7e3ac363a8f3a9cfe6436fc71cc0730c6 Mon Sep 17 00:00:00 2001 From: vovanz Date: Sun, 24 May 2015 18:30:36 +0500 Subject: [PATCH 1/3] Add uWSGI to WSGI servers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f52f337f..af60c821 100644 --- a/README.md +++ b/README.md @@ -762,7 +762,7 @@ 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 *RPC-compatible servers.* From 0eae58065c33cfd7590814b0f77a4d48290275ad Mon Sep 17 00:00:00 2001 From: vovanz Date: Sun, 24 May 2015 18:33:18 +0500 Subject: [PATCH 2/3] Add APSW --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af60c821..f6d98b12 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,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. * 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. From 4283a4ba2ceb082884f4d080e1e1ffba83832c89 Mon Sep 17 00:00:00 2001 From: vovanz Date: Sun, 24 May 2015 18:39:26 +0500 Subject: [PATCH 3/3] Formatting fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6d98b12..5146533f 100644 --- a/README.md +++ b/README.md @@ -764,6 +764,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [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 *RPC-compatible servers.*