/usr/share/pyshared/meliae-0.4.0.final.0.egg-info is in python-meliae 0.4.0-5.
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 | Metadata-Version: 1.1
Name: meliae
Version: 0.4.0.final.0
Summary: Python Memory Usage Analyzer
Home-page: https://launchpad.net/meliae
Author: John Arbash Meinel
Author-email: john.meinel@canonical.com
License: GNU GPL v3
Download-URL: https://launchpad.net/meliae/+download
Description: This project is similar to heapy (in the 'guppy' project), in its attempt to
understand how memory has been allocated.
Currently, its main difference is that it splits the task of computing summary
statistics, etc of memory consumption from the actual scanning of memory
consumption. It does this, because I often want to figure out what is going on
in my process, while my process is consuming huge amounts of memory (1GB, etc).
It also allows dramatically simplifying the scanner, as I don't allocate python
objects while trying to analyze python object memory consumption.
It will likely grow to include a GUI for browsing the reference graph. For now
it is mostly used in the python interpreter.
The name is simply a fun word (means Ash-wood Nymph).
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: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Cython
Classifier: Topic :: Software Development :: Debuggers
|