Metadata-Version: 2.1
Name: asimov-jq-module
Version: 0.1.2
Summary: ASIMOV module for JSON transformation using the jq filter language.
Author: ASIMOV Protocol <support@asimov.so>
Project-URL: Homepage, https://github.com/asimov-modules
Project-URL: Repository, https://github.com/asimov-modules/asimov-jq-module
Project-URL: Changelog, https://github.com/asimov-modules/asimov-jq-module/blob/master/CHANGES.md
Project-URL: Download, https://github.com/asimov-modules/asimov-jq-module/releases/tag/0.1.2
Project-URL: Releases, https://github.com/asimov-modules/asimov-jq-module/releases
Project-URL: Issues, https://github.com/asimov-modules/asimov-jq-module/issues
Project-URL: Documentation, https://github.com/asimov-modules/asimov-jq-module/blob/master/README.md
Keywords: asimov-module,asimov,ai
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing :: General
License: Unlicense
Description-Content-Type: text/markdown

# ASIMOV JQ Module

[![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
[![Compatibility](https://img.shields.io/badge/rust-1.85%2B-blue)](https://blog.rust-lang.org/2025/02/20/Rust-1.85.0/)
[![Package](https://img.shields.io/crates/v/asimov-jq-module)](https://crates.io/crates/asimov-jq-module)

[ASIMOV] module for JSON transformation using the [jq] filter language.

## ✨ Features

- Transforms JSON inputs using the [jq] programming language.
- Supports values from environment variables using the `env.USER` syntax.
- Loads environment variables from `.env` (aka dotenv) files.

## 🛠️ Prerequisites

- [Rust](https://rust-lang.org) 1.85+ (2024 edition)

## ⬇️ Installation

### Installation from Source Code

```bash
cargo install asimov-jq-module
```

## 👉 Examples

### Transforming JSON Input

```bash
asimov-jq-runner filter.jq < input.json > output.json
```

## 📚 Reference

### Installed Binaries

- `asimov-jq-runner`: filters JSON from standard input to standard output

## 👨‍💻 Development

```bash
git clone https://github.com/asimov-modules/asimov-jq-module.git
```

---

[![Share on X](https://img.shields.io/badge/share%20on-x-03A9F4?logo=x)](https://x.com/intent/post?url=https://github.com/asimov-modules/asimov-jq-module&text=asimov-jq-module)
[![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/asimov-modules/asimov-jq-module&title=asimov-jq-module)
[![Share on Hacker News](https://img.shields.io/badge/share%20on-hn-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/asimov-modules/asimov-jq-module&t=asimov-jq-module)
[![Share on Facebook](https://img.shields.io/badge/share%20on-fb-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/asimov-modules/asimov-jq-module)
[![Share on LinkedIn](https://img.shields.io/badge/share%20on-linkedin-3949AB?logo=linkedin)](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/asimov-modules/asimov-jq-module)

[ASIMOV]: https://github.com/asimov-platform
[jq]: https://en.wikipedia.org/wiki/Jq_(programming_language)
