/usr/share/pyshared/guppy-0.1.9.egg-info is in python-guppy 0.1.9-2ubuntu4.
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 33 34 35 36 37 38 39 | Metadata-Version: 1.0
Name: guppy
Version: 0.1.9
Summary: Guppy-PE -- A Python Programming Environment
Home-page: http://guppy-pe.sourceforge.net
Author: Sverker Nilsson
Author-email: sn@sncs.se
License: MIT
Description:
Guppy-PE is a library and programming environment for Python,
currently providing in particular the Heapy subsystem, which supports
object and heap memory sizing, profiling and debugging. It also
includes a prototypical specification language, the Guppy
Specification Language (GSL), which can be used to formally specify
aspects of Python programs and generate tests and documentation from a
common source.
The guppy top-level package contains the following subpackages:
doc
Documentation files. These are in a package so they get installed
at a well-defined place, especially to support interactive help.
etc
Support modules. Contains especially the Glue protocol module.
gsl
The Guppy Specification Language implementation. This can
be used to create documents and tests from a common source.
heapy
The heap analysis toolset. It can be used to find information
about the objects in the heap and display the information
in various ways.
sets
Bitsets and 'nodesets' implemented in C.
Platform: UNKNOWN
|