pyjq icon indicating copy to clipboard operation
pyjq copied to clipboard

A Python binding for ./jq

Results 19 pyjq issues
Sort by recently updated
recently updated
newest added

Does pyjq support multiple values, such as to merge json dictionaries from multiple files, this is achievable in JQ via the following with the `--slurp` option: ```jq -s '.[0] +...

I'm trying to install pyjq (which is a dependency for another tool I use) in Ubuntu Jammy Jellyfish (development version) which comes with Python 3.10 by default. Even if I...

Would it be possible to upgrade the jq dependency from v1.5 to v1.6? Version 1.6 has the following features and bug fixes: https://github.com/stedolan/jq/releases/tag/jq-1.6. I made a quick attempt to perform...

A user of one of my pyjq-enabled programs observed that large integers we being returned from his filters as floats, causing validation that happened downstream to fail. I narrowed the...

Thanks for making this project! I'm currently using this module on a webserver, and was wondering if there was a way to specify directories such as in the CLI: -Ldirectory...

Hello, I have this error in Windows 10 installing it with pip version 2.5.2 **PEP 517** https://www.python.org/dev/peps/pep-0517/ I don't know where to start. I don't have access to a compiler...

Traceback (most recent call last): File "/Users/junwo/.pyenv/versions/3.10.0/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in main() File "/Users/junwo/.pyenv/versions/3.10.0/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "/Users/junwo/.pyenv/versions/3.10.0/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 261, in build_wheel return _build_backend().build_wheel(wheel_directory, config_settings, File...

Hello, whatever the solution I came up with to setup cloudmapper, it fails at the pyjq install... ``` pip3 install --user pipenv cd cloudmapper/; pipenv install --skip-lock ``` is it...

Hey group, As you know pip and conda don't work with pyjp in Windows. Do you have any plans to support Windows?

Any idea how to get around this: ``` ImportError: dlopen(/Users/yoni/code/cloudrail/venv/lib/python3.8/site-packages/_pyjq.cpython-38-darwin.so, 2): Symbol not found: _jq_compile_args Referenced from: /Users/yoni/code/cloudrail/venv/lib/python3.8/site-packages/_pyjq.cpython-38-darwin.so Expected in: flat namespace in /Users/yoni/code/cloudrail/venv/lib/python3.8/site-packages/_pyjq.cpython-38-darwin.so ```