File: control

package info (click to toggle)
proxmoxer 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 400 kB
  • sloc: python: 3,107; sh: 12; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,209 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
Source: proxmoxer
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Elena Grandi <valhalla@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-requests,
 python3-requests-toolbelt,
 python3-responses,
 python3-paramiko,
 python3-pytest,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/proxmoxer/proxmoxer
Vcs-Git: https://salsa.debian.org/python-team/packages/proxmoxer.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/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.