/usr/share/pyshared/yenc-0.4.0.egg-info is in python-yenc 0.4.0-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 28 29 30 31 32 | Metadata-Version: 1.1
Name: yenc
Version: 0.4.0
Summary: yEnc Module for Python
Home-page: https://bitbucket.org/dual75/yenc
Author: Alessandro Duca
Author-email: alessandro.duca@gmail.com
License: LGPL
Description:
yEnc Encoding/Decoding for Python
---------------------------------
This a fairly simple module, it provide only raw yEnc encoding/decoding with
builitin crc32 calculation. Header parsing, checkings and yenc formatting are
left to you (see examples directory for possible implementations).
Supports encoding and decoding directly to files or to memory buffers
with helper classes Encoder and Decoder.
Platform: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: C
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Usenet News
|