Metadata-Version: 2.4
Name: pybenproxmox
Version: 1.0.0
Summary: PyBEN Proxmox repository is an easy to use python utility class for Proxmox server solution
Author: Ben Moskovitch
Author-email: Ben Moskovitch <darkflameben@gmail.com>
Maintainer-email: Ben Moskovitch <darkflameben@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/DarkFlameBEN/pybenproxmox.git
Keywords: python,proxmox,utils,utilities,automation,automation-tools
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pybenutils
Requires-Dist: proxmoxer
Dynamic: license-file

# pybenproxmox
PyBEN Proxmox repository is an easy to use python utility class for Proxmox server solution

## proxmox_utils

### Proxmox class
Some of the included functions:
 - get_vms: Returns a full list of vms, or list with matching vms by id or name
 - clone_vms
 - migrate_vm_to_node
 - delete_vm
 - start_vm
 - stop_vm
 - snapshot handling
 - and more ...
