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.16-cp313-cp313-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.13Windows x86-64

nexaloid-0.1.16-cp313-cp313-manylinux_2_36_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.36+ x86-64

nexaloid-0.1.16-cp313-cp313-manylinux_2_36_aarch64.whl (10.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.36+ ARM64

nexaloid-0.1.16-cp313-cp313-macosx_15_0_x86_64.whl (9.0 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

nexaloid-0.1.16-cp313-cp313-macosx_15_0_arm64.whl (9.0 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

nexaloid-0.1.16-cp312-cp312-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.12Windows x86-64

nexaloid-0.1.16-cp312-cp312-manylinux_2_36_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.36+ x86-64

nexaloid-0.1.16-cp312-cp312-manylinux_2_36_aarch64.whl (10.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.36+ ARM64

nexaloid-0.1.16-cp312-cp312-macosx_15_0_x86_64.whl (9.0 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

nexaloid-0.1.16-cp312-cp312-macosx_15_0_arm64.whl (9.0 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

nexaloid-0.1.16-cp311-cp311-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.11Windows x86-64

nexaloid-0.1.16-cp311-cp311-manylinux_2_36_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.36+ x86-64

nexaloid-0.1.16-cp311-cp311-manylinux_2_36_aarch64.whl (10.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.36+ ARM64

nexaloid-0.1.16-cp311-cp311-macosx_15_0_x86_64.whl (9.0 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

nexaloid-0.1.16-cp311-cp311-macosx_15_0_arm64.whl (9.0 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

nexaloid-0.1.16-cp310-cp310-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.10Windows x86-64

nexaloid-0.1.16-cp310-cp310-manylinux_2_36_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.36+ x86-64

nexaloid-0.1.16-cp310-cp310-manylinux_2_36_aarch64.whl (10.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.36+ ARM64

nexaloid-0.1.16-cp310-cp310-macosx_15_0_x86_64.whl (9.0 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

nexaloid-0.1.16-cp310-cp310-macosx_15_0_arm64.whl (9.0 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

nexaloid-0.1.16-cp39-cp39-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.9Windows x86-64

nexaloid-0.1.16-cp39-cp39-manylinux_2_36_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.36+ x86-64

nexaloid-0.1.16-cp39-cp39-manylinux_2_36_aarch64.whl (10.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.36+ ARM64

nexaloid-0.1.16-cp39-cp39-macosx_15_0_x86_64.whl (9.0 MB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

nexaloid-0.1.16-cp39-cp39-macosx_15_0_arm64.whl (9.0 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: nexaloid-0.1.16-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 9.1 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.16-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e5daa018ca6a145a3f818ee2dfce9ba0d9c25de580cb17e5b1101de7629ffe52
MD5 83d2607d7890d3df29e698feb30cdf20
BLAKE2b-256 e88bc55f578d368be21309c4ab26f66d95a007ba6cce4a6ef784dcee0c1f19ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp313-cp313-manylinux_2_36_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp313-cp313-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 96b3cbb443a63a493764edb48587d4662ffc3cce321f8ef6beec94d86aa72b4f
MD5 c04250198c38a44ba4d9dee2f4792f14
BLAKE2b-256 6bfec42f698d75b284773accfa7bb918bdafabd93a8723cc21c1d74db9b8aadc

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp313-cp313-manylinux_2_36_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp313-cp313-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 ccff7241aa49de05a28a6aebd07c6ee8459b797daee37e28826f5eaccc342a43
MD5 dbb50a24e06a8955586e250948fffb1a
BLAKE2b-256 c2c04b85b5107d52924f8880b68e4913a54427493a4d2b729b4c5eb87ccc6c81

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 29610139f7d23d01341ac328ab103cccb1c067c3e8b5242b3c6eae67c5c5cb96
MD5 d149778df427540d8db695be32fe4ac4
BLAKE2b-256 6ccbb932156fa86053e129a186d228e165ac541409fc67847661c2442948fc2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 23702e92308783da137857561cc37e0a80b10812c835708ef9f6fcba3daedd35
MD5 761182dc927a1092ff63fc256f6d85af
BLAKE2b-256 8271bc2336b7cfeb06096e52de9dccb3ce673982d43506ba81990ae5ae4b320f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: nexaloid-0.1.16-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 9.1 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.16-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b3aa0d0ad345a9e401557800741ab85f9ec551696d30ea0a525300b238893ea5
MD5 92a6b1e527e9beba92429f08064f2a9d
BLAKE2b-256 ecbb3a22bccf170a6a3e05202c95ca57b46ce1c3e0db1b74551bf72afbc9069c

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp312-cp312-manylinux_2_36_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp312-cp312-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 0eb071e5c07f156f08ecae3173e42e5fae2f8458b614fc12d6919fc238eecf45
MD5 5bbe925f45f7441fc011c177da76bc20
BLAKE2b-256 59dd7caf6f6fd3db5d97f6dc058a074db895d5d966b0ea077e3882ab3645b537

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp312-cp312-manylinux_2_36_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp312-cp312-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 4f08461a92d649f0134216d4eadef24d4dba74db944dbede2e10f2cc83a63948
MD5 579914544a0a8f3a7a28b028cb757c2d
BLAKE2b-256 90ef54347c5987acb6fd5a34d91d196a168338c7d3fa631580ae2dd302c6ea60

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 79d134d1cbce37645f7c1e551930150bff86666dc5da702d62362058429345ba
MD5 306aae2f968b4206da27785ef6485df5
BLAKE2b-256 a3e769de2bb52415bbbdd990a487fdaf332d538524d6b7ad9a9cefaf26215d7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0611295a8d2d0bb2a33962f6cb8ddc93416fb645cfcfbbae4228515180983743
MD5 6079d176cfbb3b8b99a906ee00fd7d2e
BLAKE2b-256 2b4924519b7cea5191ec6d22aeaa62579e46334e7c24013a12a11ffac437a069

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: nexaloid-0.1.16-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 9.1 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.16-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8e4144915a7de2db8379a4056badc09527fbff3063d0ea65c342e75d3183df76
MD5 0c1efc94bca3e08be94d723127049259
BLAKE2b-256 76e7ed6c38f46b6bc80f56c057c4fdd5a1ec469be1f3a50f1a15d4db750bbcc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp311-cp311-manylinux_2_36_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp311-cp311-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 f6456e5bddc326d85c8cee5837a7be1c52dd834d77d9bf234b894c9550f85f65
MD5 59c132f41f57710af89ee47907516a6a
BLAKE2b-256 d72c15f150e76920d5e2a9863addee46249ff2296dd4fb306ea8beea9ba81640

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp311-cp311-manylinux_2_36_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp311-cp311-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 0f129b75e885347010ab9487ec63e4096ddfff7c1d0450c2d1d93bd49b91acb1
MD5 52a7def4e9f9b320eccb0dc417e5bad5
BLAKE2b-256 feea9ff88d3e78f583fdb1e7da5b0ecca6e7a723d131bbfa8a235aa74b1c8e6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b2017964285952ed43c683534e338d4fd88d1b087327ad62af95d138fff37005
MD5 7394b59759e791733752880221e778e2
BLAKE2b-256 d6f87e70f0d51a01cee523b5c69eca2ee6f1610f187afb24d85652bb7f377cb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a19792dc02bce4860e68cd8d3a3b32dfd42f3202690b0292b359f6eca9eb90c7
MD5 3d78b3e55c3f677c7452fbca37ac77a2
BLAKE2b-256 fbc1a1177a29e0e730fc6776fd1e781f43622f8b10705cc458d7955c8be33727

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: nexaloid-0.1.16-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 9.1 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.16-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 834d32ae4732fce4acae2758b614cc570689422b8091e9206f94c1cf7774f5be
MD5 0b51450373b3953408f059e48c1ee503
BLAKE2b-256 6d2317f4d90826e9038a0176914b41bcc5730324d984942474a2e7fc2d6d331e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp310-cp310-manylinux_2_36_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp310-cp310-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 c55df57b3a5beb35f7f05060f77d5dd11d9cbcbcbc9c91caec7afc722fc73a2b
MD5 4594b28130909d6de93470cc706fc220
BLAKE2b-256 b56bdba92c180b868098b06ae1789f71df466d4d929ea490fd7f29733acd0fda

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp310-cp310-manylinux_2_36_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp310-cp310-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 cdb7f0f3a9874595a5c6dd14fc6e3f9baa4fef31fa37faa823adf30c5eeb265d
MD5 97444952fb5eb4fe3a4018a865b92f49
BLAKE2b-256 71870a1164a2257f5627cdea9ef338ba6fc229d08b9f9e54812ba438d1bc2603

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 3eedd21680c26a9cebe1a1cebb9169ebea895c5e12f271f0b413e0b9c25a98d8
MD5 ea53ae37686db85f2bef467eb4d6f4b8
BLAKE2b-256 aef66b6c11429116a5c1248b827a65a6ebdf6c905bdea04dc3b28352fddbbfe5

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6b0dab02444994557e82fa03ba3fccb89fce2f1964709ab1a45ea2b78e30e6a9
MD5 7dac9fc9fd89445f7970870b79482a44
BLAKE2b-256 5ea42ae6311c6a38b971eb39f3e0692441ae00475d14e691ce33d713c75fadeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: nexaloid-0.1.16-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 9.1 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.16-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8ded4308154e4bfd71cac7ddb9ccb2ee8c7148f5abd7130ebcb2dcf126cc3b71
MD5 bfe3e79c19452e28c4454e22477c53fb
BLAKE2b-256 cda5456a7d42fb223a04584425274e596f3d6b8ee2ee9493f32fcbfa24d07780

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp39-cp39-manylinux_2_36_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp39-cp39-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 4aeb75904a1b51362045e98ef353898453d617ce294494da55eceea50422f98a
MD5 18968bad06cafc7ac03f3a730cf0fc91
BLAKE2b-256 35e977eca36a15f1966f069de0c2fd78c6e8b55b5a23ff7c6fe1113cb5cfeea6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp39-cp39-manylinux_2_36_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp39-cp39-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 393d52e3620adbdd28759ea466f571d7255a40a85623dced04091779bc7aa702
MD5 320a569231737584ca1a9e208fff452a
BLAKE2b-256 18e34dc725a2d16189516138eada38a3491da0ca962d684c90ce26a32c2c68e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 83d580c3ea1c5564558ac515de38ad2e3db11c1b944a9bdf59db32e4d4cfb5c5
MD5 691142c198cd5ad6a1c8746892ab7360
BLAKE2b-256 9f65ae0bbd550260a36979783185f599cb08f4960cb2c59ee4bdc6c8a17fee23

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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.16-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.16-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cf4624005dcb98c2212ee7bfddcdc9cd93a617d6e57c6f7fb145b6836d3b034e
MD5 e4259ec1b05789768bb632cdb1620c43
BLAKE2b-256 e56d4aa8e5b5e5eb8f22ce2fa7bf4d732565f2a6528dcf9b571e7d124cd9e2b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.16-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