dryjq

View on PyPIReverse Dependencies (0)

1.9.1 dryjq-1.9.1-py3-none-any.whl

Wheel Details

Project: dryjq
Version: 1.9.1
Filename: dryjq-1.9.1-py3-none-any.whl
Download: [link]
Size: 20200
MD5: 0e08ff29f39b5077cb11dcc2645a7319
SHA256: a3d87ecf1d08dc57d83ec9431b79393425a7e71f7a23d7c295cab23c698b01b0
Uploaded: 2023-09-19 14:36:20 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dryjq
Version: 1.9.1
Summary: Drastically Reduced YAML / JSON Query
Author-Email: Rainer Schwarzbach <undisclosed[at]example.com>
Project-Url: Homepage, https://gitlab.com/blackstream-x/python-dryjq
Project-Url: Documentation, https://blackstream-x.gitlab.io/python-dryjq
Project-Url: CI, https://gitlab.com/blackstream-x/python-dryjq/-/pipelines
Project-Url: Bug Tracker, https://gitlab.com/blackstream-x/python-dryjq/-/issues
Project-Url: Source Code, https://gitlab.com/blackstream-x/python-dryjq.git
License: MIT License Copyright (c) 2021 Rainer Schwarzbach 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.
Keywords: json,yaml,query,extract,convert,merge
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Requires-Dist: PyYAML (>=6.0)
Requires-Dist: serializable-trees (>=0.5.1)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2775 characters]

WHEEL

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

RECORD

Path Digest Size
dryjq/__init__.py sha256=zh-Mjresb594GxCe10GVdCHSpCLuxmcMOxL1_S83miQ 545
dryjq/__main__.py sha256=n-yXgJTz4y64xbNEWfc5D-sD82pYGysDR8nkeoS48AA 1809
dryjq/commandline.py sha256=Ps7aZVnwfdSNxDpaPIwR8GUMX2Z7ImlKE_j8hTRzhxw 12799
dryjq/commons.py sha256=jL_obPG1nAuvylDwLgbY-twK7us7sCUhW-uAACfHn94 2869
dryjq/convert.py sha256=bob9_E8DPwIZSAmfwfy2FIScSZXuDN9c6beVscT3OOY 1604
dryjq/merge.py sha256=gGv8SD5KmcVZqvwS7qlPpFqJucJt82ICc22ChRn33so 1511
dryjq/queries.py sha256=nrMofkRaMLPyab9vV5P1ZEsCIY8k46eRRu7B_KKP1_k 24160
dryjq/streams.py sha256=cVLtttKyTuwJIdZjRKtb3aIpOh1AHY0kJuncQpC-mrc 6857
dryjq-1.9.1.dist-info/LICENSE sha256=9UTqjKqVwoTtS9ckihwC8gAnamYFMvyBpXV7xVrb7Ow 1075
dryjq-1.9.1.dist-info/METADATA sha256=SbfJZrjSAtZSVeBsDyeFrj7XezBwypMGRCSHn-A_vEg 5487
dryjq-1.9.1.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
dryjq-1.9.1.dist-info/entry_points.txt sha256=ejEMmRKdGbKc5kEr4ToC-5AV9a0W78Tqm_UMK4WyJB4 112
dryjq-1.9.1.dist-info/top_level.txt sha256=BpJrxPQSpjw9TkpJw1vJQPySI-X6LgJBeYEHVeMMG8U 6
dryjq-1.9.1.dist-info/RECORD

top_level.txt

dryjq

entry_points.txt

dryjq = dryjq.__main__:main
dryjq.convert = dryjq.convert:main
dryjq.merge = dryjq.merge:main