Skip to main content

Chinese tokenizer runtime

Project description

nexaloid Python

Python bindings for the Nexaloid Chinese tokenizer.

The wheel bundles the native library and the default dictionary, so normal use does not need a separate dictionary file.

Install

pip install nexaloid

Usage

from nexaloid import Mode, Tokenizer

tokenizer = Tokenizer()

print([token.text for token in tokenizer.tokenize("南京市长江大桥")])
print([token.text for token in tokenizer.tokenize("中国科学院计算技术研究所", Mode.SEARCH)])

The default tokenizer uses the packaged data/dict/nexaloid.nxdict. Pass dict_path when you need a custom dictionary:

tokenizer = Tokenizer(dict_path="data/dict/nexaloid.tsv")

Jieba-style API

import nexaloid.compat_jieba as jieba

print(jieba.lcut("我爱北京天安门"))
print(jieba.lcut("小明硕士毕业", HMM=True))
print(list(jieba.cut_for_search("中国科学院计算技术研究所")))

HMM=True loads the bundled BMES HMM plugin and artifact to recover unknown words such as short names and domain terms.

Development

cd bindings/python
python -m build
cd ../..
$env:PYTHONPATH = "$PWD\bindings\python\src"
python tools\badcase_runner.py
python tools\regression_checks.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

nexaloid-0.1.22-cp313-cp313-win_amd64.whl (14.5 MB view details)

Uploaded CPython 3.13Windows x86-64

nexaloid-0.1.22-cp313-cp313-manylinux_2_36_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.36+ x86-64

nexaloid-0.1.22-cp313-cp313-manylinux_2_36_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.36+ ARM64

nexaloid-0.1.22-cp313-cp313-macosx_15_0_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

nexaloid-0.1.22-cp313-cp313-macosx_15_0_arm64.whl (14.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

nexaloid-0.1.22-cp312-cp312-win_amd64.whl (14.5 MB view details)

Uploaded CPython 3.12Windows x86-64

nexaloid-0.1.22-cp312-cp312-manylinux_2_36_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.36+ x86-64

nexaloid-0.1.22-cp312-cp312-manylinux_2_36_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.36+ ARM64

nexaloid-0.1.22-cp312-cp312-macosx_15_0_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

nexaloid-0.1.22-cp312-cp312-macosx_15_0_arm64.whl (14.4 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

nexaloid-0.1.22-cp311-cp311-win_amd64.whl (14.5 MB view details)

Uploaded CPython 3.11Windows x86-64

nexaloid-0.1.22-cp311-cp311-manylinux_2_36_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.36+ x86-64

nexaloid-0.1.22-cp311-cp311-manylinux_2_36_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.36+ ARM64

nexaloid-0.1.22-cp311-cp311-macosx_15_0_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

nexaloid-0.1.22-cp311-cp311-macosx_15_0_arm64.whl (14.4 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

nexaloid-0.1.22-cp310-cp310-win_amd64.whl (14.5 MB view details)

Uploaded CPython 3.10Windows x86-64

nexaloid-0.1.22-cp310-cp310-manylinux_2_36_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.36+ x86-64

nexaloid-0.1.22-cp310-cp310-manylinux_2_36_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.36+ ARM64

nexaloid-0.1.22-cp310-cp310-macosx_15_0_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

nexaloid-0.1.22-cp310-cp310-macosx_15_0_arm64.whl (14.4 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

nexaloid-0.1.22-cp39-cp39-win_amd64.whl (14.5 MB view details)

Uploaded CPython 3.9Windows x86-64

nexaloid-0.1.22-cp39-cp39-manylinux_2_36_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.36+ x86-64

nexaloid-0.1.22-cp39-cp39-manylinux_2_36_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.36+ ARM64

nexaloid-0.1.22-cp39-cp39-macosx_15_0_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

nexaloid-0.1.22-cp39-cp39-macosx_15_0_arm64.whl (14.4 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

File details

Details for the file nexaloid-0.1.22-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: nexaloid-0.1.22-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 14.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nexaloid-0.1.22-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 20a983ba2f2a81c73aab4501e229feb730bbc2c3f65aa5863c9250a07ccf5804
MD5 b789a49a87971794528715e46837ab48
BLAKE2b-256 161f97785afdbf863d50d61d1e8074966777ca53e96ba642561614a5d00a8aa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp313-cp313-win_amd64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp313-cp313-manylinux_2_36_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp313-cp313-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 3e7f5d133dd9b290d2098987956c1b7fff7b33d1f7dcd54c04abe8cb724a6c5d
MD5 fefa300529264b471502995d90d4d8a0
BLAKE2b-256 56ea2c1ae92dc90563f16c8d1b9b73bd83d6f8f6bdffde6617df453be08248ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp313-cp313-manylinux_2_36_x86_64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp313-cp313-manylinux_2_36_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp313-cp313-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 09e646e7222c646ed3e7c2b47ee380f9397f7de115934433104d9f3ac4e05b08
MD5 40c5835070079145fab2919c7ce06a68
BLAKE2b-256 449a9457f30a3f60c9eacf8a372d26ba81e948534abd8ed49026b4f800cb5b7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp313-cp313-manylinux_2_36_aarch64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e5e1e927b319dd9cc2d96f3c247883e200529ee2d14b7f704ea3dbe7b86205c0
MD5 91de94f024b8d105863ae12598e7a228
BLAKE2b-256 cee73af6a40d4cae4b5dfafc68a97c5a0f0ef86fcfdc35dce3bb6411fed9737d

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e867bc91cbed22d401533869feb1e2be9efff926eaac9c8022e30f3ab4a7aaa6
MD5 544ee7d9704330e6b4d84cb6611047bb
BLAKE2b-256 11ceba1b3642cf052add88ab0b925b3518dbdc8905e3e3fd48ad3d64b39bd718

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: nexaloid-0.1.22-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 14.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nexaloid-0.1.22-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cb8869618520b920c909e4601f5b5c72cc6cd12e5573eb93a2f8403b379a56c1
MD5 82df2c7dc8ce04b9f5564ce5b695e427
BLAKE2b-256 a34f75dc74c60de3eb6fca77ce8aa5ed9f8f9de3b1cd9cf0e7e69d86de1c63a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp312-cp312-win_amd64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp312-cp312-manylinux_2_36_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp312-cp312-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 7eb055eff9e4ed3d1dc4e187703825ae6bd877dc45e21300388166ad7b8b508f
MD5 e24952bd5961d3a8423f3970d3d72f89
BLAKE2b-256 6054fc44c2715203ffb5972a18bca39a0264c0ecfbc8e0e7de67e7f6852f320d

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp312-cp312-manylinux_2_36_x86_64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp312-cp312-manylinux_2_36_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp312-cp312-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 c4631dc09ecd6b16402de3f4e7338ebd137d8037f8fa4ec780cd0a74e26981da
MD5 fd62900064a6ee43abac5dd607a35942
BLAKE2b-256 4872f52c327e925da0df23530bf90e41ab23f55483ffc832cbb905d7262359a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp312-cp312-manylinux_2_36_aarch64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e05a4c312737c4b470988e63f6951ae570fdfbdf785dc81c0404df4bef366a99
MD5 2a27e279c0cb8c00b2a5dac665db05e5
BLAKE2b-256 63896a872c876a67f1e6bd035d38d7a8f7985fc4dd9c03b97592c10f4f1f0706

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5bf26bd19f2feecac1daaaf9cfea7a54698d9c66719144c5ff3defcee9a6ec5c
MD5 d365e66874af5eaac5da5c005cdc750b
BLAKE2b-256 5f7bca68160a41d92bf9d65545259eb6e3b1d8fc9943b57ef5c317094bb02de6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: nexaloid-0.1.22-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 14.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nexaloid-0.1.22-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 785f80299f634ca137b07b0c823b2f0124e8e0d3362ccc506cd49672f869ac95
MD5 73904149511dd51c9d9cd7885f40f404
BLAKE2b-256 6311a66c0c62c3070b16d5acbccb345cc55719d1d22de18673878c655ba2d55e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp311-cp311-win_amd64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp311-cp311-manylinux_2_36_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp311-cp311-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 d75cd151a4b45e2998f7efefc72da6a7dc9f3f180b5aadea2c188f231c653b91
MD5 cadc78762811fc5b9aa0b9f7177aac98
BLAKE2b-256 a9469f1b07c4b3ba9112057e3d0cc54900a6aae7beb7af9c9dc0df5a57804592

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp311-cp311-manylinux_2_36_x86_64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp311-cp311-manylinux_2_36_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp311-cp311-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 423ef51e46fe75074b5518adf3ab6cb6ef17d0df8da5a9a4b4a22b3f991c11c1
MD5 209da433b2c46c2b8b78a2e3b4890564
BLAKE2b-256 346fda516c739bbc35c0a80f969a601477382d32e97713eb1f2209d8ee57248b

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp311-cp311-manylinux_2_36_aarch64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2012350cd9a788283d056bfc1ed03c0e1df1e0c77c7241643a2917bba7adebfc
MD5 412ff264bb1348d529829fa16b3a1187
BLAKE2b-256 ba54cc04926108e063950ddd559d52a02cbb66163f2ac1260834028a77060894

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cb37f1de2d145b08601a2d9211e4aaa1eb4f55175c24e2333a7108431ccbc083
MD5 785fe0c557eca952430b4b25c35f6d37
BLAKE2b-256 5fac1ced4edbc5e92f56fdcc8971dd368831f2e699cdc3d200026bd3a811dd05

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: nexaloid-0.1.22-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 14.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nexaloid-0.1.22-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4dc54a08073e8d9a2bf07b42c99bf49cb2cf89f5d2fa647e648e21a52c59768d
MD5 5db4b1774cbd903a2a088e49c826b55c
BLAKE2b-256 d5c57dd4603cd6b17bfe00e3711bb2cee890702b7d8afbe4ef8bfec7acd26335

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp310-cp310-win_amd64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp310-cp310-manylinux_2_36_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp310-cp310-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 60575bd41cffee9fbd3df417346163ef133a394a5732e74e06c7c11bf0830156
MD5 4d50fef2a8fb27acbb263ed7cd47bef0
BLAKE2b-256 47d5f2806e847611282df988cec81d2ae9b05ffa22086bfb77d43275687076fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp310-cp310-manylinux_2_36_x86_64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp310-cp310-manylinux_2_36_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp310-cp310-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 cfef0519d5fe14382243ec82fa7b6ce28ad3a48109f7b881c48c111d9de0d152
MD5 395fecc9971b939c139103b608dbb93e
BLAKE2b-256 fba1479c16639725d302eb0ea6c93306252023b10eeedd324c3417bc5bb7f2c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp310-cp310-manylinux_2_36_aarch64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 1f0a884a06cc9cede0964fa7fac1b3a8c8351106af4a70c8eb94a0d6568f44c8
MD5 e77bf5e129b2e3c74ff89ee2fccb69a3
BLAKE2b-256 a1596fda97dfd699bdb40012976e57c4c9a2beb6b6a9b0a8ccfca78198b63a31

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 fe865647a94eddc1c9288204e8be5cdbc1fbb913d3c55473ef71e849f05f6576
MD5 5a755fc1eb2051b626bacee31171911d
BLAKE2b-256 7ae04baa8fd3dd263e55bb2f89101ade7dfa2c2fc1ab3f28f64c029cb6de9bdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: nexaloid-0.1.22-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 14.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nexaloid-0.1.22-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 69e09b091309664eeeb01ca6e4ce4450e4363ef3ccda0e3dcaed135db1886f45
MD5 3cd205c12cb36fa0956382253805ec80
BLAKE2b-256 5c801e5ab3a4ec149b009474eff656ac8f7d3880593590ba6c0a15e51c9c098a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp39-cp39-win_amd64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp39-cp39-manylinux_2_36_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp39-cp39-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 7bbaf9822c45426225a52bf1ef408000d148ed91ebfd3f8535d2bece16940521
MD5 112fe0f93753c993a9bdc3b94cb53a45
BLAKE2b-256 8dd15a65af3ecb3e41727a5ae2ed290663e67e7c657b6855c0df7c67283cd2cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp39-cp39-manylinux_2_36_x86_64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp39-cp39-manylinux_2_36_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp39-cp39-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 07d377eab88a5b33e25e1c0eb2ba2ccca65b725befb2dfe70c3316320c1a75a6
MD5 9bda51e9ee40a6cc6471a877ee581d92
BLAKE2b-256 82dbd32240ed92b09343cda2de702cd7d086ddd5092a6745ad968767c7a17a5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp39-cp39-manylinux_2_36_aarch64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 224d9d63a94c3caea8202be2673adacd32f13faeac0778a585b74122ffe1daec
MD5 a7ff487b871e0754090bc80e5650c322
BLAKE2b-256 5cc329f2170afb4ad7b78a9301b793229b1e09c70738721c3380e47a76a57d6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp39-cp39-macosx_15_0_x86_64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexaloid-0.1.22-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.22-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8dbb384184ff4dbc28641cf47ae657a9c4b15f20fda345ee01f20c7b78aab465
MD5 deb1ba98aae08d5be570e263f1bd5a96
BLAKE2b-256 71a5b6208435bebde4ffbe10024e05dafd126215226073753f80f64b07b49824

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.22-cp39-cp39-macosx_15_0_arm64.whl:

Publisher: release.yml on Nexaloid/Nexaloid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page