infi.multipathtools

python bindings to multipath-tools daemon


License
BSD-3-Clause
Install
pip install infi.multipathtools==0.1.40

Documentation

Overview

Python client to the linx multipath-tools deamon Usage

>>> from infi.multipathtools import MultipathClient
>>> client = MultipathClient()

Checking out the code

Run the following:

easy_install -U infi.projector
projector devenv build

Python 3

Python 3 support is experimental at this stage.