clinspector

View on PyPIReverse Dependencies (1)

0.2.0 clinspector-0.2.0-py3-none-any.whl

Wheel Details

Project: clinspector
Version: 0.2.0
Filename: clinspector-0.2.0-py3-none-any.whl
Download: [link]
Size: 12872
MD5: 2bcb123222ba13614d7e3399a1709bbb
SHA256: 33a8c331d3218f5565a208fb05b63905a2537a4b10c7c8e0e605f9211220ffc9
Uploaded: 2024-11-15 23:06:10 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: clinspector
Version: 0.2.0
Summary: A library to parse CLI output into structured data.
Author-Email: Philipp Temminghoff <philipptemminghoff[at]googlemail.com>
Project-Url: Documentation, https://phil65.github.io/clinspector/
Project-Url: Source, https://github.com/phil65/clinspector
License: MIT License Copyright (c) 2024, Philipp Temminghoff Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: pyparsing
Requires-Dist: cappa; extra == "all"
Requires-Dist: cleo; extra == "all"
Requires-Dist: click; extra == "all"
Requires-Dist: typer; extra == "all"
Requires-Dist: cappa; extra == "cappa"
Requires-Dist: cleo; extra == "cleo"
Requires-Dist: click; extra == "click"
Requires-Dist: typer; extra == "typer"
Provides-Extra: all
Provides-Extra: cappa
Provides-Extra: cleo
Provides-Extra: click
Provides-Extra: typer
Description-Content-Type: text/markdown
[Description omitted; length: 6332 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.26.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
clinspector/__init__.py sha256=FfcqO7gYNUwPZO6AwuxOd6DGt6zBW_pJJKcwI1yuc_o 221
clinspector/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
clinspector/introspect/__init__.py sha256=Yi4a08POMJmeNHbhBFOZqq0R3LkzHbJeFP0nsHip9jM 1864
clinspector/introspect/introspect_argparse.py sha256=lCLnt0D6cdv8QsBGGeHvqzpZv6IsI4amgxItzTPKbh0 1788
clinspector/introspect/introspect_cappa.py sha256=mTyfYMu0N4p1C_NgLM5XdOHXetZ1umnspiqLhTeK0Qo 2232
clinspector/introspect/introspect_cleo.py sha256=5UarSHtmRUqCAr2DZEqpk6dMFF778jEEjhY-MK_AzL8 3481
clinspector/introspect/introspect_click.py sha256=Sl-1nhBsNvofVY3dXXiFo101XoQbMUNTCAQ1Qmc-soc 2246
clinspector/introspect/introspect_typer.py sha256=vsTFk-yec-X7cLz_PX59HlO6bql-yYE3UOT3PGKqrWw 1001
clinspector/models/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
clinspector/models/commandinfo.py sha256=1_ZXkNbjBQkOwxEuXpWrxC-6dlNAPxu1mD1F0UF9oK4 1119
clinspector/models/param.py sha256=5kdF-Mp8qu6dxl7e9CsvzJZwEH3HuorSgL8sH_9uzQA 2262
clinspector-0.2.0.dist-info/METADATA sha256=aRh5uCpU2ivjCE42uAu9VO8N55pRA8T-XAI3lo9kB94 8923
clinspector-0.2.0.dist-info/WHEEL sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug 87
clinspector-0.2.0.dist-info/entry_points.txt sha256=WEe4bt7kPJ0DtI6z7icepxCcBMeo-LPGIEjlqacHgx8 180
clinspector-0.2.0.dist-info/licenses/LICENSE sha256=AteGCH9r177TxxrOFEiOARrastASsf7yW6MQxlAHdwA 1078
clinspector-0.2.0.dist-info/RECORD

entry_points.txt

clinspector_argparse = clinspector.clis.argparse_cli:main
clinspector_click = clinspector.clis.click_cli:main
clinspector_typer = clinspector.clis.typer_cli:main