Skip to main content

PyBEN Parallels repository is an easy to use python utility class for Parallels server solution

Project description

PyBenParallels

GitHub License PyPI - Version python suggested version python minimum version platforms

Introduction

PyBEN Parallels repository is an easy to use python utility class for Parallels server solution

Installation

python -m pip install pybenparallels

Use

Cli module activation

Run for a full help printout:

python -m pybenparallels -h

The class can be run on remote location via SSH or Locally by leaving the PARALLELS_HOST empty

  • pybenparallels is the name of the module
  • pprint is a function to print the returned dict nicely in console
  • get_vms is a function to return all vms (or request a specific one)

Example use for LOCAL to get all vms and a specific one:

python -m pybenparallels pprint get_vms 
python -m pybenparallels pprint get_vms vm_name=ventura

Example for REMOTE SERVER use of global variables to get all vms: Use PARALLELS_CLI_EXEC when you need to override the execution line to overcome ssh context restrictions.

set PARALLELS_HOST='1.1.1.1'
set PARALLELS_HOST_USER='root'
set PARALLELS_HOST_PASS='1234'
set PARALLELS_CLI_EXEC='. ~/.zprofile; prlctl'

python -m pybenparallels pprint get_vms

Example for passing variables directly for REMOTE SERVER:

  • pybenparallels is the name of the module
  • get_vms is a function to return all vms (or request a specific one)
python -m pybenparallels host=1.1.1.1 host_user=root host_password=1234 get_vms vm_name=ventura

Python import ProxmoxCls class

from pybenparallels import ParallelsCLI

# For remote server (connection via ssh)
server = ParallelsCLI(host='1.1.1.1', host_user='root', host_password='1234')
server.cli_exec = '. ~/.zprofile; prlctl'  # Sometimes the ssh user does not have the correct python3 in PATH
print(server.get_vms())

# For local use, when you are running on the parallel server
print(ParallelsCLI().get_vms())

Some of the included functions:

  • get_vms: Returns a full list of vms, or list with matching vms by uuid or name
  • run_command: Execute a command on the parallels cli
  • send_vm_command: prlctl exec ...
  • send_vm_command_by_ssh
  • create_vms
  • delete_vm
  • start_vm
  • stop_vm
  • pause_vm
  • resume_vm
  • snapshot handling
  • and more ...

Project details


Download files

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

Source Distribution

pybenparallels-1.0.3.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pybenparallels-1.0.3-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file pybenparallels-1.0.3.tar.gz.

File metadata

  • Download URL: pybenparallels-1.0.3.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.5

File hashes

Hashes for pybenparallels-1.0.3.tar.gz
Algorithm Hash digest
SHA256 eeb55973d944d7508c774027be69f00830b3005e78157334d82363b67c01526c
MD5 3e21f6dcb18045065384ff6ac46a896e
BLAKE2b-256 33c449a61a3d8605eb3d60037035524157bb703aab4c70ee2acbee13c1f864e8

See more details on using hashes here.

File details

Details for the file pybenparallels-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: pybenparallels-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.5

File hashes

Hashes for pybenparallels-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 72487764d6f13e628977aa532291ab606a863f5975df022af2c4d3b6b36a2add
MD5 8b662dab7395765cd7d3d97ad582b299
BLAKE2b-256 422ee33d5214ff25d30f937c08e9461eda2e9aa25127a1959c7015c2d7c6851c

See more details on using hashes here.

Supported by

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