jenkinsctl 1.0.14__py3-none-any.whl → 1.0.15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- jenkinsctl/cli.py +0 -1
- {jenkinsctl-1.0.14.dist-info → jenkinsctl-1.0.15.dist-info}/METADATA +22 -22
- {jenkinsctl-1.0.14.dist-info → jenkinsctl-1.0.15.dist-info}/RECORD +6 -6
- {jenkinsctl-1.0.14.dist-info → jenkinsctl-1.0.15.dist-info}/WHEEL +1 -1
- jenkinsctl-1.0.15.dist-info/entry_points.txt +2 -0
- jenkinsctl-1.0.14.dist-info/entry_points.txt +0 -3
- {jenkinsctl-1.0.14.dist-info → jenkinsctl-1.0.15.dist-info}/licenses/LICENSE +0 -0
jenkinsctl/cli.py
CHANGED
|
@@ -1,34 +1,35 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jenkinsctl
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.15
|
|
4
4
|
Summary: A command-line tool to interact with Jenkins jobs 🚀
|
|
5
|
-
|
|
5
|
+
Project-URL: Documentation, https://github.com/amanshaw4511/jenkinsctl#readme
|
|
6
|
+
Project-URL: Homepage, https://github.com/amanshaw4511/jenkinsctl
|
|
7
|
+
Project-URL: Issues, https://github.com/amanshaw4511/jenkinsctl/issues
|
|
8
|
+
Project-URL: Repository, https://github.com/amanshaw4511/jenkinsctl
|
|
9
|
+
Author-email: Aman Shaw <amanshaw4511@protonmail.com>
|
|
10
|
+
Maintainer-email: Aman Shaw <amanshaw4511@protonmail.com>
|
|
11
|
+
License-Expression: GPL-3.0-or-later
|
|
6
12
|
License-File: LICENSE
|
|
7
|
-
Keywords: jenkins,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
Requires-Python: >=3.8,<4.0
|
|
13
|
-
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
13
|
+
Keywords: automation,build,ci,cli,command-line,continuous-integration,devops,jenkins,jenkins-cli,job
|
|
14
|
+
Classifier: Development Status :: 4 - Beta
|
|
15
|
+
Classifier: Environment :: Console
|
|
16
|
+
Classifier: Intended Audience :: Developers
|
|
17
|
+
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
14
18
|
Classifier: Operating System :: OS Independent
|
|
15
19
|
Classifier: Programming Language :: Python :: 3
|
|
16
20
|
Classifier: Programming Language :: Python :: 3.8
|
|
17
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
18
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
19
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
-
Classifier:
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
Requires-Dist: click
|
|
24
|
-
Requires-Dist:
|
|
25
|
-
Requires-Dist:
|
|
26
|
-
Requires-Dist:
|
|
27
|
-
Requires-Dist:
|
|
28
|
-
Requires-Dist:
|
|
29
|
-
Requires-Dist: rich (>=13.8.1,<14.0.0)
|
|
30
|
-
Project-URL: Homepage, https://github.com/amanshaw4511/jenkinsctl
|
|
31
|
-
Project-URL: Repository, https://github.com/amanshaw4511/jenkinsctl
|
|
24
|
+
Classifier: Topic :: Software Development :: Build Tools
|
|
25
|
+
Requires-Python: ~=3.8
|
|
26
|
+
Requires-Dist: click-completion<0.6,>=0.5.2
|
|
27
|
+
Requires-Dist: click<9,>=8.1.7
|
|
28
|
+
Requires-Dist: dynaconf<4,>=3.2.6
|
|
29
|
+
Requires-Dist: python-dateutil<3,>=2.9.0.post0
|
|
30
|
+
Requires-Dist: pyyaml<7,>=6.0.2
|
|
31
|
+
Requires-Dist: requests<3,>=2.32.3
|
|
32
|
+
Requires-Dist: rich<14,>=13.8.1
|
|
32
33
|
Description-Content-Type: text/markdown
|
|
33
34
|
|
|
34
35
|

|
|
@@ -171,4 +172,3 @@ Contributions are welcome! If you want to contribute, fork the repo, make your c
|
|
|
171
172
|
|
|
172
173
|
---
|
|
173
174
|
|
|
174
|
-
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
jenkinsctl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
jenkinsctl/cli.py,sha256
|
|
2
|
+
jenkinsctl/cli.py,sha256=-vSdJIzcWtPM45ee0vsjZDtDpK1snIsZJmhpn-q--Ek,4869
|
|
3
3
|
jenkinsctl/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
jenkinsctl/commands/build.py,sha256=1Putq31tfhSlASbmpe_RsZL-DnjdnfyWxnWaz-9eRnw,1240
|
|
5
5
|
jenkinsctl/commands/config.py,sha256=PScd9M2pnW7ndqCyKRD1RbwxDfWvWiA81mEN_EhhHa0,589
|
|
@@ -18,8 +18,8 @@ jenkinsctl/jenkins/commons.py,sha256=wxhwu-YBhtHEYwtiVLsPdzGxr-EoZFnJcgv9VvNzx74
|
|
|
18
18
|
jenkinsctl/jenkins/console_util.py,sha256=VKZ3Zj_oZqERvkZ_avLNcpRFdJoe-QBMCOusv14HEyQ,718
|
|
19
19
|
jenkinsctl/jenkins/job.py,sha256=fqLIB9GTGSoXXD2VYXZyRXLuZa5GIxvFyxT4wXPFsW4,1922
|
|
20
20
|
jenkinsctl/jenkins/utils.py,sha256=20160jL_GdwKdeQnVsRKMlJG3B6EVAg5xLG_NkaCC9o,1143
|
|
21
|
-
jenkinsctl-1.0.
|
|
22
|
-
jenkinsctl-1.0.
|
|
23
|
-
jenkinsctl-1.0.
|
|
24
|
-
jenkinsctl-1.0.
|
|
25
|
-
jenkinsctl-1.0.
|
|
21
|
+
jenkinsctl-1.0.15.dist-info/METADATA,sha256=NsQqlxAadEvUfZXm5vG0tYTUNG2byaE_awiW-sm-25s,6589
|
|
22
|
+
jenkinsctl-1.0.15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
23
|
+
jenkinsctl-1.0.15.dist-info/entry_points.txt,sha256=aYNUcGXibMfBnqnU1RebEfW-2t1aJXK6Q4btVMBDRa0,50
|
|
24
|
+
jenkinsctl-1.0.15.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
25
|
+
jenkinsctl-1.0.15.dist-info/RECORD,,
|
|
File without changes
|