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(list(jieba.cut_for_search("中国科学院计算技术研究所")))

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

Uploaded CPython 3.13Windows x86-64

nexaloid-0.1.14-cp313-cp313-manylinux_2_34_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

nexaloid-0.1.14-cp313-cp313-manylinux_2_34_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

nexaloid-0.1.14-cp313-cp313-macosx_15_0_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

nexaloid-0.1.14-cp313-cp313-macosx_15_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

nexaloid-0.1.14-cp312-cp312-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.12Windows x86-64

nexaloid-0.1.14-cp312-cp312-manylinux_2_34_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

nexaloid-0.1.14-cp312-cp312-manylinux_2_34_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

nexaloid-0.1.14-cp312-cp312-macosx_15_0_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

nexaloid-0.1.14-cp312-cp312-macosx_15_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

nexaloid-0.1.14-cp311-cp311-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.11Windows x86-64

nexaloid-0.1.14-cp311-cp311-manylinux_2_34_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

nexaloid-0.1.14-cp311-cp311-manylinux_2_34_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

nexaloid-0.1.14-cp311-cp311-macosx_15_0_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

nexaloid-0.1.14-cp311-cp311-macosx_15_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

nexaloid-0.1.14-cp310-cp310-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.10Windows x86-64

nexaloid-0.1.14-cp310-cp310-manylinux_2_34_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

nexaloid-0.1.14-cp310-cp310-manylinux_2_34_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

nexaloid-0.1.14-cp310-cp310-macosx_15_0_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

nexaloid-0.1.14-cp310-cp310-macosx_15_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

nexaloid-0.1.14-cp39-cp39-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.9Windows x86-64

nexaloid-0.1.14-cp39-cp39-manylinux_2_34_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.34+ x86-64

nexaloid-0.1.14-cp39-cp39-manylinux_2_34_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.34+ ARM64

nexaloid-0.1.14-cp39-cp39-macosx_15_0_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

nexaloid-0.1.14-cp39-cp39-macosx_15_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: nexaloid-0.1.14-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 8.3 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.14-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f8add4d3d93c2f232a7fc988e209f0ef9031ec9d2895d7c0107b1139c7df0bcf
MD5 4e01eced2cb582e68f12dd739809c0f5
BLAKE2b-256 2f7c7c6787e8a673ee667fa0b7449aa5bcb9bd13fb9a277bc74c4945a8fabd66

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.14-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.14-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ea8e33b5fddef5a357691f4227c1fbdbb25bf96f89f432a3b93e0c3cc9340575
MD5 3f1c2ca5a661f0c2dd28a96493d1cd27
BLAKE2b-256 702b8ffebc01eddec7bb2a188fe85f555c729ca63fae4eff2b8059594df33e80

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.14-cp313-cp313-manylinux_2_34_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.14-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 461b0e8c7ab6beb5b9433d61623110bae30b30b68d3bfb95ec015e7e321cfce7
MD5 b5e83e9b032afea1bb33073e9ab09a7f
BLAKE2b-256 d6bb03f0c028138df27b5ac9c069fb6dd4e80505022ca24d4647acb2018a8d65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 de4d9a5e95ccba6c4167ab9168434377c296e8f4e4d01e50b309a6cc935d3cc9
MD5 0657d247a00a9c3058d83b446c6ac80a
BLAKE2b-256 f103485948fd47a9ffa84049461b5cce969fdcb5bff79adf24cbc87aba9a3b35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c4b857d5da4f5613fd31065b484077bb634bd885643d8b24716d93c611b3793e
MD5 b82de2d14586b33ac1e243dbdfafac78
BLAKE2b-256 187b1a929cd0e7e37d01e792208f3f3480cdfabd0682cd9b9052cd21a5d18897

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.14-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 8.3 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.14-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 023b202c820c38c99d1790346c07d2fdc99a542417bf6eb359e75f749dd1d386
MD5 96dfe85e9204b545f30900dcdc0670ca
BLAKE2b-256 93a486c6f5dadb9e5acb3efc7ce427759febc17646640768228782eb4102828f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.14-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.14-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8bd4d9bf5ff7a18de27106caafda5be86173f2a31715112a08197193c529a677
MD5 923cb1c86261ba6d88a52c429c57c875
BLAKE2b-256 f223ff9c923c67c06cf9564359aa6d3bf346cccf6d1070a3bc628f927a264a5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.14-cp312-cp312-manylinux_2_34_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.14-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 13ce6ce89ae72dde9a778b3712c576cf569b23203418ecb3cff813b2f1520675
MD5 ab30f692fcfe792fa5d52f1325466628
BLAKE2b-256 ee900da0ffce526d8b10fc8995f9f3a17b6df21c33c3931ea9b1140050dd20af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e415d4dbd95eeab0ac1dc49cca7447c662e280b6fb42bd48097c5cbab458e552
MD5 e3eebed409a11ed168603f7b27ecea91
BLAKE2b-256 32b5ce78144d73d4892736e48db5c1ade7be58d099129792a5fe6283a2f91725

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ec3434e1ad971df2973424a6e1a7089e25bdd63fb995f6f1dcdaa2ba28c655d9
MD5 60c4e3a7d4c31fa99ed725f823a8939c
BLAKE2b-256 af75209d24bb61ae934f771bc6ceed6920d9412256f60440b9ec59304455d055

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.14-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 8.3 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.14-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8b78869668c0beec5c075a86f66bdd5d184cc14d05d9d29f1d0ba6ff8a0ebe39
MD5 d77ea8ce299ba76989b3a3195380034f
BLAKE2b-256 11beb4858efdd65c98c9ed7c655a11d2986cee478e0d422e728dcb94bbfb5d99

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.14-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.14-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7c8095c657b286a88d973ce72d29cd795c7c6bbbd55a0a0242dd8f357e94a272
MD5 768f883296b2a029a4c5aed3ffdef769
BLAKE2b-256 350545dc6eeaf10dc477c2c0e0e27f7a19fa7e4612144898d0676a0e1ef75ec0

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.14-cp311-cp311-manylinux_2_34_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.14-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ff85de0afab9b5035d8d2b130f91cfe34c233374feab31fa4e2660c8ba8f7fe1
MD5 4e57e9d5b3c2fece4c4b49ad57fa5bde
BLAKE2b-256 08ae7af4a2469daff40e3f13d91a4f2321e6046669d1d960733447ff0603bd5a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 bdecc9d7c0ec63a9e9e1f721c7170831e243668544d9452f1ff596dc81ebf334
MD5 7d55077e1f2d26a4454ce1d6bede13ea
BLAKE2b-256 4d3452c3ac934c528668f3cc43068f7b390e361e28301ef2783a06bd5237806c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9aa46f073cd83d200582f9b015ecd91a8114d7e741feb5c9f3aa1ced3eac730f
MD5 ad22456e2ba3e203ba0c4285a542bb53
BLAKE2b-256 cead82a92ea71b5a3f4bf43780853e51247d9060488cdeba006af83893f59ccd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.14-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.3 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.14-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6abf3d49e67c78ea94d838c8433109a3119ac8c98c9ce48f5b8ef9f46db7c69c
MD5 a06af31ed4dd5958cbac40f234d79df8
BLAKE2b-256 3825d40d6df136cb4403feeb9016365fbceb8663d72bb69cf6c01a2dec92218e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.14-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.14-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 97ff538847b3045c738c329d7d29913b0b03688e97f0df9105efa7b67f11db95
MD5 281233789f14f740726217e5764aec1d
BLAKE2b-256 983bcb877e56d6c8faada34e3de7ba7b3ba1fe9d909345fe486fcb12ebafe4a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.14-cp310-cp310-manylinux_2_34_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.14-cp310-cp310-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 67e4e92c0bf9a450494d165a0cb891614d4135a64c2bf5d9b4480a80f4ca3ac6
MD5 f879d7500e201693b5015567798cdd7a
BLAKE2b-256 084abd0b19c1f1642a4f8d17a181c9f9514e0663710dd4ffb107d811864f3c59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 788e9e149337faad20c157e3fcebbd9e37c8ed7bfc6423ea91e8cfcf5723e59c
MD5 b66154e715c492c6a3920e2d16a7d1a8
BLAKE2b-256 2dc686d00d8068f98a09a0bb6fe461c541b741bbf994c689a0154e3765f020be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0af1341a87455a130c48cc5f93cbf2152b3170dcb18c996b36a1717bc79e3766
MD5 fac801c4ef67b8aa82ee5aa5ebfbaefe
BLAKE2b-256 30fba1364be1bc117758269cb27f26a99b7175c31c186bd723b46891f96a674d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.14-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 8.3 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.14-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0fb359c87d18b014f265efe959f1d1224a4d42c58e39ac1c0de61405745aeb46
MD5 788e5cb6292c0a9b289751217167566f
BLAKE2b-256 f2299e072ab12348355a7edc881c5723dacbb8c73929ce809ec218e05d0a31ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.14-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.14-cp39-cp39-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp39-cp39-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2e95866b2874e15ebc0498b856fa480de353afe1d674246b51c3d86b92583946
MD5 096ead6049a76c1512ea6d1cbe05c056
BLAKE2b-256 64b1fd688020c46ef9dbf1efcb6110701f32b0b8d701dde47142f9b484f15a50

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexaloid-0.1.14-cp39-cp39-manylinux_2_34_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.14-cp39-cp39-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp39-cp39-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9e7c226b496a1b3c249bfaa0a2614bc0a8c77b7a22717122e1b72e9ea21d9ab8
MD5 dfcd311bc6e20c59e4ab3e6867dc5fe2
BLAKE2b-256 8ead644a04118f73eea471d3359d4046b738a029136da8bcecc9fee08816af22

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 34fbb8e94e4b1eddfda94be147bff56bffec1bb860a87ac7750001ad75bcf7ae
MD5 6d61d1f118f961c7222593f3a90b0bd1
BLAKE2b-256 63523aa4b0286648a51cf5fd0318be9add9814b2c791a00b080d6138329cb697

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.14-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3be597be41640187c0678f4b814c07ab2bc47f35de01ff0f38c242caa437a93f
MD5 9e472d4a57079113295237480efe8722
BLAKE2b-256 5d03859ceb22daa2a41cc5343f6222df4b15cf7bf27c306480e3f9ed7cd999e4

See more details on using hashes here.

Provenance

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