python-psutil 0.2.1-1ubuntu1 source package in Ubuntu

Changelog

python-psutil (0.2.1-1ubuntu1) oneiric; urgency=low

  * Switch to dh_python2. (LP: #788514)
 -- Barry Warsaw <email address hidden>   Wed, 10 Aug 2011 14:47:19 -0400

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Oneiric
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.2.1.orig.tar.gz 142.4 KiB dbfc2ebbafdf732efa58f134133a77ac65f1fe6bcf49aaa061ed0efe88410687
python-psutil_0.2.1-1ubuntu1.diff.gz 2.8 KiB 8913636f0b16ab58f6eeea9f36bab11b67a5c9bbbc48924ffea62061e2d00117
python-psutil_0.2.1-1ubuntu1.dsc 2.0 KiB 2ee684b839439728c30f4b7f51d8b7f1cd2e1d5225bc814547bf7fb295781e76

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.