cqlsh is a python-based command line client for executing Cassandra Query Language (CQL)
cqlsh is 'a python-based command line client for executing Cassandra Query Language (CQL) commands'1. It provides a quick and easy way to run simple CQL commands interactively. It has been available in the DataStax Community version of Cassandra since version 1.0.1.
The reference manual associated with CQL specification is here. Instructions for using cqlsh with Cassandra 1.0 can be found here.