]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - libkmod/python/README
python: Remove unused files from import
[thirdparty/kmod.git] / libkmod / python / README
index f03147667782d2aa40ca9e58accf91fd7d2fd4a4..75c2636ff7aeb265ae4ccacc427a6296063a7ead 100644 (file)
@@ -3,20 +3,10 @@ python-kmod
 
 Python bindings for kmod/libkmod
 
-kmod is a set of tools to handle common tasks with Linux kernel modules like
-insert, remove, list, check properties, resolve dependencies and aliases.
-
-These tools are designed on top of libkmod, a library that is shipped with
-kmod. It can be found at:
-
-http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
-
 python-kmod is a Python wrapper module for libkmod, exposing common
 module operations: listing installed modules, modprobe, and rmmod.
 It is at:
 
-https://github.com/agrover/python-kmod
-
 Example (python invoked as root)
 --------------------------------
 
@@ -31,10 +21,3 @@ Example (python invoked as root)
    (u'virtio_blk', 17549)]
   >>> km.modprobe("btrfs")
   >>> km.rmmod("btrfs")
-
-Building
---------
-
-Ensure Python, Cython, and the kmod headers are installed and run::
-
-  $ python setup.py build