From 16d973127c13ce8cd72981239275de2806f838ea Mon Sep 17 00:00:00 2001 From: Sangeeth Saravanaraj Date: Thu, 3 Jul 2014 17:10:24 +0530 Subject: [PATCH 1/2] Added pycassa - Python Thrift driver for Apache Cassandra. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 139101f1..aca5f57f 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [mysql-python](http://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python. * [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for the Python. * NoSQL Databases + * [pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Apache Cassandra. * [PyMongo](http://docs.mongodb.org/ecosystem/drivers/python/) - The official Python client for MongoDB. * [redis-py](https://github.com/andymccurdy/redis-py) - The Redis Python Client. From f10b7eacbff7c8a3c72dc7ab907cf7b89012832f Mon Sep 17 00:00:00 2001 From: Sangeeth Saravanaraj Date: Thu, 3 Jul 2014 17:23:26 +0530 Subject: [PATCH 2/2] Added SWIG to FFI. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aca5f57f..2906c0c0 100644 --- a/README.md +++ b/README.md @@ -708,6 +708,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [ctypes](https://docs.python.org/2/library/ctypes.html) - (Python standard library) Foreign Function Interface for Python calling C code. * [cffi](https://pypi.python.org/pypi/cffi) - Foreign Function Interface for Python calling C code. +* [SWIG](http://www.swig.org/Doc1.3/Python.html) - Simplified Wrapper and Interface Generator. ## High Performance