Source: python-memprof
Section: python
Priority: extra
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Javi Merino <vicho@debian.org>
Build-Depends: debhelper (>= 9),
 python (>= 2.6.6-3~),
 python3,
 python-setuptools,
Standards-Version: 3.9.4
Homepage: http://jmdana.github.io/memprof/
#Vcs-Git: git://git.debian.org/collab-maint/python-memprof.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-memprof.git;a=summary

Package: python-memprof
Architecture: all
Depends: ${misc:Depends},
 ${python:Depends},
 python-nose,
 python-tornado
Description: memory profiler for Python
 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".
