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
|
Source: python-podman
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-fixtures,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
Build-Depends-Indep:
python3-xdg,
python3-testtools,
python3-requests-mock,
Standards-Version: 4.7.2
Homepage: https://github.com/containers/podman-py
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-podman
Vcs-Git: https://salsa.debian.org/python-team/packages/python-podman.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-podman
Architecture: all
Depends:
python3-xdg,
python3-requests,
python3-urllib3,
${misc:Depends},
${python3:Depends},
Description: Python 3 wrapper to access podman's interface
This package contains oodles of routines that aid in controlling
podman over it's RESTful API.
.
This package provides Python 3 module bindings.
|