/usr/share/pyshared/tracer-0.2.3.egg-info/PKG-INFO is in python-tracer 0.2.3-1build1.
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.1
Name: tracer
Version: 0.2.3
Summary: Centralized sys.settrace management
Home-page: http://code.google.com/p/pytracer
Author: Rocky Bernstein
Author-email: rocky@gnu.org
License: GPL
Description: Centralized Trace management using sys.settrace.
We allow several trace hooks to get registered and unregistered and
allow tracing to be turned on and off temporarily without losing the
trace hooks. You can also indicate filters on events for which trace
hooks should fire and mark methods that should automatically be
ignored.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|