Metadata-Version: 2.0
Name: mds-mdslibvirt
Version: 0.1.0
Summary: get access to libvirtd using Python
Home-page: https://www.m-ds.de/
Author: martin-data services
Author-email: service@m-ds.de
License: GPL-3
Description-Content-Type: UNKNOWN
Keywords: libvirt qemu kvm python
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules

mdslibvirt
==========
get access to libvirtd using Python

Install
=======
Ubuntu & Python3:
    sudo apt-get install python3-libvirt

Ubuntu & Python2:
    sudo apt-get install python-libvirt


pip install mds-mdslibvirt

Changes
=======

*0.1.0 - 19.12.2018*

- public version


