Python virtual machine detection library¶
Python virtual machine detection tool detects virtual enviroment - VMWare, XEN, FreeBSD jail eg
Free software: MIT license
Documentation: https://py-vmdetect.readthedocs.io.
Features¶
This pyhton library detects system eniroment. VMware, Xen, FreeBSD jail etc
`python
from py_vmdetect import VMDetect
vmd = VMDetect()
vmd.is_vm()
`
Also installs py_vmdetect cli tool:
$ py_vmdetect --test-type is_vm Is Virtual: no
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
The main core took from LSMCD
The C code is wrapped with cffi