Skip to main content

Python bindings for libmicrovmi

Project description

Microvmi Python bindings

Python bindings for libmicrovmi

Requirements

  • Python 3

Installation

virtualenv -p python3 venv
source venv/bin/actvate
(venv) python -p pip install -r requirements.txt
(venv) ./setup.py install

Usage

Initializing libmicrovmi:

from microvmi import Microvmi

micro = Microvmi("Windows10")

Specifying the hypervisor:

from microvmi import Microvmi, DriverType

micro = Microvmi("Windows10", DriverType.XEN)

Adding driver initialization parameters

from microvmi import Microvmi, DriverType, DriverInitParam

init_param = DriverInitParam.kvmi_unix_socket("/tmp/introspector")
micro = Microvmi("Windows10", DriverType.XEN, init_param)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

microvmi-0.0.1-cp39-cp39-manylinux2014_x86_64.whl (4.8 MB view hashes)

Uploaded CPython 3.9

microvmi-0.0.1-cp38-cp38-manylinux2014_x86_64.whl (3.6 MB view hashes)

Uploaded CPython 3.8

microvmi-0.0.1-cp37-cp37m-manylinux2014_x86_64.whl (2.4 MB view hashes)

Uploaded CPython 3.7m

microvmi-0.0.1-cp36-cp36m-manylinux2014_x86_64.whl (1.2 MB view hashes)

Uploaded CPython 3.6m

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page