python-psutil 0.3.0+r1123-1ubuntu1 source package in Ubuntu

Changelog

python-psutil (0.3.0+r1123-1ubuntu1) precise; urgency=low

  * Merge with Debian unstable.  Remaining Ubuntu changes:
    - Switch to dh_python2. (LP: #788514)
 -- Barry Warsaw <email address hidden>   Fri, 21 Oct 2011 18:08:54 -0400

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-psutil_0.3.0+r1123.orig.tar.gz 154.3 KiB 7998f68ac2b030927aaf9d7f20d3713f8973f04a1f90f137f4891e391c324da0
python-psutil_0.3.0+r1123-1ubuntu1.debian.tar.gz 3.6 KiB 47ab6917960db69e9bf170a8470a515108902b0a07c118226c8831b628858463
python-psutil_0.3.0+r1123-1ubuntu1.dsc 2.1 KiB 8339662c2b8ebeb0b179bd4839936be33481408dbc46a55e34f8876a5130d093

View changes file

Binary packages built by this source

python-psutil: module providing convenience functions for managing processes

 psutil is a module providing an interface for retrieving information on
 running processes and system utilization (CPU, memory) in a portable way
 by using Python, implementing many functionalities offered by tools like
 ps, top and Windows task manager.
 .
 It currently supports Linux, OS X, FreeBSD and Windows.