arkraft standalone — reassemble the bundle tarball from PyPI chunks and verify it
Project description
arkraft
Delivers the arkraft standalone bundle (a single large .tar.gz) through PyPI,
for environments where PyPI is the only reachable network endpoint.
The bundle is too big for one PyPI file (100 MiB per-file limit), so it is split into a
few data-chunk packages (arkraft-bin-0 …) that this package depends on. pip install arkraft pulls every chunk from PyPI; running arkraft then reassembles them into the
original tarball and verifies its checksum — it does not extract or run anything.
pip install arkraft
arkraft # writes ./arkraft-<version>-linux-x64-musl.tar.gz and verifies sha256
arkraft -o /path/to/out.tar.gz # or choose the output path
The reassembled file is byte-identical to the released bundle tarball. Extract and run it yourself on a Linux x86_64 host:
mkdir arkraft && tar -xzf arkraft-<version>-linux-x64-musl.tar.gz -C arkraft
cd arkraft && ./arkraft
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arkraft-0.0.48-py3-none-any.whl.
File metadata
- Download URL: arkraft-0.0.48-py3-none-any.whl
- Upload date:
- Size: 87.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d16b86bbdc7856c9f3ddd29b129a857eaf74635ec144534bef113ef130174d6
|
|
| MD5 |
e80e7c8a0851c82537bf3e48c6361712
|
|
| BLAKE2b-256 |
51252004823e3f1fc3a3d6ca45fc2229ba6a06bfd591ab24ff6ba8a56f67f813
|