/usr/share/pyshared/fdsend-0.2.1.egg-info/PKG-INFO is in python-fdsend 0.2.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 | Metadata-Version: 1.0
Name: fdsend
Version: 0.2.1
Summary: File descriptor passing (via SCM_RIGHTS)
Home-page: https://gitorious.org/python-fdsend/pages/Home
Author: Philipp Kern and Fabian Knittel
Author-email: python-fdsend@googlegroups.com
License: UNKNOWN
Description: fdsend is yet another file descriptor passing abstraction, specifically for
Python. This package offers a few conveniences not commonly found together in
other abstractions: sending multiple files at once, sending arbitrary data, and
working with both files and file descriptors.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.2
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|