Metadata-Version: 1.1
Name: cqlsl
Version: 0.1.2
Summary: CQL for Python without any additional abstraction layers
Home-page: https://github.com/drudim/cqlsl
Author: Dmytro Popovych
Author-email: drudim.ua@gmail.com
License: MIT
Description: 
        CQLSL
        -----
        
        CQL for Python without any additional abstraction layers.
        Designed to be simple and fast tool for communication with Cassandra.
        CQLSL is something between native Cassandra driver (which is really awesome!) and ORM.
        
        [Installation](https://github.com/drudim/cqlsl#installation)
        
        [Documentation](https://github.com/drudim/cqlsl#getting-started)
        
Keywords: cassandra,cql
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database :: Front-Ends
Classifier: Operating System :: OS Independent
