cql 1.2.0

cql is a Python driver for CQL that adheres to py-dbapi v2 (PEP249, Python Database API Specification v2.0:  http://www.python.org/dev/peps/pep-0249/).Standard use: >> import cql >> con = cql.connect(host, port, keyspace) >>...