Metadata-Version: 2.4
Name: qorx
Version: 1.0.3
Summary: Qorx language and runtime for local context resolution.
Project-URL: Homepage, https://github.com/bbrainfuckk/qorx
Project-URL: Repository, https://github.com/bbrainfuckk/qorx
Project-URL: Issues, https://github.com/bbrainfuckk/qorx/issues
Author-email: Marvin Sarreal Villanueva <marvin@orin.work>
Maintainer-email: Marvin Sarreal Villanueva <msarvillan@gmail.com>
License-Expression: AGPL-3.0-only
Keywords: ai-language,compiler,context,qorx,runtime
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Software Development :: Compilers
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# qorx

![Qorx banner](https://raw.githubusercontent.com/bbrainfuckk/qorx/main/docs/assets/qorx-img.jpg)

Python wrapper for the Qorx Rust binary.

```sh
pipx install qorx
qorx --version
```

Set `QORX_BIN` to point at an existing Qorx binary. If no binary is configured,
the wrapper downloads a matching GitHub release asset or builds from the GitHub
tag with Cargo.
