File: control

package info (click to toggle)
proxmoxer 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • sloc: python: 761; makefile: 4
file content (53 lines) | stat: -rw-r--r-- 1,838 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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:
 dh-python,
 python-setuptools (>= 0.6b3),
 python3-setuptools,
 python-all (>= 2.6.6-3),
 python3-all,
 debhelper (>= 11),
 python-nose,
 python3-nose,
 python-mock,
 python3-mock,
 python-requests,
 python3-requests,
 python-paramiko,
 python3-paramiko
Standards-Version: 4.2.1
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: python-proxmoxer
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-requests, python-paramiko
Description: Python Wrapper for the Proxmox 2.x API (HTTP and SSH) (Python 2)
 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 python-requests (for the HTTP API) or
 python-paramiko (for ssh) must be installed.
 .
 This package installs the Python 2 version of proxmoxer.

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.