Metadata-Version: 2.4
Name: jaq-bin
Version: 3.0.0
Classifier: Programming Language :: Rust
Classifier: Topic :: File Formats :: JSON
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
License-File: LICENSE
Summary: A jq clone focused on correctness, speed, and simplicity
Keywords: cbor,jaq,jq,json,toml,xml,yaml
Author-email: dowon <ks2515@naver.com>
License-Expression: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: jaq, https://github.com/01mf02/jaq
Project-URL: repository, https://github.com/Bing-su/pip-binary-factory

# jaq-bin

https://github.com/01mf02/jaq

jaq (pronounced /ʒaːk/, like _Jacques_) is a clone of
the JSON data processing tool [`jq`](https://jqlang.github.io/jq/).
It has a few features not present in `jq`, such as
support for the data formats YAML, CBOR, TOML, and XML.
jaq has an own [manual](https://gedenkt.at/jaq/manual/).
You can try jaq on the [playground](https://gedenkt.at/jaq/).

This pypi package provides precompiled binaries of `jaq` for various platforms.

## install

```sh
pip install jaq-bin
```

