Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 373 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 373 Bytes

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.