1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: pyrundeck
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Benjamin Drung <benjamin.drung@cloud.ionos.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-requests,
python3-setuptools
Standards-Version: 4.5.0
Homepage: https://github.com/pschmitt/pyrundeck
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyrundeck
Vcs-Git: https://salsa.debian.org/python-team/packages/pyrundeck.git
Package: python3-pyrundeck
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python library for the Rundeck REST API (Python 3)
Pyrundeck is a library for communicating with Rundeck via a RESTful
(Representational State Transfer) application programming interface (API).
.
This is the Python 3 version of the package.
|