-
Notifications
You must be signed in to change notification settings - Fork 0
/
PKG-INFO
29 lines (27 loc) · 1.2 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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: [email protected]
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