File: control

package info (click to toggle)
proxmoxer 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: python: 761; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: proxmoxer
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Elena Grandi <valhalla@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-setuptools,
 python3-all,
 python3-nose,
 python3-mock,
 python3-requests,
 python3-paramiko
Standards-Version: 4.4.0
Homepage: https://github.com/swayf/proxmoxer
Vcs-Git: https://salsa.debian.org/python-team/modules/proxmoxer.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/proxmoxer
Testsuite: autopkgtest-pkg-python

Package: python3-proxmoxer
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-requests, python3-paramiko
Description: Python Wrapper for the Proxmox 2.x API (HTTP and SSH) (Python 3)
 Proxmoxer is a wrapper around the Proxmox REST API v2 which allows one to
 programmatically create / delete / manage instances of proxmox managed virtual
 machines and containers.
 .
 To use this package either python3-requests (for the HTTP API) or
 python3-paramiko (for ssh) must be installed.
 .
 This package installs the Python 3 version of proxmoxer.