Metadata-Version: 2.4
Name: arkraft
Version: 0.0.25
Summary: arkraft standalone — single-binary quant research product (PyPI bootstrap)
License: Proprietary
Requires-Python: >=3.8
Requires-Dist: arkraft-bin-0==0.0.25
Requires-Dist: arkraft-bin-1==0.0.25
Requires-Dist: arkraft-bin-2==0.0.25
Requires-Dist: arkraft-bin-3==0.0.25
Description-Content-Type: text/markdown

# arkraft

`arkraft` standalone — a single-binary quant research product, delivered through PyPI.

The bundle is large, so it is split into chunk packages (`arkraft-bin-0` … `arkraft-bin-3`)
that this package depends on. `pip install arkraft` pulls every chunk from PyPI; the first
run reassembles them into the real bundle, verifies its checksum, unpacks it, and launches
the binary.

```bash
pip install arkraft
arkraft            # first run bootstraps the bundle, then starts the server
```

Target platform: Linux x86_64. The bundle ships its own musl loader and native libraries,
so no system dependencies are required.
