defectdojo-api-generated-cli 1.0.0__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.
@@ -0,0 +1,3 @@
1
+ """Thin wrapper distribution for the DefectDojo CLI."""
2
+
3
+ __version__ = '2.56.4.post1'
@@ -0,0 +1,6 @@
1
+ """Entrypoint owned by the separate CLI distribution."""
2
+
3
+ from defectdojo_api_generated.cli.__main__ import main
4
+
5
+ if __name__ == '__main__':
6
+ main()
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: defectdojo-api-generated-cli
3
+ Version: 1.0.0
4
+ Summary: CLI wrapper for defectdojo-api-generated
5
+ Project-URL: Homepage, https://github.com/fopina/defectdojo-api-generated
6
+ Requires-Python: <4,>=3.9
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: classyclick==1.0.0
9
+ Requires-Dist: defectdojo-api-generated==2.56.4.post1
10
+ Requires-Dist: jmespath>=1.0.1
11
+
12
+ # defectdojo-api-generated-cli
13
+
14
+ Thin CLI wrapper distribution for [`defectdojo-api-generated`](https://pypi.org/project/defectdojo-api-generated/).
15
+
16
+ This package owns the `dojo` console entrypoint and pulls in the optional CLI dependencies.
@@ -0,0 +1,7 @@
1
+ defectdojo_api_generated_cli/__init__.py,sha256=rpQVDARkxEta9x--M7I_X9Z9ahk7BWqZURTAxEbJVe8,86
2
+ defectdojo_api_generated_cli/__main__.py,sha256=1ZfNln8QTNyBDw0ydODPhMDS3ABZziCMaVbFNzAXlpQ,152
3
+ defectdojo_api_generated_cli-1.0.0.dist-info/METADATA,sha256=ttxhvQFLBErzsZy3FF07421sD08ct498sFFoRgthmt0,623
4
+ defectdojo_api_generated_cli-1.0.0.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
5
+ defectdojo_api_generated_cli-1.0.0.dist-info/entry_points.txt,sha256=X1GtGObsN5715RCUvNQAywoPboKK-GVdqUMzepLbtkM,138
6
+ defectdojo_api_generated_cli-1.0.0.dist-info/top_level.txt,sha256=Y24-_pAX2UCpEJXAwZPEX6kZIHnUtG6ns1VcfhJjLBU,29
7
+ defectdojo_api_generated_cli-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (79.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ defectdojo-api-generated = defectdojo_api_generated_cli.__main__:main
3
+ dojo = defectdojo_api_generated_cli.__main__:main
@@ -0,0 +1 @@
1
+ defectdojo_api_generated_cli