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)])
print([token.text for token in tokenizer.tokenize("中国科学院计算技术研究所", Mode.RECALL_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")

Whitespace tokens are filtered by default. Enable jieba-like whitespace retention when needed:

tokenizer = Tokenizer(preserve_whitespace=True)
print(tokenizer.lcut("中文 English\t混排\n第二行"))

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. Mode.SEARCH is conservative and expands the best path only; Mode.RECALL_SEARCH exposes all candidate edges when you need aggressive recall.

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

Uploaded CPython 3.13Windows x86-64

nexaloid-0.1.24-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (15.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

nexaloid-0.1.24-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

nexaloid-0.1.24-cp313-cp313-macosx_15_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

nexaloid-0.1.24-cp313-cp313-macosx_15_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

nexaloid-0.1.24-cp312-cp312-win_amd64.whl (15.7 MB view details)

Uploaded CPython 3.12Windows x86-64

nexaloid-0.1.24-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (15.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

nexaloid-0.1.24-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

nexaloid-0.1.24-cp312-cp312-macosx_15_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

nexaloid-0.1.24-cp312-cp312-macosx_15_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

nexaloid-0.1.24-cp311-cp311-win_amd64.whl (15.7 MB view details)

Uploaded CPython 3.11Windows x86-64

nexaloid-0.1.24-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (15.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

nexaloid-0.1.24-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

nexaloid-0.1.24-cp311-cp311-macosx_15_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

nexaloid-0.1.24-cp311-cp311-macosx_15_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

nexaloid-0.1.24-cp310-cp310-win_amd64.whl (15.7 MB view details)

Uploaded CPython 3.10Windows x86-64

nexaloid-0.1.24-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (15.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

nexaloid-0.1.24-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

nexaloid-0.1.24-cp310-cp310-macosx_15_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

nexaloid-0.1.24-cp310-cp310-macosx_15_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

nexaloid-0.1.24-cp39-cp39-win_amd64.whl (15.7 MB view details)

Uploaded CPython 3.9Windows x86-64

nexaloid-0.1.24-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (15.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

nexaloid-0.1.24-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

nexaloid-0.1.24-cp39-cp39-macosx_15_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

nexaloid-0.1.24-cp39-cp39-macosx_15_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: nexaloid-0.1.24-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 15.7 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.24-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f7cee1587fa4e63b873d63a949e68edea09ed2d6761863dc62e07216466e8ed5
MD5 4d84ee7264184811de63e60ddf53eae3
BLAKE2b-256 45fa03325a870ca23fcdcb2e674c700cb2c698dc89799ae4622e2a1c1720ad6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-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.24-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a2ce295e2f924c6a49b00a4285de69db95ae4de8d0cbc4a2964121e30762986c
MD5 ce2c3d0293a77bded8eaf1052f731d3c
BLAKE2b-256 8adead044fd3c423986a0d57e8c761ae2d1c6b91ee5a95e138d510b3829f83f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_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.24-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7fcfa10db7620fe30f761ac77fb933c33c4725a96217fe37eb72f2643577c86e
MD5 128c444b4b041606d53949012d7e067c
BLAKE2b-256 b69048f4094d9382b1f7cf991bdaee0e4015c34cc98cb97851f974055bd77bc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_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.24-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6104cdfe66a864e1699b632ed894af25b2a82fbe4a5e2a1f4c6acce15b22cdff
MD5 34beae5929f77223539e1be5765b0fa9
BLAKE2b-256 8472256d02b6a8c62fa6029eb58b85d35703906dcc3abec129298a0e374dc45a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4d06299b4ab5ee663f1fe107af19f17258360f46354b7ea223eab6014c49c89d
MD5 7903405e493b6e6983ac3220415d1c01
BLAKE2b-256 e45c70a1d1f7ac5c1391ad1c6fd45eaa00af30efdb91ae88ef7c4f01e498e7cd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.24-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 15.7 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.24-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9a66ebfc112cb37e8d58c8293ff2403c0964bf3bfa273a9cdafd20742e4f53a1
MD5 544d90b96c3f2389d1d37006f30e66e5
BLAKE2b-256 d810ed7842afc9aa35dda42b1a9f972402719a07bedafa56b9d7159b67087928

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-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.24-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 30f0ad8074af7df1b84e69ede6600ee66ad80e8b5ab4ea3b1c96ee7c9c8e3c0f
MD5 e53c72543018f9e186fed9de14f74ce2
BLAKE2b-256 13db348898e45b9d77e583228cc845c7d23c641cabffa8c50e40beb594ad93f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_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.24-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 80d39f04e56258f54b94905b2035cc0e2219df0a4a3abfcff3b640a5dbb016b1
MD5 162ead7e60f26093d9f12eb7a974ea2b
BLAKE2b-256 686cca23b7f1227498938b70edd363642ccf90b8ce4697d1615079d92d2c8c07

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_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.24-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b2527f851b76e0e69d5e7c22cd58c047038c41443c706bf94474fb1845611af7
MD5 fcf15a3362c69e00a9af0b52a7246f00
BLAKE2b-256 bca004236da73a18b96ebbbc42791300003d86c216906577d79334687cb8653e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d0e316b388d0d6c780ab723a490765dafe4b2be6ed084cdf5793e81cc32bdfb6
MD5 8f1eb1b4743abbc32715f6a27d1855dd
BLAKE2b-256 05b826063b2727e969c9c2c1348e702dc1bb2bf205891b539c4ad3e4f2240f94

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.24-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 15.7 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.24-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c9554448a47bac6ca4f1512de15fc150d08bf3399f1853dcf1d25202bea54d1d
MD5 511ac1b1b5bf1fe1cb1e3605d78a45cb
BLAKE2b-256 fff48c3362957a28f443b11b16a15f14b22ed536012ab2a3e31eaadc516a11f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-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.24-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 06cdc48e6e3b7e2a63d26fc3eb28dcc3a407eef557b77dcac4a31d555fe2e7b5
MD5 201388a4ca548df1ab63b284a9e3e410
BLAKE2b-256 1cb663c8a7b95777cebba061c498d7798b31fe83f2b3f63a5d4aaeb1dd515e5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_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.24-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3c7d3df7d684ef81f5a762b2dddfacfbcc59e33bb043fa786f48dc8aba395408
MD5 d34d3379d8bbbb969ac2b6093a9e029e
BLAKE2b-256 2d30c3ffb2f97684892c6a0ca57655aa88596ed3f6ce15e4510a323698831fe9

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_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.24-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 654cd10995662241303e6901a9e4e8b34800aa838dad51d5495f25c9a06f5e5f
MD5 5ac8ef26a9fa07dbbbad63fd2bec7947
BLAKE2b-256 da55112772e9f1cc2bbd1437ce5f44130e342b1d6a7dc400c69b1e33e95910c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f24ac6882abb3274dc46e3f0fce959dec23af68a1b3e05396186d6daeb830c42
MD5 0499e06685564f88759a4d17f05c5e21
BLAKE2b-256 108e693276cd0f09cd2a5b796f66bfead7f1e9341cf9a4b75b374ef6bfed3893

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.24-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 15.7 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.24-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7fe13a2f56315b01e2add5e565fb44007981267ad488f22337ddd531a0cd3b5a
MD5 bc08c54ec6d9eea1fd3571ded8e93902
BLAKE2b-256 03a9881e2427f3a1343e17edb1f5a474789dc552a667ee559d4d5430fcf1f536

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-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.24-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6303367acfdc7ff4fc958b7a9806b0072339ed9e8296536d81e047e7ef912383
MD5 87d6b209a40faff6393f413c8f2504a0
BLAKE2b-256 2693c238db9705a704148a93e2bda039adc1dcbc4a2638b69f6b312e9077b5ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_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.24-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4f605639df8c8b2a85b185cdcec9d609c475534b2b26e4e161bf5f2abe911d8b
MD5 9f9c96d13ce631361e93f603a7b454e6
BLAKE2b-256 677f8936861cf41fee2316180112f8335516c29309d1521d21ee81e88b627d62

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_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.24-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 bbcdc5cc6ae1880bd5997f42cf3b57018157c17eba6beeb22d1e7019bf62afac
MD5 091dd8c2ffa3ed80967fea86d2294f8a
BLAKE2b-256 ab2aa864abaa00b889f451c1d4f1b69d26da6acc65d6c58cbdef3030e1329892

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 2f90fcc01c3381eca76c9c7987660d1896731ef7b92ef4e10e3342b8351ce289
MD5 44e01bfba9a5da81314327365fccfb2f
BLAKE2b-256 cb0715725e36516c3e88bebfabe8827ff91812b299329f6dedbf2d62ea2bf730

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.24-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 15.7 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.24-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a5e6be693b5218456d31c68bc0d5930c1d7372d35775e5d0a1e320295d0e49c2
MD5 bb1d3bbf82988ea9d009fb0f8f3620ae
BLAKE2b-256 c4ff7959becc61dd88a175dc74bc305fe0bb33288da1eb7cca401cb67462d32a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-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.24-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 cffe95f27a6958352d3315bda500e44c876a5777cccd0a918f41fc4e36045e09
MD5 b8f9462bf89e07e2d1c136d818a85cb7
BLAKE2b-256 f8a9802d0051d1295abbf85719555b61518d914922ef4c51086c4709ab8ad21f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_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.24-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 db2985ca6ee54293346a6ccf17b0730d03ce29e6e7a3f229803dc78c14b8c25a
MD5 cf2da97cfe5a31c6249fd307a71d73d4
BLAKE2b-256 01a8a531604f9f4e05631f0e238368bcd717e3270b6b310b0a66a62d9fcd19f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.24-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_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.24-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 5af89435a6433533e6dccfb9b395aa5c063d3e1fe46202331d39953e17faf2fa
MD5 b19585a23fddc1cedcbad7d35ca247c5
BLAKE2b-256 f084e140a36881a4767ebd46e57136531771ac7b477b2be70fba803c2f0ef395

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.24-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 96fedb8224f0e60e69197c4917127ab0edf3ba613f2cdfd444a10c3fe1a265b5
MD5 11712b8d150d4b0ec4005ca31c899417
BLAKE2b-256 dbdc108bca58a29ef591497dc394cc306d7a2b28af0e623ed4643222b459977b

See more details on using hashes here.

Provenance

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