meliae 0.4.0-1 source package in Ubuntu

Changelog

meliae (0.4.0-1) unstable; urgency=low
  * New upstream release. -- Jelmer Vernooij <email address hidden>  Thu, 14 Jul 2011 14:49:46 +0200

Upload details

Uploaded by:
Jelmer Vernooij
Uploaded to:
Sid
Original maintainer:
Jelmer Vernooij
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
meliae_0.4.0-1.dsc 1.2 KiB c040c9bdfe3f65d7e0063fa2dfa07309cbe895d90bb63fc5874f52420dc830af
meliae_0.4.0.orig.tar.gz 63.3 KiB 976519ab02aaa6a8fb5f596dc4dd9f64fc9510b00e054979566e51c9be7cec99
meliae_0.4.0-1.debian.tar.gz 2.8 KiB a8fad4141317180f00eec5599210496afcaaebf58cb67a8068fbabc7404d13f6

No changes file available.

Binary packages built by this source

python-meliae: Memory analysis tool for Python

 Meliae is a library meant to help people understand how their memory is being
 used in Python.
 .
 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 of memory consumption from the actual scanning of memory
 consumption.

python-meliae-dbg: Memory analysis tool for Python - Debug extension

 Meliae is a library meant to help people understand how their memory is being
 used in Python.
 .
 This package contains the debug extension.