/usr/lib/python2.7/dist-packages/pycassa-1.11.1.egg-info/PKG-INFO is in python-pycassa 1.11.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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: 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
|