Getting Started¶
About¶
vmt-plan is a companion library to vmt-connect for working with the Turbonomic API. The core purpose of the library is to provide interfaces for constructing and running plans within Turbonomic.
Installation¶
pip install vmtplan
Requirements¶
In order to use vmt-plan you will need to be running a supported version of Python, and install the vmt-connect module.
Python:
CPython >= 3.6
vmt-connect >= 3.4.1
umsg >= 1.0.2
Importing¶
In the most basic case, you need to import the package. Note the package import name “vmtplanner” differs from the Pypi package name “vmtplan”.
import vmtplanner
However, you may find it more useful to alias the import
import vmtplanner as vp
GitHub Source¶
The source code for vmt-plan is provided via a read-only GitHub repository.
Individual release archives may be found here.
Contributors¶
- Creator and Principal Author:
R.A. Stern
- Contributors:
Austin Portal
Chris Sawtelle
Ray Mileo
Ryan Geyer
License¶
vmt-plan is distributed under the Apache 2.0 software license, which may also be obtained from the Apache Software Foundation, http://www.apache.org/licenses/LICENSE-2.0