1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: python-psutil
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.2.18), python-all-dev, python3-all-dev, dh-python, procps, python-sphinx (>= 1.0.7+dfsg)
Standards-Version: 3.9.5
XS-Python-Version: all
X-Python3-Version: >= 3.2
Homepage: http://code.google.com/p/psutil/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-psutil/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-psutil/trunk/
Package: python-psutil
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: 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.
Package: python3-psutil
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: module providing convenience functions for managing processes (Python3)
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.
.
This package contains the Python 3 version of psutil.
|