{"library":"os-win","title":"os-win","description":"Windows / Hyper-V library for OpenStack projects. Provides modules for managing Hyper-V virtual machines, storage, networking, and other Windows Server features. Current version 5.9.0 (requires Python >= 3.6). Released as needed for OpenStack releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install os-win","pip install os-win[hyperv]"],"cli":{"name":"os-win","version":"sh: 1: os-win: not found"}},"imports":["from os_win import utilsfactory","from os_win.utils import vmutils","from os_win.utils import hostutils"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from os_win import utilsfactory\n\n# Initialize utils using the factory\nutils = utilsfactory.HyperVUtils()\nprint(utils.get_host_info())\nprint(utils.list_instances())","lang":"python","description":"Basic usage: create a factory instance and call common methods (requires admin privileges on Windows).","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}