jenkins-jobs

View on PyPIReverse Dependencies (0)

0.1.2 jenkins_jobs-0.1.2-py2.py3-none-any.whl

Wheel Details

Project: jenkins-jobs
Version: 0.1.2
Filename: jenkins_jobs-0.1.2-py2.py3-none-any.whl
Download: [link]
Size: 23052
MD5: b4697407819aa1d2f1d9a1e6ecac698b
SHA256: c294d059467f560bb6d3b7abc14fcdc7e83732489f3c8b68b6425e15a37f9ac3
Uploaded: 2024-04-24 01:05:13 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: jenkins_jobs
Version: 0.1.2
Summary: Listing all jobs on a Jenkins server with more information than jenkins-cli.jar
Author: Alceu Rodrigues de Freitas Junior
Author-Email: arfreitas[at]cpan.org
Home-Page: https://github.com/glasswalk3r/jenkins-jobs
License: GNU General Public License v3
Keywords: jenkins jobs
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Requires-Dist: python-jenkins (>=1.7.0)
Requires-Dist: xmltodict (>=0.12.0)
License-File: LICENSE
License-File: AUTHORS.rst
[Description omitted; length: 5905 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
jenkins_jobs/__init__.py sha256=WRLu9VBH7Z2VMhe35wrABC4gBWPmYCozdSwnV9egqcU 157
jenkins_jobs/exceptions.py sha256=xDIevywDAxDxf7YOYp9iOxRZKm3KcTeHt354h0rKih0 3017
jenkins_jobs/exporter.py sha256=gwJSIIKo9-hxLnt6tczktT_j_iv_UgiuMKhmfZcpWwg 1735
jenkins_jobs/jobs.py sha256=6wSSVo25-3VCMCopLgEaxiCcwNkgTGNyayPoJic2QMA 9855
jenkins_jobs/reporter.py sha256=WvEtY2GRuFe5v-p0ukq_xzUhsocFqur_BO4spLXyimo 1336
jenkins_jobs/retrievers.py sha256=Od31IXEpEAv-N-jl7NCPzl9xlrnPpLGBkOftFWasI6w 3212
jenkins_jobs-0.1.2.dist-info/AUTHORS.rst sha256=jNDEBTjUXzke2mcL2dI7WfkWHYNzpkFpUGEHCf67gtA 183
jenkins_jobs-0.1.2.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
jenkins_jobs-0.1.2.dist-info/METADATA sha256=JVdn-93LSU9IggQRaZfXNL6gsv7aLGs8Rbp603UBuJA 6841
jenkins_jobs-0.1.2.dist-info/WHEEL sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE 110
jenkins_jobs-0.1.2.dist-info/entry_points.txt sha256=sR3g1nc2OjLwaf2Eiz4fwjOa4lIkJIkrlMUBshBQRTU 106
jenkins_jobs-0.1.2.dist-info/top_level.txt sha256=SDjm1B1RdbRfwIUbzYQk27c7DmEzlJaHMpLAvYjLwsU 13
jenkins_jobs-0.1.2.dist-info/RECORD

top_level.txt

jenkins_jobs

entry_points.txt

jenkins_exporter = jenkins_jobs.exporter:main
jenkins_jobs = jenkins_jobs.reporter:main