File: control

package info (click to toggle)
pystatgrab 0.4-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 260 kB
  • ctags: 428
  • sloc: python: 131; makefile: 54
file content (22 lines) | stat: -rw-r--r-- 786 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: pystatgrab
Section: python
Priority: optional
Maintainer: Bartosz Fenski <fenio@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11),
 python-support (>= 0.3), pkg-config, libstatgrab-dev (>= 0.12-1)
Standards-Version: 3.7.2

Package: python-statgrab
Architecture: any
Conflicts: pystatgrab
Replaces: pystatgrab
Depends: ${shlibs:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: interface to the libstatgrab library for Python
 python-statgrab contains Python bindings for libstatgrab library.
 .
 libstatgrab is a library which provides an easy to use interface
 for accessing system statistics. Available statistics include CPU,
 Load, Memory, Swap, Disk I/O, and Network I/O.
 .
 Homepage: http://www.i-scream.org/pystatgrab/