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
|
Source: python-jenkinsapi
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
flit,
pybuild-plugin-pyproject,
python3-all,
python3-legacy-cgi,
python3-lxml,
python3-pbr,
python3-pytest,
python3-setuptools,
python3-tz,
Standards-Version: 4.6.2
Homepage: https://pypi.python.org/pypi/jenkinsapi
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/python-jenkinsapi
Vcs-Git: https://salsa.debian.org/debian/python-jenkinsapi.git
X-Style: black
Package: python3-jenkinsapi
Architecture: all
Depends:
python3-bs4,
python3-legacy-cgi,
python3-lxml,
${misc:Depends},
${python3:Depends},
Replaces:
python-jenkinsapi,
Breaks:
python-jenkinsapi,
Description: bindings for Python usage of the Jenkins remote API
Jenkins is the market leading continuous integration system, originally
created by Kohsuke Kawaguchi. This API makes Jenkins even easier to use
by providing an easy to use conventional Python interface.
.
Jenkins (and its predecessor Hudson) are useful projects for automating
common development tasks (e.g., unit-testing, production batches) - but
they are somewhat Java-centric. Thankfully the designers have provided
an excellent and complete REST interface. This library wraps up that
interface as more conventional Python objects in order to make most
Jenkins-oriented tasks simpler.
|