Khmer Neural Segmenter
Project description
Khmer Neural Segmenter
A fast Khmer word segmentation library.
Installation
pip install khmerns
Usage
from khmerns import tokenize
# Returns a list of words
words = tokenize("សួស្តីបងប្អូន")
# ['សួស្តី', 'បង', 'ប្អូន']
You can also use the class-based API if you prefer:
from khmerns import KhmerSegmenter
segmenter = KhmerSegmenter()
words = segmenter.tokenize("សួស្តីបងប្អូន")
# or
words = segmenter("សួស្តីបងប្អូន")
Training
The training pipeline lives in the training/ directory. It trains a BiGRU + CRF model on character-level BIO tags, then converts the result to GGUF for the C++ inference backend.
Data format
Training data is a plain text file at training/data/train.txt. One word per line. Words that appear on consecutive lines are treated as part of the same sentence. The model learns word boundaries from this.
Example training/data/train.txt:
សួស្តី
បង
ប្អូន
ខ្ញុំ
ទៅ
ផ្សារ
Non-Khmer tokens (spaces, punctuation, numbers, Latin text) are tagged as NON-KHMER. Khmer tokens get B-WORD on the first character and I-WORD on the rest.
Steps
cd training
pip install -r requirements.txt
1. Prepare training data
Place your segmented text in data/train.txt (one word per line). If you have raw unsegmented Khmer text, you can use the generation script to pre-segment it:
python generate.py
This requires khmersegment and a source text file. Edit the path in generate.py to point to your raw text.
2. Train
python train.py
Trains for 20 epochs with AdamW (lr=1e-5) and ReduceLROnPlateau. Saves best_model.pt (best eval loss) and model.pt (final). Uses CUDA if available.
3. Convert to GGUF
python convert_to_gguf.py best_model.pt model.gguf
This produces a GGUF file (~3.3MB) containing all model weights.
4. Embed in the C++ binary
To use the new model in the library, convert the GGUF file to a C header and replace src/model_data.h, then rebuild:
xxd -i model.gguf > ../src/model_data.h
pip install -e ..
License
MIT
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 Distribution
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 khmerns-0.0.3.tar.gz.
File metadata
- Download URL: khmerns-0.0.3.tar.gz
- Upload date:
- Size: 11.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01f291a34b4197def18310f71a6ab1d8140a7525bbd7b0d6602ea33a22a88a2e
|
|
| MD5 |
78520d6e7272dc300f03a804e4e86642
|
|
| BLAKE2b-256 |
fe4b909d99e26bc0b2d521431a658b1bff066129670e8de1ba34f58dcc4265f8
|
Provenance
The following attestation bundles were made for khmerns-0.0.3.tar.gz:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3.tar.gz -
Subject digest:
01f291a34b4197def18310f71a6ab1d8140a7525bbd7b0d6602ea33a22a88a2e - Sigstore transparency entry: 910244397
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-pp311-pypy311_pp73-win_amd64.whl.
File metadata
- Download URL: khmerns-0.0.3-pp311-pypy311_pp73-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bcbc9522a3f7bea2fd7b9f712d92793ea5bc64d17cde6217446b4b8218c2b0d
|
|
| MD5 |
5f356066720dd2b04a828b1f24756eb7
|
|
| BLAKE2b-256 |
ae6a136818eeaf0b983dfb863cd72565e317531210e011ab07f5f8998c8ee98e
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-pp311-pypy311_pp73-win_amd64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-pp311-pypy311_pp73-win_amd64.whl -
Subject digest:
6bcbc9522a3f7bea2fd7b9f712d92793ea5bc64d17cde6217446b4b8218c2b0d - Sigstore transparency entry: 910244933
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.2 MB
- Tags: PyPy, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63f51b898b4ec65652ebee00f7e66421f4d71533a562b8305bbb35e5ab9e0a80
|
|
| MD5 |
96d5f3c61b03dcc7276593b70b14141f
|
|
| BLAKE2b-256 |
843c57a601d1b46d78ff2d052a98cd0cb9f09f5dcaa4c26f14af0d7a30b9f5ab
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
63f51b898b4ec65652ebee00f7e66421f4d71533a562b8305bbb35e5ab9e0a80 - Sigstore transparency entry: 910244968
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: PyPy, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0891602b08fc57dd77569d1b12cc8a2d2c4dd2f1a2c83f0adceb7d9824c0bbd8
|
|
| MD5 |
e83533a1730534de4bf622b4ad2c3ce9
|
|
| BLAKE2b-256 |
2e80127ca4d137970e2501574f4e6b31d63c96b0affe040abc9ec1decaa1a049
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
0891602b08fc57dd77569d1b12cc8a2d2c4dd2f1a2c83f0adceb7d9824c0bbd8 - Sigstore transparency entry: 910244684
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-pp311-pypy311_pp73-macosx_11_0_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
- Upload date:
- Size: 4.4 MB
- Tags: PyPy, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e313d40c84d32c473c52ecba0d0ff92fce3b3bb6c4ac168bced4900380d022d
|
|
| MD5 |
bceda98f3b57ba13caa4aa68d4e6444f
|
|
| BLAKE2b-256 |
3c3c933c5a9e124a4b0d4a67a26313d1749726d280df42584f0bbd18eb9fff6c
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-pp311-pypy311_pp73-macosx_11_0_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-pp311-pypy311_pp73-macosx_11_0_x86_64.whl -
Subject digest:
1e313d40c84d32c473c52ecba0d0ff92fce3b3bb6c4ac168bced4900380d022d - Sigstore transparency entry: 910244471
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-pp311-pypy311_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: khmerns-0.0.3-pp311-pypy311_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.3 MB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e994d35a9fdbe75ad5c5d5a997d4a2e885e663fb94f84bb90a7671632aa3faba
|
|
| MD5 |
f95e44fbc5d6a23661bff22346e40a39
|
|
| BLAKE2b-256 |
a33bdb81fc44bc182d1ef9b31264298e2ecd53b59b995843577834f86622410d
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-pp311-pypy311_pp73-macosx_11_0_arm64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-pp311-pypy311_pp73-macosx_11_0_arm64.whl -
Subject digest:
e994d35a9fdbe75ad5c5d5a997d4a2e885e663fb94f84bb90a7671632aa3faba - Sigstore transparency entry: 910244586
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314t-win_amd64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314t-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.14t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d530741f16b9f3b2708865cde6a4667ca4ed67b6a3b34580d03102b2bf2d1bb
|
|
| MD5 |
a21fc12dda8f98feeef5a224f1df7ad9
|
|
| BLAKE2b-256 |
96307bc0cad8f3d3a7f0bfdc4336a98c926669459cce979d9f354ca9df3a8f85
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314t-win_amd64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314t-win_amd64.whl -
Subject digest:
5d530741f16b9f3b2708865cde6a4667ca4ed67b6a3b34580d03102b2bf2d1bb - Sigstore transparency entry: 910244451
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314t-win32.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314t-win32.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.14t, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6770dccc85bfa40a6b55f9ec517d0d09cdbb434dfca6c2b3bbafae034148b555
|
|
| MD5 |
f3328b6ec1d6d6ac42217f98175202a7
|
|
| BLAKE2b-256 |
0b47ad08ae517f51eed7299be78fcfbf355b0fbeab620c6d9d2a2165aefe6252
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314t-win32.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314t-win32.whl -
Subject digest:
6770dccc85bfa40a6b55f9ec517d0d09cdbb434dfca6c2b3bbafae034148b555 - Sigstore transparency entry: 910244854
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.2 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbd4c587ce54ba49dd88a3a84a37604f1c64aad111c1dee1997b2f7ec1b84034
|
|
| MD5 |
ff11589b5b374deb56ce3a6fc32d3669
|
|
| BLAKE2b-256 |
9e825d157a4ed814df8b849e8fa7b343c6fc586a7ea05ad96f871473230293c0
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl -
Subject digest:
fbd4c587ce54ba49dd88a3a84a37604f1c64aad111c1dee1997b2f7ec1b84034 - Sigstore transparency entry: 910244979
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 5.1 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f90fe2cb49116c844b984c4bf2e48f0ff7a01b22ccabc6e21de2e396ab853660
|
|
| MD5 |
e9b6c86def3b134c405422a740eb9609
|
|
| BLAKE2b-256 |
f24b4526df8e14d893e98fb6426bb6397eb6f0ae086ecd0eec5151e05db7cd9f
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl -
Subject digest:
f90fe2cb49116c844b984c4bf2e48f0ff7a01b22ccabc6e21de2e396ab853660 - Sigstore transparency entry: 910244460
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.2 MB
- Tags: CPython 3.14t, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3476e5d7e224c76c449f50381a8169ea38ae3e2d87e67b39785bb567c7c484e
|
|
| MD5 |
ad3fa1a29f91439b8a7f7a56fc46efeb
|
|
| BLAKE2b-256 |
d37836c172013391ed47a462b6cb93cf4668e2d60a6c9d8115e6a8ff3272bc5d
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
f3476e5d7e224c76c449f50381a8169ea38ae3e2d87e67b39785bb567c7c484e - Sigstore transparency entry: 910244492
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.14t, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b24c4d1e460e7bf232f6bd3b043b2fb89579d6e2d2b35af851b6981a531ef6ca
|
|
| MD5 |
990ec00aeb97c38cd12ac88ba74dd61d
|
|
| BLAKE2b-256 |
90ee69bd6ce0c0fbcc10fb011f944670583ddfd1a70cc82f47b610e9d4e02c58
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
b24c4d1e460e7bf232f6bd3b043b2fb89579d6e2d2b35af851b6981a531ef6ca - Sigstore transparency entry: 910244420
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314t-macosx_11_0_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314t-macosx_11_0_x86_64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.14t, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3082eb2f174724ffa4122b5364c63f249e48b42b0bad38ff58a62d6164f51c7
|
|
| MD5 |
1536b6ba7caf2648e1b10a37336590eb
|
|
| BLAKE2b-256 |
244b9b33c4974feb2e3735cb164e15e8459bb0a25dffa81847bd459711194316
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314t-macosx_11_0_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314t-macosx_11_0_x86_64.whl -
Subject digest:
f3082eb2f174724ffa4122b5364c63f249e48b42b0bad38ff58a62d6164f51c7 - Sigstore transparency entry: 910244457
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1a6c5fb935c5f159d5fb45171b8f598ac59cc680696e4a44818479df44fe9b4
|
|
| MD5 |
c2fb897990b5f2c848e0a328249131af
|
|
| BLAKE2b-256 |
4d6d03f809340ed942aef35a3050b33808130bd212d785ff7d04644e0f83b9ef
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314t-macosx_11_0_arm64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314t-macosx_11_0_arm64.whl -
Subject digest:
d1a6c5fb935c5f159d5fb45171b8f598ac59cc680696e4a44818479df44fe9b4 - Sigstore transparency entry: 910244812
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45e148e9dcacd522bad48a9d4ebaca2547e5c9aeb54ecb9633b7c46aab29455a
|
|
| MD5 |
2d8a04f70951104224698c06508ba076
|
|
| BLAKE2b-256 |
6ad381d8a5685f87e3fbdd1a433dff81fe30184ad24cc55d527f2281ee286b1b
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314-win_amd64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314-win_amd64.whl -
Subject digest:
45e148e9dcacd522bad48a9d4ebaca2547e5c9aeb54ecb9633b7c46aab29455a - Sigstore transparency entry: 910244948
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314-win32.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314-win32.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d569954ea8afe0edf92935b37f34ad6004d41a7399f406a2862ac47c7f12d090
|
|
| MD5 |
44bbdfe34b4606f1ba218896dec41084
|
|
| BLAKE2b-256 |
6abb8ddd22750407900485fe274eca82cfd4a5b65fb875da60d68b90131e9737
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314-win32.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314-win32.whl -
Subject digest:
d569954ea8afe0edf92935b37f34ad6004d41a7399f406a2862ac47c7f12d090 - Sigstore transparency entry: 910244622
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.2 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4b4a55d951d556b342c920f35351fb446811d7a3fab039677883ccbba106f7b
|
|
| MD5 |
7523ea246bd9468746add3cb058cc65e
|
|
| BLAKE2b-256 |
641e31c30f37d3200d9f556e2c53d39098b4b21ec1b13207daa108e6c9993567
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
e4b4a55d951d556b342c920f35351fb446811d7a3fab039677883ccbba106f7b - Sigstore transparency entry: 910244738
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 5.1 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc360523f8d2fff79ad7392cc6c8d54a0fc85451ffc5396becf3faf6dd94e616
|
|
| MD5 |
ce4bde8b2ea91a35032e942039009774
|
|
| BLAKE2b-256 |
2e9ab72c49cafb92eed2b89f308ae1692ac24d22ffc6a4d135d8681d1e6db1a2
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314-musllinux_1_2_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314-musllinux_1_2_aarch64.whl -
Subject digest:
cc360523f8d2fff79ad7392cc6c8d54a0fc85451ffc5396becf3faf6dd94e616 - Sigstore transparency entry: 910244669
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.2 MB
- Tags: CPython 3.14, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3afee28e27cc996cf6d032c4accdde93999c9b31d54b0838672032d213da106c
|
|
| MD5 |
6350fc013c23c71d9d965db49561d056
|
|
| BLAKE2b-256 |
d2a110c7130fc202bf866c40df4d99093d11541e11c7286b1cf3380de8c50cea
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
3afee28e27cc996cf6d032c4accdde93999c9b31d54b0838672032d213da106c - Sigstore transparency entry: 910244768
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.14, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18581734c79d1c313b4fe639ae63d37b7b07d74b9b5f3f9aea354a494bf93a76
|
|
| MD5 |
6c46a04295a0dc6d1ce924485a2b0f8a
|
|
| BLAKE2b-256 |
4a508c156ca6ffe70791693f0a538a9348433a64e0bc2fcd03174b6565b7dbef
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
18581734c79d1c313b4fe639ae63d37b7b07d74b9b5f3f9aea354a494bf93a76 - Sigstore transparency entry: 910244437
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314-macosx_11_0_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314-macosx_11_0_x86_64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.14, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
261e622cb23ca0bac3f626627fe826eaab596cc7ee154364ba1e64fe06c7203f
|
|
| MD5 |
f561781ed0325c47185b5167e4273879
|
|
| BLAKE2b-256 |
e1aa68906d4ab3e69660653f2fbc952930f305a3ed7a7ba3e6ec6923b0ca0a91
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314-macosx_11_0_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314-macosx_11_0_x86_64.whl -
Subject digest:
261e622cb23ca0bac3f626627fe826eaab596cc7ee154364ba1e64fe06c7203f - Sigstore transparency entry: 910244574
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
502f2ac47b37cd366a334748e44be197ef66c651aea32594917d41bcbe060633
|
|
| MD5 |
28e3fa2cfceba599b4d932adfa3df5d2
|
|
| BLAKE2b-256 |
4fe2e0026fdceded8e50efe53ba8c46fa1be258d3c1bab2d9e4538b47fd08fbd
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
502f2ac47b37cd366a334748e44be197ef66c651aea32594917d41bcbe060633 - Sigstore transparency entry: 910244610
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb9ff342270109bf42cdb093d8468f8c2c75dc604a3c006472f5c50a932643a4
|
|
| MD5 |
2df5059e625746f29a7d604801da5b6c
|
|
| BLAKE2b-256 |
6525054c9c5e499207647b829d10cd34d73237a3c19ec958c0de638956cb7d7e
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp313-cp313-win_amd64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp313-cp313-win_amd64.whl -
Subject digest:
cb9ff342270109bf42cdb093d8468f8c2c75dc604a3c006472f5c50a932643a4 - Sigstore transparency entry: 910244876
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp313-cp313-win32.whl.
File metadata
- Download URL: khmerns-0.0.3-cp313-cp313-win32.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e939bb1e67c0bd49c22c42dade36c1d08db0ace682785a8d72d2a2e35fb863eb
|
|
| MD5 |
6a97a7b54a7c1253ff50b152166534d7
|
|
| BLAKE2b-256 |
20a88e829e10af9c15060c92ba64f6cbae956a7396cdcb069ddc89e1b432650c
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp313-cp313-win32.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp313-cp313-win32.whl -
Subject digest:
e939bb1e67c0bd49c22c42dade36c1d08db0ace682785a8d72d2a2e35fb863eb - Sigstore transparency entry: 910244442
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.2 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce8f4b4b69ea234db4b9db4ab0b446e58b73e2b5802f6904262b98e7d8ace9c1
|
|
| MD5 |
d255d24e5796d9840ded432e0e2d1b32
|
|
| BLAKE2b-256 |
46fdd0018abc7e5c871e347c4946bb32fd228ed44a7eba2786fc3018a0f8fc2f
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
ce8f4b4b69ea234db4b9db4ab0b446e58b73e2b5802f6904262b98e7d8ace9c1 - Sigstore transparency entry: 910244530
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 5.1 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95ad5df9eff74166704069ccdf737ac2b008139db53431b8e1377756bb2187b2
|
|
| MD5 |
8bba0fe79a348cb2c1b8e288a66af9f6
|
|
| BLAKE2b-256 |
746becc8fa4e47824b288d5a977e99cda9c231928cb2e7f2af115515f3832f16
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp313-cp313-musllinux_1_2_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
95ad5df9eff74166704069ccdf737ac2b008139db53431b8e1377756bb2187b2 - Sigstore transparency entry: 910244779
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76d8d3c89a0397b22b1d12fd1209a130dd80137d0746f0a1b173d99aad5a4aea
|
|
| MD5 |
7de1089a1fcfd4a18268b1cb024731d7
|
|
| BLAKE2b-256 |
bf3eb575ec0eb566568009f7454f77e11cdd7e92b2e491f0e0169d9cfbc55146
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
76d8d3c89a0397b22b1d12fd1209a130dd80137d0746f0a1b173d99aad5a4aea - Sigstore transparency entry: 910245018
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55dc11883185d6a351211ae4ffbc4690c63b67211e5d6092e4488777efd9543b
|
|
| MD5 |
f48ba8876462680b55e26b45c890a04c
|
|
| BLAKE2b-256 |
c3811c6397bf88742a3da46a2ed21f65b6d32505f40aa94a5103c05a4f2a8836
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
55dc11883185d6a351211ae4ffbc4690c63b67211e5d6092e4488777efd9543b - Sigstore transparency entry: 910244504
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp313-cp313-macosx_11_0_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp313-cp313-macosx_11_0_x86_64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.13, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac42bb1369fafe70810f5574d12f4acbb84fd4a6f16001b485fdbfad41353b0b
|
|
| MD5 |
5a43b9164607334b52733d3d29d323a8
|
|
| BLAKE2b-256 |
260bca9cbbc9e591f88a2133b98a89987ace51c6152af9132e24369c03948c1d
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp313-cp313-macosx_11_0_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp313-cp313-macosx_11_0_x86_64.whl -
Subject digest:
ac42bb1369fafe70810f5574d12f4acbb84fd4a6f16001b485fdbfad41353b0b - Sigstore transparency entry: 910244651
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba1a6eb9df384f4b2a5f26ae49be1a348aede27f71edd78558c941ba30556dd5
|
|
| MD5 |
e6dfb51ead69c2776e40dfd1468000c9
|
|
| BLAKE2b-256 |
ba872d1ce789498b871da49165e9246f45ddedbfd9d08c324f5659d09a80e7d8
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
ba1a6eb9df384f4b2a5f26ae49be1a348aede27f71edd78558c941ba30556dd5 - Sigstore transparency entry: 910244592
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e077aabf4dfe7ad5767614e24c271fa218067ec7e96812a84d30d1a8a2c5a17a
|
|
| MD5 |
4d24a589b7566435a8345c81553c343c
|
|
| BLAKE2b-256 |
9cee879ffa789aab4ec8d21eb487ddb8aeda1ac37ba78571771c2fd4831729eb
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp312-cp312-win_amd64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp312-cp312-win_amd64.whl -
Subject digest:
e077aabf4dfe7ad5767614e24c271fa218067ec7e96812a84d30d1a8a2c5a17a - Sigstore transparency entry: 910245034
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp312-cp312-win32.whl.
File metadata
- Download URL: khmerns-0.0.3-cp312-cp312-win32.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d4f3a39253eecf9e1ef4b32cb31fa674a0d0e25ea5fa2264384ab077d2f6a50
|
|
| MD5 |
f9c20597c3c38d407bae42b587b5f18c
|
|
| BLAKE2b-256 |
c760fbb02a19e82bc23833e2c58f21885ad8fea6cf41aedaa3b5ebf7acbc4917
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp312-cp312-win32.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp312-cp312-win32.whl -
Subject digest:
5d4f3a39253eecf9e1ef4b32cb31fa674a0d0e25ea5fa2264384ab077d2f6a50 - Sigstore transparency entry: 910244726
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.2 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59d493c3af7c3735265ceab31f92adacb1a1648391a070047e01626a903886b0
|
|
| MD5 |
f19b0ecfcfb639b2d023cdf8cc530a9d
|
|
| BLAKE2b-256 |
736edac21183b5c4051b042bb3be8c33fa89b8e62fed0335e8bc8664ad901026
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
59d493c3af7c3735265ceab31f92adacb1a1648391a070047e01626a903886b0 - Sigstore transparency entry: 910244607
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 5.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd9c9ffe3b75dd5f0c79bf28fa95e8745b855561860a8052e8f3d07354e946fc
|
|
| MD5 |
95c3b59c7427911b7d47bed0a9da4a7e
|
|
| BLAKE2b-256 |
d1694943c12977154b688308a2c1f1a950fcadaa6e7bf42b31e69fa4c268ad8b
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp312-cp312-musllinux_1_2_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
bd9c9ffe3b75dd5f0c79bf28fa95e8745b855561860a8052e8f3d07354e946fc - Sigstore transparency entry: 910244843
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdf5274dbb0ea92e84603a6b0419e0698bee44e2967cfe768406a344ffb1f616
|
|
| MD5 |
aabc111b57f01e69ba163bbee2581946
|
|
| BLAKE2b-256 |
fe3371c8e7f919ab9f089e1acb9d3fe6e22ac9983726e23d01876875b6eac288
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
bdf5274dbb0ea92e84603a6b0419e0698bee44e2967cfe768406a344ffb1f616 - Sigstore transparency entry: 910244598
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
482b82d7719a27fffb2c03bc998ff0aa3d2f5eea4b5d2a974fd8a428fa868158
|
|
| MD5 |
301ddd6b526ced1a379314fbea3bdd41
|
|
| BLAKE2b-256 |
a4ff3a99fc3d653ccdd3106b61f8f88c9d4239af68c8a3f443d9487418dd69b7
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
482b82d7719a27fffb2c03bc998ff0aa3d2f5eea4b5d2a974fd8a428fa868158 - Sigstore transparency entry: 910244899
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp312-cp312-macosx_11_0_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp312-cp312-macosx_11_0_x86_64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.12, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dce634350389f9879ae7f657055730b3b075e7468f9a62d7576321850102ef7e
|
|
| MD5 |
0206854fdbebf95f0116dce51be86d81
|
|
| BLAKE2b-256 |
814fc5b79e97e76c9885f41b280ee0a97dcf701cccb2bcd0236eb34c416bf3cd
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp312-cp312-macosx_11_0_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp312-cp312-macosx_11_0_x86_64.whl -
Subject digest:
dce634350389f9879ae7f657055730b3b075e7468f9a62d7576321850102ef7e - Sigstore transparency entry: 910244539
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41b7fbd15ada8b1a8a19ab35d044eb30b7a3279c80078d54a2ef9ab168c54e62
|
|
| MD5 |
c00098efdf946c01f34c559df1bba96f
|
|
| BLAKE2b-256 |
6153d46c59566e99d16264f95317d52fdbdcf27ef2d3f8a44e31ad8b83d17bad
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
41b7fbd15ada8b1a8a19ab35d044eb30b7a3279c80078d54a2ef9ab168c54e62 - Sigstore transparency entry: 910244711
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c706f31bfb95239f9fffc8020cca73c32cc3f19210464823f84d6bae170a5799
|
|
| MD5 |
7bb738831efcba6cb9b7ecda147add81
|
|
| BLAKE2b-256 |
7b215dbcc31420d2ba0df1a8db7bb0efb76bf4f9a10a9b159951704c72a3ed80
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp311-cp311-win_amd64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp311-cp311-win_amd64.whl -
Subject digest:
c706f31bfb95239f9fffc8020cca73c32cc3f19210464823f84d6bae170a5799 - Sigstore transparency entry: 910244916
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp311-cp311-win32.whl.
File metadata
- Download URL: khmerns-0.0.3-cp311-cp311-win32.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13746b0678be176ab4529d722c609e87d1733ff61359d21d124b8b56cb12d414
|
|
| MD5 |
20dbb740e2f2d6117354e02f46db89df
|
|
| BLAKE2b-256 |
f427d9d9598463ee80765139a27c005883d31a4f3ab164993dbcdb5b7a6ad47e
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp311-cp311-win32.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp311-cp311-win32.whl -
Subject digest:
13746b0678be176ab4529d722c609e87d1733ff61359d21d124b8b56cb12d414 - Sigstore transparency entry: 910244750
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e17aa9f04f720dba87d3ae49663784ce06067321a00391dd52219ab85440c209
|
|
| MD5 |
c7217ba4db0d1b3a5776853bacb2e501
|
|
| BLAKE2b-256 |
3896ac42a988ae9ffe8a46e375e101442239fae1fcb42dabead6d1ba40038047
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
e17aa9f04f720dba87d3ae49663784ce06067321a00391dd52219ab85440c209 - Sigstore transparency entry: 910244892
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 5.1 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77d3557a77d42c8802d80cf6dc4ebc924d8b9bb396e7b9458315c4698782b7ba
|
|
| MD5 |
9762335f15bac3a6e7afef453cc227ae
|
|
| BLAKE2b-256 |
847a37c129326da68750ca8ca4985bfab0c46ee2ba1518a96e88ed7f04eb60ca
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp311-cp311-musllinux_1_2_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
77d3557a77d42c8802d80cf6dc4ebc924d8b9bb396e7b9458315c4698782b7ba - Sigstore transparency entry: 910244428
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48787720fc7874dee6fa2265155412bcbcb6ffb1d567efd20b31abb5059aaf71
|
|
| MD5 |
16decd66a07041dac486492cbc661ad9
|
|
| BLAKE2b-256 |
6222ede992d1ececccee03486d13888958205010855606713801560477806507
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
48787720fc7874dee6fa2265155412bcbcb6ffb1d567efd20b31abb5059aaf71 - Sigstore transparency entry: 910244629
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e38d203d4b80c08819d65a49cc7d5de78554cdedfcda4a337a039ed2d0d6844
|
|
| MD5 |
00b34436a920f767e4c2dbf0f045ea73
|
|
| BLAKE2b-256 |
1b862b0daf016a6b096a8986ae447176d43e5269c22f0e5f349272b23283ef3e
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
5e38d203d4b80c08819d65a49cc7d5de78554cdedfcda4a337a039ed2d0d6844 - Sigstore transparency entry: 910244700
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp311-cp311-macosx_11_0_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp311-cp311-macosx_11_0_x86_64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.11, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
167be065895d1ae0751ec1b001b5d0b48e0889c79a35b788e6ea30d3439d8859
|
|
| MD5 |
297b63bedfa734cdd072552db6dda8ab
|
|
| BLAKE2b-256 |
1b25a4fbd18cc582732c5e335d935b750c881d015b0f5e82bc24bdd42b395945
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp311-cp311-macosx_11_0_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp311-cp311-macosx_11_0_x86_64.whl -
Subject digest:
167be065895d1ae0751ec1b001b5d0b48e0889c79a35b788e6ea30d3439d8859 - Sigstore transparency entry: 910244480
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0fcc643ae4f0124afc00ba2b5eabcff0548e40f382d512a7f2c69ab68e537f4
|
|
| MD5 |
1eee80e53bdd98eb864538f6139e4f73
|
|
| BLAKE2b-256 |
377031129f7f97776093415384c8d8653e01867c16e2087b5c6e78a4e5f97330
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
a0fcc643ae4f0124afc00ba2b5eabcff0548e40f382d512a7f2c69ab68e537f4 - Sigstore transparency entry: 910244792
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c6da30c30865bb6b6ecaee1299b390e714be77dc83127884cab03210c5fd30d
|
|
| MD5 |
60c27a19afcc7d5efec7e49dd38a04e4
|
|
| BLAKE2b-256 |
8e83204a24b04dbc8379268cace739cdbdb01a57315618ba934c989b2b97d77c
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp310-cp310-win_amd64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp310-cp310-win_amd64.whl -
Subject digest:
2c6da30c30865bb6b6ecaee1299b390e714be77dc83127884cab03210c5fd30d - Sigstore transparency entry: 910244497
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp310-cp310-win32.whl.
File metadata
- Download URL: khmerns-0.0.3-cp310-cp310-win32.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e96a5236ce00874d58d5d42189e318a2f7d5ec3ee51ec10ae6b2946e4c7d536c
|
|
| MD5 |
e450f67196fc24c409c1d07e6e9403a7
|
|
| BLAKE2b-256 |
f360b20e883a1136bfcc4170025697e6c25eadccb7dc8b1c093411dd3f99d2a9
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp310-cp310-win32.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp310-cp310-win32.whl -
Subject digest:
e96a5236ce00874d58d5d42189e318a2f7d5ec3ee51ec10ae6b2946e4c7d536c - Sigstore transparency entry: 910244827
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.2 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a838bcc5a39db57f6793181e710c16aa61e11a47a5371cc54dc4a89422eb955
|
|
| MD5 |
7c394576b460c30c47d91273e7fb440a
|
|
| BLAKE2b-256 |
086ec2c7de409400c042205235c6b2ef30352a5d00915ef3d90df9edf2913801
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
7a838bcc5a39db57f6793181e710c16aa61e11a47a5371cc54dc4a89422eb955 - Sigstore transparency entry: 910244859
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 5.1 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
844a348ca6e1fb5040f5d093b9581110ed990cd4360b2dac730f6bf3373409a6
|
|
| MD5 |
4038ec0bfb87a0d4568e02eec4371c6f
|
|
| BLAKE2b-256 |
ed491a660fc680511fb59b32fc9669d4943b35274aa2ca401886a705fad19ea1
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp310-cp310-musllinux_1_2_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp310-cp310-musllinux_1_2_aarch64.whl -
Subject digest:
844a348ca6e1fb5040f5d093b9581110ed990cd4360b2dac730f6bf3373409a6 - Sigstore transparency entry: 910244557
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05d9f89df1bd3cca4a624a8195d42b4bed533a115fa31799a60ac810be62a2e6
|
|
| MD5 |
ce57a42f27b257e15508aa34dae78da1
|
|
| BLAKE2b-256 |
9176bfb1294757ef5ab28d2f6b343f6ee9ecc4cb5a8fc4f3308db4ff35187dbb
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
05d9f89df1bd3cca4a624a8195d42b4bed533a115fa31799a60ac810be62a2e6 - Sigstore transparency entry: 910244411
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cce1b8d5bcd5a9a5c54cc612d8d54072034f0812a02eb7d448f83b1d2824cbdc
|
|
| MD5 |
9808ddbdaff0fbcdedaffc7ee6f8050b
|
|
| BLAKE2b-256 |
83f395601c1eb0f2d0c0c283eb6590cd21cb70b62e5cd872a0bef82b4233246d
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
cce1b8d5bcd5a9a5c54cc612d8d54072034f0812a02eb7d448f83b1d2824cbdc - Sigstore transparency entry: 910244521
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp310-cp310-macosx_11_0_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp310-cp310-macosx_11_0_x86_64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.10, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6bd222450e6ce956413ba85d3bcfb91841719d098b88631dc2e7d9a0782f2f0
|
|
| MD5 |
468472e6ed2422ec568e961df14fd7f1
|
|
| BLAKE2b-256 |
64c4007e6d9d7e9912b0cf88fc0e5bd2aaf3738d9c4c80223403e01500bcd430
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp310-cp310-macosx_11_0_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp310-cp310-macosx_11_0_x86_64.whl -
Subject digest:
e6bd222450e6ce956413ba85d3bcfb91841719d098b88631dc2e7d9a0782f2f0 - Sigstore transparency entry: 910244637
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35270a4a22cd6d67725e8d73e00aff1e908fdf9af1a95a65bf446f005dd4f5b9
|
|
| MD5 |
7c3ed9875cf8634ee4baa4caa74fb9d4
|
|
| BLAKE2b-256 |
8267c155817569c66ca73803d51d1bed1300ab9adeb1221164d0648b1c93a031
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
35270a4a22cd6d67725e8d73e00aff1e908fdf9af1a95a65bf446f005dd4f5b9 - Sigstore transparency entry: 910244998
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca769abadadf67dc90862e261236ff6334e4f3cece03d53630b33d36e1b53891
|
|
| MD5 |
ccd036918dbc3210d95ba664ca980ee0
|
|
| BLAKE2b-256 |
608c6aebfd0efda24ba707f75070b4364d5cabf01c46f05d680a33fa7e78581d
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp39-cp39-win_amd64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp39-cp39-win_amd64.whl -
Subject digest:
ca769abadadf67dc90862e261236ff6334e4f3cece03d53630b33d36e1b53891 - Sigstore transparency entry: 910245006
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp39-cp39-win32.whl.
File metadata
- Download URL: khmerns-0.0.3-cp39-cp39-win32.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b4c0dba3cbbf7f6dc8a67b30951fed1279ef244f19b3e5811230ace465d7174
|
|
| MD5 |
e152cebea107dd024c4b742cd6efaa01
|
|
| BLAKE2b-256 |
1093b7806d19b97223e7f162bae88523fd3244c2f0753c47424ff0dda175a197
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp39-cp39-win32.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp39-cp39-win32.whl -
Subject digest:
0b4c0dba3cbbf7f6dc8a67b30951fed1279ef244f19b3e5811230ace465d7174 - Sigstore transparency entry: 910244910
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.2 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b9f46972049e6c1921c585b6989c02786762cc22e0a82e17aeff0de4c94fc89
|
|
| MD5 |
ef9352106d48700c2d865af389512e48
|
|
| BLAKE2b-256 |
cb2744613efb004ee1f2d9d3934217e9a154808130a934f0d46777a225532c20
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp39-cp39-musllinux_1_2_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp39-cp39-musllinux_1_2_x86_64.whl -
Subject digest:
0b9f46972049e6c1921c585b6989c02786762cc22e0a82e17aeff0de4c94fc89 - Sigstore transparency entry: 910244545
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 5.1 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c57aae3cfde18f617ae416c5733a60e1aff08b8ebfcb5e2e1026e5c938092a5
|
|
| MD5 |
e5c6680fb42280b66dc0955a850bf667
|
|
| BLAKE2b-256 |
6651c9f046c4366fea5ba2689099b529cc2c93145628cca5cb290dbbfb60f910
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp39-cp39-musllinux_1_2_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp39-cp39-musllinux_1_2_aarch64.whl -
Subject digest:
5c57aae3cfde18f617ae416c5733a60e1aff08b8ebfcb5e2e1026e5c938092a5 - Sigstore transparency entry: 910244661
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9b377350c0293a3f10c4dce613b5ab07fa382f561506343f296e2e9e11d4c62
|
|
| MD5 |
661e462e1b99930abed00e68c371db5a
|
|
| BLAKE2b-256 |
1dfb03ef417a5d16e065ad4bc33b56ff41b9b0a1481009dbf2e698cc63ca6152
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
a9b377350c0293a3f10c4dce613b5ab07fa382f561506343f296e2e9e11d4c62 - Sigstore transparency entry: 910244691
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
955977f26d00c267083d2510b352590a648cf5ae9851ae50145c8bcd86537a29
|
|
| MD5 |
c13d77c719d0b3792568b10c95c184c6
|
|
| BLAKE2b-256 |
f1b46a3132be55d4e121ecbbb95c6860d0f775a23c05c8a4e28abda0e2b72265
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
955977f26d00c267083d2510b352590a648cf5ae9851ae50145c8bcd86537a29 - Sigstore transparency entry: 910244403
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp39-cp39-macosx_11_0_x86_64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp39-cp39-macosx_11_0_x86_64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.9, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b93b0296032c8d198fa9dbbbf6e58d3065d78c5ff053beef230704dc1fb32da
|
|
| MD5 |
786ed101a66718e441814827e339b8db
|
|
| BLAKE2b-256 |
1c60bdeb232d860fb3ccc7b454ac9f3de46ffbc8ecb7dbdf51e18e7957d7dead
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp39-cp39-macosx_11_0_x86_64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp39-cp39-macosx_11_0_x86_64.whl -
Subject digest:
7b93b0296032c8d198fa9dbbbf6e58d3065d78c5ff053beef230704dc1fb32da - Sigstore transparency entry: 910244802
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type:
File details
Details for the file khmerns-0.0.3-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: khmerns-0.0.3-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c999587718dac2ad61bdbf23c62bec0fab175f77efbd8b4f94a12e83f68ffed
|
|
| MD5 |
e643a8eaf424c65ef7130f3fde854386
|
|
| BLAKE2b-256 |
0d8a8c6774a04304405853a7e04a0cfee105a418feb61daf8702e3c7b54515e2
|
Provenance
The following attestation bundles were made for khmerns-0.0.3-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
wheels.yml on seanghay/khmer-neural-segmenter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
khmerns-0.0.3-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
8c999587718dac2ad61bdbf23c62bec0fab175f77efbd8b4f94a12e83f68ffed - Sigstore transparency entry: 910244568
- Sigstore integration time:
-
Permalink:
seanghay/khmer-neural-segmenter@88884572438d1b2666b05af1935085c91498712d -
Branch / Tag:
refs/tags/0.0.3 - Owner: https://github.com/seanghay
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@88884572438d1b2666b05af1935085c91498712d -
Trigger Event:
release
-
Statement type: