Skip to content

Proxmox Virtual Environment 5 API Client 🐢

Notifications You must be signed in to change notification settings

kevsersrca/PYPVE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PYPVE Proxmox Virtual Environment 5 API Client

Proxmox Virtual Environment is an open source server virtualization management solution based on QEMU/KVM and LXC. You can manage virtual machines, containers, highly available clusters, storage and networks with an integrated, easy-to-use web interface or via CLI. Proxmox VE code is licensed under the GNU Affero General Public License, version 3. Doc link : https://pve.proxmox.com/wiki/Main_Page

Getting Started

client = pypve('node1.example.com','client@pve','password')
client.node = 'pve'
getIndex = client.getKvmIndex()

Prerequisites

Modules

sys
requests
json

Installing

Via git

Contributing

Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Proxmox Virtual Environment 5 API Client 🐢

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages