Metadata-Version: 2.4
Name: qorx
Version: 1.0.6
Summary: Qorx programming language, compiler, bytecode runtime, and local context resolver.
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.

Use this package only after PyPI shows the current `1.0.6` version. Until
then, use the source install in the main repo docs.

```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.
