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.
