hlrun
Project description
hlrun
Python package with a Rust native extension (maturin + PyO3).
- Rust — performance-critical primitives (streaming inspection of huge JSON/JSONL files).
- Python — task workflows (notifications & image uploads).
Install
maturin develop # build the Rust extension
Usage
hlrun json count data.jsonl # number of records
hlrun json schema data.json # inferred structure (sampled)
hlrun amap send --title Hi --text ok # send a markdown message
hlrun amap upload photo.png # upload an image, print its URL
hlrun config show # show loaded config files
hlrun config set my.toml # install my.toml to ~/.hlrun/config.toml
from hlrun.lib._hlrun import bigjson
from hlrun.work.amap import notice, image
bigjson.count("big.json") # record count
bigjson.schema("big.jsonl", sample=50) # inferred structure
bigjson.load("big.json") # parse fully, like json.load
it = bigjson.iter_records("big.jsonl") # constant-memory streaming
for rec in it:
pct = it.bytes_read / it.total_bytes # progress, e.g. for a progress bar
...
notice.send_dd_msg("标题", "**正文**")
image.pic_path_to_url("photo.png")
Configuration
Secrets are never hardcoded. Config is merged from three sources (later wins):
~/.hlrun/config.toml<project>/.hlrun/config.toml(found by walking up from the CWD)HLRUN_*environment variables, e.g.HLRUN_WORK__AMAP__DINGTALK__SECRET
Copy .hlrun/config.example.toml to .hlrun/config.toml and fill in values.
Type stubs
The .pyi files under src/hlrun/lib/_hlrun/ are auto-generated — do not edit
by hand. Regenerate after rebuilding when a #[pyfunction] signature changes:
maturin develop
# needs: pip install -e ".[dev]"
python scripts/gen_stubs.py
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 Distributions
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 hlrun-0.0.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 312.8 kB
- Tags: CPython 3.15t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e83c7a7d2efbde5329a29e0a01002ceddcc260809741a778c7e0d804a171fac6
|
|
| MD5 |
7d56e1df932785a14f48f0889a9e6456
|
|
| BLAKE2b-256 |
3874bc370e8d5bfd8b96ef6aac9d4ecfbdea28dc2d444cc88bf0cecd183b0391
|
File details
Details for the file hlrun-0.0.4-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 298.4 kB
- Tags: CPython 3.15t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a0aa259e7f54e66d9489312e876752459cc809d4ce67af8b715b2827a83b45f
|
|
| MD5 |
e148d2aa5eb4e365b92794e041ca309a
|
|
| BLAKE2b-256 |
195b5ef0480ed01f6b8d9a454d7d4105c49019db479f8b8f9120477f5879b3f7
|
File details
Details for the file hlrun-0.0.4-cp315-cp315t-macosx_11_0_arm64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp315-cp315t-macosx_11_0_arm64.whl
- Upload date:
- Size: 299.7 kB
- Tags: CPython 3.15t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3669add36e25842c5cbd9d21c7ac830200d2207091c6360f658f7f495beaf600
|
|
| MD5 |
e2c755305b5d23347a25ff91f14e3e6d
|
|
| BLAKE2b-256 |
52607b99e070a0fb6eb07996994a632889547ab70718507a76eba82a72c57826
|
File details
Details for the file hlrun-0.0.4-cp315-cp315t-macosx_10_12_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp315-cp315t-macosx_10_12_x86_64.whl
- Upload date:
- Size: 307.3 kB
- Tags: CPython 3.15t, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c4ff949bcaaede8dafa2a1ff059c586ccec73471fd3b5571f608a454a300620
|
|
| MD5 |
c5b953857a3c7e6d9cc4cb68fd0c499c
|
|
| BLAKE2b-256 |
6ac5a25f47a664aba3da5ccb14a8eff6d133a302109f742515ec8964273ff310
|
File details
Details for the file hlrun-0.0.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 313.0 kB
- Tags: CPython 3.15, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e45ba8ca16ff64cc3b16b84efc22a117fe51ecd191a7be8cb3f1e270ab681c2
|
|
| MD5 |
13334dfa1e495e618852f0d1893df6d6
|
|
| BLAKE2b-256 |
b4e1862cefc74f39596eb53939e72a9e6d086d58cfa591ef4dcf49b11d43c701
|
File details
Details for the file hlrun-0.0.4-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 298.6 kB
- Tags: CPython 3.15, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaa047599855dfbe75b378b1ad77ed05de3375ef023dc1975923340a725a21e6
|
|
| MD5 |
6bdc47e676ece9bb06e1eef30e9ec075
|
|
| BLAKE2b-256 |
aae2799b567502c49409d75ccf19d123daa26df44fff951563156a8f70c5a8bf
|
File details
Details for the file hlrun-0.0.4-cp315-cp315-macosx_11_0_arm64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp315-cp315-macosx_11_0_arm64.whl
- Upload date:
- Size: 301.0 kB
- Tags: CPython 3.15, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bd6376b976c064b2043e43a269ef298caec87f0877ba66398111f35f3a3052c
|
|
| MD5 |
319df58e5d9f6f41b25a07eec6ff511b
|
|
| BLAKE2b-256 |
c46290f788be29bd8e7fa9f50ce68a04cca6a6ab4368a9f5d031d75d3667e41c
|
File details
Details for the file hlrun-0.0.4-cp315-cp315-macosx_10_12_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp315-cp315-macosx_10_12_x86_64.whl
- Upload date:
- Size: 308.5 kB
- Tags: CPython 3.15, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66b95d9243ac0415248751772fb5704254d9d28909b2c03f61e6b96156375ed3
|
|
| MD5 |
8d227db5f6c28d5436b79c4d011bc8f9
|
|
| BLAKE2b-256 |
59ee773c37598384e353c76ade216a98d368b5ebf5adecd5fea88afb8f26415a
|
File details
Details for the file hlrun-0.0.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 312.3 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8e88cdf5cac2378da28577fc35a18e18b119fb6875d130e1d2d65fddc983210
|
|
| MD5 |
055c8696a1e773522c64ae78fd18a763
|
|
| BLAKE2b-256 |
947e231271e3adf0bcde10f55c3b228de8fd8421060ffd955963e8583a44321a
|
File details
Details for the file hlrun-0.0.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 297.7 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0df9384dd3f884e9f9e454e701ec792a0ecec5b95217cd3c218492b8bb5fe568
|
|
| MD5 |
efeb45a97818ed57167b4a290f5dafcf
|
|
| BLAKE2b-256 |
79aa1962801ccc11297f0ef6b9b15cba8d5607140ede44d636b88407a509621c
|
File details
Details for the file hlrun-0.0.4-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 299.9 kB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ba491585db94d6082fdc327f8934afb1ce10cfa08286b752ca4b33e3f4efcff
|
|
| MD5 |
83fe8ee7c4b232915bef408cc3cd4402
|
|
| BLAKE2b-256 |
43d35e0797cedd747a62577276dfa263c9c8faa68522b2598d93cc77a747cb52
|
File details
Details for the file hlrun-0.0.4-cp314-cp314t-macosx_10_12_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp314-cp314t-macosx_10_12_x86_64.whl
- Upload date:
- Size: 307.5 kB
- Tags: CPython 3.14t, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fd27bec4a0ed7b4205c8b9f72781222c35ef26a8dc1029b0fc07d61e303e72c
|
|
| MD5 |
ff38119f038a0f995d14b6e8c064ef0e
|
|
| BLAKE2b-256 |
ee3d8216078e36c19c2f5841c992a3f0dae3013c9da7111409329499ef80f5bc
|
File details
Details for the file hlrun-0.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 312.5 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
446530ee47a99334fe81956d64da93a9794d8e3226bd25e92de6e8ff16720ce7
|
|
| MD5 |
336b71642e2aceb0b0ec218e06a59a25
|
|
| BLAKE2b-256 |
aef08b0e56841c06bcdbf2eb3f35dc8c4afac241db17550f21cf777e6002269f
|
File details
Details for the file hlrun-0.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 298.2 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d47d812613b0792cef3d239d248d6abc29ebe2fbe556293ac44f32ffa02e1e9
|
|
| MD5 |
3a1bc1dc894345d156b8488d08c86054
|
|
| BLAKE2b-256 |
54ae31851048bc3f8ac268b7059e89cdbc9679166a10bb2c19b6bcf2b2f28b97
|
File details
Details for the file hlrun-0.0.4-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 300.9 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c71c15e47d350266112e0dc80c9dffd3ce3472f8fb0f50ec7479f287cdfaa98f
|
|
| MD5 |
7df6d149adc9010267f7fb4caa02133a
|
|
| BLAKE2b-256 |
767a29e2af4b5f7ea3c6a2442b9227533bdb963cbcde17d824e573ed2c952865
|
File details
Details for the file hlrun-0.0.4-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 308.2 kB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c4466418418baa59f48ba97dcbdfbf9759e033135c767c0abd933b19b05fe0e
|
|
| MD5 |
579b40b092b2ef42e13e11a727741992
|
|
| BLAKE2b-256 |
4dee43dc92ea6088dc66e02f3d41ab84ac0dd656de588fba6f73b4226bb39944
|
File details
Details for the file hlrun-0.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 311.7 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b27bde25dbb309a472a58819a9977c25300ca8f2ce1b1b2cb389974b3eba08ed
|
|
| MD5 |
7491a4c06c62a7eafa19923d25e96f63
|
|
| BLAKE2b-256 |
9d6594d61db9a9fea2440920756f3b476e1b2cf0a3d7022278a9b20394e49405
|
File details
Details for the file hlrun-0.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 297.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53bc9e2314b55a2398ae67adc6de851d7c249ec48d996a5366e5337aacd0eeb2
|
|
| MD5 |
39bcf11e506bc48178a0d65252b2f0f7
|
|
| BLAKE2b-256 |
760eb5001514132a1c65936aa7eed5bef7835dcbe1c668c4cd5cc7d7a4209e44
|
File details
Details for the file hlrun-0.0.4-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 299.7 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
435304fb12d7ae93ca1cd6e192e9c6c10f7fdd4116a5ce523f3bfeb4dc33468f
|
|
| MD5 |
e79e00382a986ae53b524288d595bc18
|
|
| BLAKE2b-256 |
127f39b56717b6a901c14b309f94791e0853ae0f2cf2b66c8119abde0ab52c63
|
File details
Details for the file hlrun-0.0.4-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 307.1 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6096080198e5ac8650092bdfc3b2689604157fd31a28eed326cd5a6d3ea51d73
|
|
| MD5 |
8e3d32fd5c403ea619622aeaca60f37f
|
|
| BLAKE2b-256 |
bd6f42030b5ddc856f92d08338ee776887e225a788bba7a1035be107fa89fa1c
|
File details
Details for the file hlrun-0.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 311.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fffdeea72dc00563562aecf708808016953ad77cd227cf82edf03287fa5e7c6
|
|
| MD5 |
d83cc915a2ef9d94736f0b280fc3a037
|
|
| BLAKE2b-256 |
86c8ccfa70f69562588d4cc2031ca0567ec31d46cf7d49922a12169f3434c234
|
File details
Details for the file hlrun-0.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 297.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a430add90d814411419dc5fc750cf99844118d8806b250679b295fd896209e5
|
|
| MD5 |
f5eabb505d666a94598c39301b4f53b1
|
|
| BLAKE2b-256 |
9753b3a9a4756f89c057bca48f59ad019cddb8c597ebe17c5d350067a0fac8db
|
File details
Details for the file hlrun-0.0.4-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 299.5 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c2fcce30d23184cfc7dcd69cebbfeff8b740b2cc263c3b5482b83ec02aedd73
|
|
| MD5 |
f042f675a67d6f8b4c4ad52f6a8e19d4
|
|
| BLAKE2b-256 |
a51207ec5705979d74cd5d3393689619005c274ddb2a4c587a808f89ac45a784
|
File details
Details for the file hlrun-0.0.4-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 306.9 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e7e694afb92ec23b55de16510252d9b651b1730c58b2066857efa60886c8c99
|
|
| MD5 |
b55c6e3389e94c6a9f558d5a1c053c4d
|
|
| BLAKE2b-256 |
fb9fdbbc135d9bf6755ee2e8f63bb22ebd2a7f38bb9edff27e789f6b328602fd
|
File details
Details for the file hlrun-0.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 315.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
faf7e951acc96ef7deefe38ba8a45a5631f298261c0eb41e737882f1e83f42d9
|
|
| MD5 |
9da8921d984d97036814b647be6b2770
|
|
| BLAKE2b-256 |
1d25a869f6e0b29a986bdd84eae8f1bf81f683e95ca9744159fb1132d472fbeb
|
File details
Details for the file hlrun-0.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 300.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e3ca7e5d82b3b6ac238b6b8132a66004143063e2c1b8f79bc44caec4c9f77d4
|
|
| MD5 |
89f5f13fd6b4118056443be6978af9c3
|
|
| BLAKE2b-256 |
2976abefb49ce83bfffce57819f841ace7598fa0231a5896beff5a1329ff5ef9
|
File details
Details for the file hlrun-0.0.4-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 302.8 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17b7b5d8b4ef6fe04a9ecb7f86120d54c7624398f444d516a1ffc4af92ecbdfd
|
|
| MD5 |
fd7f11422d1f45aad08f489ffce04a39
|
|
| BLAKE2b-256 |
353fc41b23dc2953cb3dda91cc82a553e199a82dfb8ec2a089df189e933e9d43
|
File details
Details for the file hlrun-0.0.4-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 307.8 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee6bd5532333032ae146a51f43e594a35408b8632f47b31f5028833c1709713c
|
|
| MD5 |
e356dd0466cc8b1ab1712c56b55511a7
|
|
| BLAKE2b-256 |
c72499705777f98f3433127c63869536bc77eb43086f0ec93f8b9c414de0757c
|
File details
Details for the file hlrun-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 315.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b68392ad8ccff048aee446a5ccd3fcb6fe8ebda2e7dc6e004d89e565e24a3c1
|
|
| MD5 |
0249f0152d88d653f8dfc9e28b0089fc
|
|
| BLAKE2b-256 |
18f88acf943bd6a7b648e420c9c35cb77c337882c7570623762979bd08c6e796
|
File details
Details for the file hlrun-0.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 300.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
982bfd0d2c10baf89ead570ef9b649424370602dd55f9dce3795888968722a55
|
|
| MD5 |
c0f144ca41731ed6395aa0ce305d73fb
|
|
| BLAKE2b-256 |
899498a9e124072d2c742f1b6e98453f40489b25890bc95c64f4bdc612d03777
|
File details
Details for the file hlrun-0.0.4-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 303.0 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61b4c39926b618ee37bb3c1ea2e93f6d0fb84691b3154c304f70066d9c08a37f
|
|
| MD5 |
29a47f96c38f97762ce1c571a5e32397
|
|
| BLAKE2b-256 |
25387344de877118824259df70263cb4110d14391481fa9a01f1240d59e997ef
|
File details
Details for the file hlrun-0.0.4-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 307.8 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d6fd70332174815948f1f12a83f7b19d1152d50d3e3790d4721ec17cd910570
|
|
| MD5 |
71b6c807798d20ee475ded704431fbeb
|
|
| BLAKE2b-256 |
381d651e33afc4f11fed9cf7d429f7622e5ce952dda06312277d2937c782fdd0
|
File details
Details for the file hlrun-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 317.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd4b802f923b8afacaa58f4aae3b8116e065ad66c4d3e582a758021a86c887d5
|
|
| MD5 |
311cc450f8bd8e640c6e34bcdbb57356
|
|
| BLAKE2b-256 |
6373b99f0caa1afa603688207aafb43873ca18e71957f46cfefa236bf12e8947
|
File details
Details for the file hlrun-0.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 303.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e9a8c7962bf34fefd7efb8746ff8f4fb02d1e8b07d0b3581ce41d5ee76d35fc
|
|
| MD5 |
001b4ba79667127c3579ed9dafded501
|
|
| BLAKE2b-256 |
65a1ff7297ba857151d7965fad68ca57be2d3b49f99870b684246192fc1fca87
|
File details
Details for the file hlrun-0.0.4-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 305.8 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aeeab5bceffe7e8b3b2bf35c2c9f49f8709a8f10d4bc86c9966557b7d7237e1a
|
|
| MD5 |
96a485337efea5dbba6b5286fde0cea4
|
|
| BLAKE2b-256 |
62d3a5df9fa47df668ba570f30c19ef461e621668a50988d65ffc0419aac9e12
|
File details
Details for the file hlrun-0.0.4-cp39-cp39-macosx_10_12_x86_64.whl.
File metadata
- Download URL: hlrun-0.0.4-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 310.0 kB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dc030e3c1311517955902c2847e0194faa210985944b298d1674e8d6d26b544
|
|
| MD5 |
4fa4634f9f5d358b27e90bd368ca8583
|
|
| BLAKE2b-256 |
67fe56c993a52b9a93bdbccbb06ed4a3ef83a1ccf84e3cb4a2b6b754fe2f94f6
|