项目作者: kevsersrca

项目描述 :
Proxmox Virtual Environment 5 API Client :turtle:
高级语言: Python
项目地址: git://github.com/kevsersrca/PYPVE.git
创建时间: 2017-10-05T14:23:49Z
项目社区:https://github.com/kevsersrca/PYPVE

开源协议:

下载


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

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

Prerequisites

Modules

  1. sys
  2. requests
  3. 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