[ bianca ]
[ ソース: python-jenkinsapi ]
パッケージ: python3-jenkinsapi (0.3.14-1)
python3-jenkinsapi に関するリンク
python-jenkinsapi ソースパッケージをダウンロード:
- [python-jenkinsapi_0.3.14-1.debian.tar.xz]
- [python-jenkinsapi_0.3.14-1.dsc]
- [python-jenkinsapi_0.3.14.orig.tar.gz]
メンテナ:
外部の資源:
- ホームページ [pypi.python.org]
類似のパッケージ:
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.
その他の python3-jenkinsapi 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-bs4
- error-tolerant HTML parser for Python 3
-
- dep: python3-legacy-cgi
- fork of the standard library cgi and cgitb modules
-
- dep: python3-lxml
- pythonic binding for the libxml2 and libxslt libraries
-
- dep: python3-pytz
- Python3 version of the Olson timezone database
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings