python-memprof 0.3.3-1ubuntu1 source package in Ubuntu

Changelog

python-memprof (0.3.3-1ubuntu1) trusty; urgency=low

  * Add missing python3-pkg-resources dependency (spotted by autopkgtest).
 -- Martin Pitt <email address hidden>   Wed, 30 Oct 2013 07:00:07 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-memprof_0.3.3.orig.tar.gz 67.9 KiB d14c0d8278d472394c762fe1713b78d558a80a1511f21c9641252df0d7fdcbe6
python-memprof_0.3.3-1ubuntu1.debian.tar.gz 3.6 KiB 5749040a097cad6b512b9e27b068a888361c812bd2528b061f357fe27242c858
python-memprof_0.3.3-1ubuntu1.dsc 2.3 KiB 88efbb2b570aeae4a19e37c795ac05650910a75f6932a650016d3394e065e287

View changes file

Binary packages built by this source

python-memprof: memory profiler for Python (Python 2)

 python-memprof logs the memory used by variables during the execution
 of decorated methods. It creates a report in a text file and you can
 plot the result using "mp_plot".
 .
 This package contains the Python 2 version of memprof.

python3-memprof: memory profiler for Python (Python 3)

 python-memprof logs the memory used by variables during the execution
 of decorated methods. It creates a report in a text file and you can
 plot the result using "mp_plot", which is part of the python-memprof
 package.
 .
 This package contains the Python 3 version of memprof.