/usr/share/pyshared/pytyrant-1.1.17.egg-info is in python-pytyrant 1.1.17-1.
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 | Metadata-Version: 1.0
Name: pytyrant
Version: 1.1.17
Summary: Pure python client implementation of the Tokyo Tyrant protocol
Home-page: http://code.google.com/p/pytyrant/
Author: Bob Ippolito
Author-email: bob@redivi.com
License: MIT License
Description:
pytyrant is a pure python client implementation of the binary Tokyo Tyrant
protocol. Tokyo Cabinet <http://tokyocabinet.sourceforge.net/> is a "super
hyper ultra database manager" written and maintained by Mikio Hirabayashi and
released under the LGPL.
Tokyo Tyrant is the de facto database server for Tokyo Cabinet written and
maintained by the same author. It supports a REST HTTP protocol, memcached,
and its own simple binary protocol. This library implements the full binary
protocol for the Tokyo Tyrant 1.1.17 in pure Python as defined here::
http://tokyocabinet.sourceforge.net/tyrantdoc/
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|