1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: kmodpy
Maintainer: Chrysostomos Nanakos <cnanakos@debian.org>
Section: python
Priority: optional
X-Python-Version: >= 2.7
Build-Depends: python-setuptools, python-all, debhelper (>= 9), dh-python
Homepage: https://github.com/cnanakos/kmodpy
Standards-Version: 3.9.6
Vcs-Git: git://github.com/cnanakos/kmodpy.git -b debian
Vcs-Browser: https://github.com/cnanakos/kmodpy/tree/debian/debian
Package: python-kmodpy
Architecture: linux-any
Depends: ${misc:Depends}, ${python:Depends}, libkmod2 (>=18-1)
Description: Python binding for kmod
The libkmod2 is a library that provides an API for insertion, removal,
configuration and listing of kernel modules.
.
kmodpy is a Python ctypes wrapper module for libkmod, exposing common module
operations: listing installed modules, modprobe, modinfo, show_depends and
rmmod.
|