yq

View on PyPIReverse Dependencies (12)

3.4.3 yq-3.4.3-py3-none-any.whl

Wheel Details

Project: yq
Version: 3.4.3
Filename: yq-3.4.3-py3-none-any.whl
Download: [link]
Size: 18812
MD5: 1c4acc21ef0cce8fa3c2504b6e8285ee
SHA256: 547e34bc3caacce83665fd3429bf7c85f8e8b6b9aaee3f953db1ad716ff3434d
Uploaded: 2024-04-27 15:39:41 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: yq
Version: 3.4.3
Summary: Command-line YAML/XML processor - jq wrapper for YAML/XML documents
Author: Andrey Kislyuk
Author-Email: kislyuk[at]gmail.com
Home-Page: https://github.com/kislyuk/yq
License: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: PyYAML (>=5.3.1)
Requires-Dist: xmltodict (>=0.11.0)
Requires-Dist: tomlkit (>=0.11.6)
Requires-Dist: argcomplete (>=1.8.1)
Requires-Dist: coverage; extra == "tests"
Requires-Dist: wheel; extra == "tests"
Requires-Dist: build; extra == "tests"
Requires-Dist: ruff; extra == "tests"
Requires-Dist: mypy; extra == "tests"
Provides-Extra: tests
License-File: LICENSE
[Description omitted; length: 7731 characters]

WHEEL

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

RECORD

Path Digest Size
yq/__init__.py sha256=x3L1jO30UDJGzng33PZC0J_z08oioYW0QFBCsT8diqA 13702
yq/__main__.py sha256=k9CgQa-3xvfVcIK_ja2WKsKtwjQma9kYJyQY7LagNe4 56
yq/dumper.py sha256=Ckh9JbzsA_YNd1a0b1GUBAS8eScAo-V6bzQSBNoqONk 3531
yq/loader.py sha256=cI3alXo3aVlATqEkgW6OIiQEE_SmxCperwPp1nXV1f0 8391
yq/parser.py sha256=MDf7g-BJTxcC_POWCMLK9M_aWguQrK7d7lNPFnXXq8U 6212
yq/version.py sha256=ckZc0qbJxaD0R2o91SnJqm5oQviTpGc3SsER0-v8jeI 411
yq/tomlq/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
yq/tomlq/__main__.py sha256=CnixdYYn-MVH8QuI4YHYU9PslyX9koBUn_A-Zvi8788 63
yq/xq/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
yq/xq/__main__.py sha256=RV3qlTtQtX6V-iEm6hXGXRKZjUd47KCBCLg3UO-AJIw 63
yq-3.4.3.dist-info/LICENSE sha256=c7p036pSC0mkAbXSFFmoUjoUbzt1GKgz7qXvqFEwv2g 10273
yq-3.4.3.dist-info/METADATA sha256=Ggpl3-z7XxvK8_Rrg6SlFs6gIKUfLC03RRUuMuT9AVQ 8994
yq-3.4.3.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
yq-3.4.3.dist-info/entry_points.txt sha256=Opr4yV48rXjMwsuaNKpNGtWVb91Oj4t9hAKHOQ7Lgps 63
yq-3.4.3.dist-info/top_level.txt sha256=uE_H8aEsnLpYFnZTXA1ADTMGElscqHkyccCP8XRyE1k 3
yq-3.4.3.dist-info/RECORD

top_level.txt

yq

entry_points.txt

tomlq = yq:tq_cli
xq = yq:xq_cli
yq = yq:cli