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

Uploaded CPython 3.13Windows x86-64

nexaloid-0.1.25-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.25-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.25-cp313-cp313-macosx_15_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

nexaloid-0.1.25-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.25-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.25-cp312-cp312-macosx_15_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

nexaloid-0.1.25-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.25-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.25-cp311-cp311-macosx_15_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

nexaloid-0.1.25-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.25-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.25-cp310-cp310-macosx_15_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

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

Uploaded CPython 3.10macOS 15.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

nexaloid-0.1.25-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.25-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.25-cp39-cp39-macosx_15_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

nexaloid-0.1.25-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.25-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: nexaloid-0.1.25-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.25-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 249967437286b6b6358673d5438f48f8d65a023a44185e75aee289458e2bee45
MD5 03a092cd72ed30348b0088ee72f80f20
BLAKE2b-256 f8213a1f3a90a2b181776827283fee52b77ad50c3f69606151c765b2916ca9c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e2648558b55d02529731cbe654cbd94d87a6667a5cad5471d52a7d769fb3cf70
MD5 c956a7e1f6fb1c1b1ec4dfe3afde2995
BLAKE2b-256 dc0c0b2dff81e2fea02adafd7b767f9a55a0505b58995c4a745372d291d60489

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.25-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.25-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 303632301940b5871795c6f8c35eee6febee8c10b8d84195433a0dbba78ed0c0
MD5 4a6bad41a55cacac4f34e78402629ed0
BLAKE2b-256 058ad026eff28b81d8890f7cb449e6632faca04ff1842dca87a8cc70ca2aa387

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 eacfa3166d7916e005643bb8e39ea91b656fcb826cca2ceb50ccd2ce8da1b449
MD5 1f1b91df332fea53d6af5c97d3bbc5b7
BLAKE2b-256 6a0ba6abf6cf74effb8bf210a64366b181713b22a944085fb641cd753c54f186

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7c5fa496ed4a5a19f6fddcaa8fd8998d09b432b6532cf8f21450ef0727175ec8
MD5 fa4f564533a70406581c970790e0e7df
BLAKE2b-256 3e345b41d9328105466d60a70a636541beeae401140c9c1063fb219be328ea17

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.25-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.25-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2acc3353103f18d997f26f55d289ae559a81be30ed33252919997977fc191c6e
MD5 ffddc309ae773b1f48bf2048e748fdfe
BLAKE2b-256 da4a707f1f565a25863751d087136731d04b807e8b8d4ea5d90c57a161a88046

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0a1b64666cc1420adf2206684862a45adaae3013835868cd79c6ba69c73ac787
MD5 b10af65f51cd70a322498afb4ea381f5
BLAKE2b-256 cc66c960d65d345081761d9f37c3e4ecbc1250ea7e0c9ca94f5b36642d46f46c

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.25-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.25-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d091ce72e90fd11abb39d0679925bbdf241ef464f91ddce3d7964bfb01511d9c
MD5 daa27b6f6f6ae3a4769cd408b43fd40c
BLAKE2b-256 c1f6471afabad176d22566e4f61cbad3e80402829be07fe242387fd335518149

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ce71558be85018e59768098cd36daaa55c3152ec65f90431bf0abb8f0e5d636e
MD5 e2c7961ee3d92145dd99809da412a11f
BLAKE2b-256 dce00170f15604f6194f4bf62ea0f0fa227c02657755fb35d690b6b828e4a7f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 bb5c941e3c4c55fdb252200648e8dc1da3a6e090a2d2141595eddc24c8d8c7a5
MD5 419b3ab7ef4136a8f3146b2645fa3212
BLAKE2b-256 0235ddf1d571ed1d1d40ff6be241324076facd09dd1720df51c1d90b95ba93ed

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.25-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.25-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 eaae92534de18cae4c305486b0374ff0cd6b1fe69008374c9afe38698e8986f7
MD5 ada1e888ed68724e9bc4886f7823637d
BLAKE2b-256 8a5e3a3f75d551ccf5e7610b8ba76efa3a02e3d0439de3546d621f2c2546641a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ce1372682de2cc15ba4b5e5fc75882bf0dc8810368abe1e321b11611fd127a10
MD5 6f7726545e464f9e3eff0be79ad365be
BLAKE2b-256 f8f4148ae23cd89d788924d59e8ee8188058873275e5b06ab9da8e3aea0f1ae0

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.25-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.25-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8027920f3ee0a26cea559654ecb5c89bc384beb1faa414fad4bbef31756c3f2a
MD5 d8c5fcbd6384539f18a52a4eaaa93677
BLAKE2b-256 dffed1838f004cabdc4549306b6aedfe80e9ab9de40d619622870942e97d1892

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6f4a372898245acdf7fa2fc355ad18073b79fed6e3ec29a3e4f2281e78f20da8
MD5 cb7e0008aa9d18ab4885b4adfe9b4aa3
BLAKE2b-256 06b340b7a7df6463882b07e0be39751d841a33c1effea7da476261a16d6fe3ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3c7ad74fa2d89271072e7606e3509622216c685dd0491be7a2f95ca5783ed337
MD5 8d0590853084537c81069cfbaab886dd
BLAKE2b-256 1b30a0fc5f820f7ee85f0838c55c6afaebc8762167824e0d4877ff4ea50bd3b6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.25-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.25-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 23eca66e2bff97acb423c8611e3ac538266d0fc7830af74e2680c57341982b22
MD5 c79f1040ff34ddfc07fdfb5410675e50
BLAKE2b-256 1aa2c67a9decdc8134c07629666ea7afb35e71e79518ff7c2c45c6db19b07b0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 86b6a3af3eb7dc2c215a219045c42089b84d48d810707d72ec716a1e021b1307
MD5 c27b7a5027ffbd01f4f7604cef78e304
BLAKE2b-256 961711ed3b7749faf651fbf9e6824efe217077cd6f3cee1f53abd5c2de49c9c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.25-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.25-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 106f91c4e1abefc860ff3a767ac89517718934505a5f7bd77f987b1cc9115d8b
MD5 fe7f380df7ea03e49935af9dad6e7071
BLAKE2b-256 750ff77542110913fa8993ee11c249488582da548fbd7449d81f9421856354fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d536fefaeacfad6a6328dd1c00289b4ad7784c35e1434e96598ee86355ae5525
MD5 51ef8bd2325fbeb16ae03f5ef55790f6
BLAKE2b-256 5ee18275b02639011731b7b0737d2f044f5d63ff27eac08d49efdb47cd356b3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 300525f4555e282b72cad5b60491502129911b1883aecb2c664b36a182225455
MD5 ddbda6fe3cbb098f525d1da0e4ba068c
BLAKE2b-256 6cb0a842292252decf08921780451f0f7ebfa418ed6693526853847ecddf69ae

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.25-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.25-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 271ecd8f7c4cc3130ed1cf6f90d9efedee9f77e87be8607cbc55c5adce395b9a
MD5 ce4f7cffb213cdc61e11dedb42851337
BLAKE2b-256 fbc461c63684daaf09ba02917196da9f4b6dc04a5d6e531eda1c80f7a37c3bdd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 981898a558cb80fcb82058829e4ab758f08c44fbcee3657e0d08f6d58049c783
MD5 6a54ccaf831044a2a3de8de8e5ed7ca5
BLAKE2b-256 b44402b7f50c5c7273cb4773e8eff1bbf93234f50ea531f8a5317dbbe64ab515

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.25-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.25-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 294317152cce88434d51bfce2820693626bc47597bb31f1a9de645cfe25fea9a
MD5 3cd6fbae0122a4ddb3864decf433f4ab
BLAKE2b-256 64c6da78ffd30b1852c467f747c2c4725b2be3ed47477efb3474a9b1c96e8347

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 50a85af359e79b095e35848e5f3ceef209d1aafc4a2ae3728b0ccb8ff10a3a6d
MD5 0a233e76d2a52b9d9f61c144c96a165e
BLAKE2b-256 cec1fac4e401472c83c668dc81bbaddc88a80d302087ed021c1fccb657e1b5c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.25-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 88b9904ceb7af514cbe7552a3e885dcb4afdb8845de86ec031ac8dd941070e7e
MD5 642c21161b7a666a7547c491d97fedbf
BLAKE2b-256 92781e02db839a045d9d9494fc8ee36602992b4db64579257b938b8926d679f1

See more details on using hashes here.

Provenance

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