Metadata-Version: 1.1
Name: pycassa
Version: 1.11.1
Summary: Python client library for Apache Cassandra
Home-page: http://github.com/pycassa/pycassa
Author: Tyler Hobbs
Author-email: pycassa.maintainer@gmail.com
License: UNKNOWN
Description: pycassa is a python client library for Apache Cassandra with the following features:
        
        1. Auto-failover single or thread-local connections
        2. Connection pooling
        3. A batch interface
        4. Simplified version of the Thrift interface
        5. A method to map an existing class to a Cassandra column family
        
Keywords: pycassa,cassandra,client,driver,db,distributed,thrift
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
