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 CHANGED
@@ -150,7 +150,6 @@ def jobs_command(folder_name: str) -> None:
150
150
  If no folder is specified, it lists jobs in the root folder.
151
151
  """
152
152
  with error_handler_and_session() as session:
153
- print("hello")
154
153
  jobs_handler(session, folder_name)
155
154
 
156
155
 
@@ -1,34 +1,35 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jenkinsctl
3
- Version: 1.0.14
3
+ Version: 1.0.15
4
4
  Summary: A command-line tool to interact with Jenkins jobs 🚀
5
- License: GPL-3.0-or-later
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,jenkin
8
- Author: Aman Shaw
9
- Author-email: amanshaw4511@protonmail.com
10
- Maintainer: Aman Shaw
11
- Maintainer-email: amanshaw4511@protonmail.com
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: Programming Language :: Python :: 3.12
21
- Classifier: Programming Language :: Python :: 3.13
22
- Classifier: Programming Language :: Python :: 3.14
23
- Requires-Dist: click (>=8.1.7,<9.0.0)
24
- Requires-Dist: click-completion (>=0.5.2,<0.6.0)
25
- Requires-Dist: dynaconf (>=3.2.6,<4.0.0)
26
- Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
27
- Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
28
- Requires-Dist: requests (>=2.32.3,<3.0.0)
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
  ![jenkinsctl](https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Jenkins_logo.svg/226px-Jenkins_logo.svg.png?20120629215426)
@@ -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=4FqyfUJniyc9LHvdTQy9TwbKjlJ5Zhiu4doUCfC9gBY,4892
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.14.dist-info/METADATA,sha256=NqQnH2X3MyDRkCxK1QTZXDg3S9SnOXx3zOLvYW8RK6k,6406
22
- jenkinsctl-1.0.14.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
23
- jenkinsctl-1.0.14.dist-info/entry_points.txt,sha256=mLjLucLiePOzvV8uIOpZy0YnPZZRMB2hMqfqR3-RRK8,49
24
- jenkinsctl-1.0.14.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
25
- jenkinsctl-1.0.14.dist-info/RECORD,,
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,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.2.1
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ jenkinsctl = jenkinsctl.cli:cli
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- jenkinsctl=jenkinsctl.cli:cli
3
-