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

Uploaded CPython 3.13Windows x86-64

nexaloid-0.1.17-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.17-cp313-cp313-manylinux_2_36_aarch64.whl (10.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.36+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

nexaloid-0.1.17-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.17-cp312-cp312-manylinux_2_36_aarch64.whl (10.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.36+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

nexaloid-0.1.17-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.17-cp311-cp311-manylinux_2_36_aarch64.whl (10.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.36+ ARM64

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

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

nexaloid-0.1.17-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.17-cp310-cp310-manylinux_2_36_aarch64.whl (10.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.36+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ x86-64

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

Uploaded CPython 3.10macOS 15.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

nexaloid-0.1.17-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.17-cp39-cp39-manylinux_2_36_aarch64.whl (10.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.36+ ARM64

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

Uploaded CPython 3.9macOS 15.0+ x86-64

nexaloid-0.1.17-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.17-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: nexaloid-0.1.17-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.17-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cbf48a5a156c3c57fa1659fef229c9248fa28e537194654454d323e363d4de01
MD5 a107381d0a2a41928e6b0cdb9ca99f50
BLAKE2b-256 95b0836495bd80a5b21c6b93dd0723543d79e0576aa6ca72935df79abe4dd1de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp313-cp313-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 857d8e13910a3d03ae242c23612ae8d91a5c346ae267c22044e13b45aaf581d5
MD5 e8def4ece5482ec2bea5c3d82c71ed3a
BLAKE2b-256 1d9f2daccdde49d363174483091a6d9444ce7f9d2bac75fa01eb64bb51726840

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp313-cp313-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 cf201827cf2a80e1c1d5d91f947b1abbe51f72d9258d33884d74c96d375d2b69
MD5 bb1bd69865cc03c058740eb56aa66ad8
BLAKE2b-256 16ead2dc3634c79e87683e9bc35c04878b7a2ed52ac2174efb364e8f727e1a2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ced173399721ffa3944ac3f4e2b08e4fdf5e68dced42c689e1836031e19eeed2
MD5 840219c783e543e87e75fa0716c41a08
BLAKE2b-256 ce16d6f0842f203492296a899a3c8ee376a327ba1feac9d684e92a4fe52cbecc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 074c5e8d6e33e2cb2c857327252c7750446367d1c5f6b813aa7b0cffa2c3329f
MD5 39f08838eed6870f7983a401df44b169
BLAKE2b-256 66f394fb1eee8624e62d47719f2bfabdf496482c5ad973b871cf50fda59d8231

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.17-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.17-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 be15fb445b4a62539c0c2123166f9ea80fedff7a903611f37c387aa3959a6b0a
MD5 41fc3e50c4c4adbc061ca2361ac47ff2
BLAKE2b-256 22a21f479f873d7ecae8784e40d4ce7f34a83ba97ea6f76780bc990d57958cab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp312-cp312-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 00532f80f7d2a62fe3c3640ab6acf9d5cecfa6877b864d761b5b1f643cf0d485
MD5 71ba4918512c1dfc9db7ee009f2f8a04
BLAKE2b-256 652f09bfe4b5b467769c40c19a1f4d4c762ab89eb040cf304f4c4510f83100a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp312-cp312-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 f448d919030c6d7d78c9fcd97878ce68118eab4f3074a5e34f3a41130b04b54c
MD5 d18758e461ad6f5e16ff251a152b2c41
BLAKE2b-256 ca8f69121dedac37ea75770a909e0d442cee3aa50e24f3d730dd0c0954687e3b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 68c5e73361dfa3605acb771dea3616095cbf325fecb98f51264b728c1d385269
MD5 63eb4e40c2b0a4d670c0c534f0a899f0
BLAKE2b-256 fdd28e0cc8bd25a4e00fc920b8883ba39bfa0eb55a8fdfc2a4e2041e9fc2d8b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e116fa6fd7145fa4f4de3d9e8680d14a987088c9bb7088decb652a61b2b83633
MD5 5d715f946290e49e66e919152fa91866
BLAKE2b-256 fb74dfb0a5d9259960151f4bfe1f2ac3329d8cae6d91e3eae13be28377dea113

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.17-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.17-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7069f7e70cd47abe197915309a46c81b3da61461c9036131e82cc8227afe8421
MD5 661e8e558cdfe882f0723ebfb021bfc5
BLAKE2b-256 5299a62b9d3a414394b0a3621c07143d2899597a2c75486d1aaaac37f23dcb79

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp311-cp311-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 2dfd4edf42e45cbcf7d2dc69d84268078569d0b8812160ec04555d2a3544634f
MD5 15b4449cf0309da57489bbbc9f021b41
BLAKE2b-256 7f99d9711bb2c7cf31b75fad3bbd65b7af1dca2b8f6812a918c1e9bb4cd38ece

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp311-cp311-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 841fb029c5c7b99cfebe926278b5b8c76f8ac27f4bfab0584e17bd3f329fcc74
MD5 559da83fc10d479d919c8841413d0480
BLAKE2b-256 c8c61b50ce0c16435b684f3c747f57270269814ca683c8f5eeb934d5161e12b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 bb3918b227405a14903d647e494edf7d9e148d2c47f938e806c82ce075caf46c
MD5 65d47b87cdc6870415f9d9446c3f67c7
BLAKE2b-256 6a8a4419a3c642a2e1bc19b6386ee752ef903a8e45fb04684cdad1a4af15266e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9d078c5d5ecac390136be9bd88d249eb7e9be4258d2c4b7cf37b5d375815f030
MD5 88fc1d9dfa1f2516257b7c66c11189f9
BLAKE2b-256 6d72bddb34d7e2dd9f7eede093ab8d6147f241139f90703acc4cd020a994fbc0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.17-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.17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 45465f58d83531cd7047f8eddac2f2933f7f413e4f0dca95d7efd726076436a1
MD5 a103d1ff2295dbc6d2bace84d134c1aa
BLAKE2b-256 516dbe03acaeab117fd9a75df4c9ccdf1886492ff585212e11a6da8adf0fd3b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp310-cp310-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 d9aacbc82dd76064e43868f0f00b4439ef1c5ab1aaf5880711771cf8162f5728
MD5 5e7b2cea44cd89d2d8dfe4490be7dd68
BLAKE2b-256 9b26d8c1744372e227091b1f84799871e3e7c820f3cf0e5bd778d57d7950e44d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp310-cp310-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 3ed574f3955a08a49148d30550368d64ffad4a8457145623cc1c355414d92f39
MD5 a9ef57ba743857137a8ae04716a509e9
BLAKE2b-256 04040f72e5e21c3ea0a49995a1374e8a718299d02cdcfa81999f93820cc8645e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 878743de1b624fa5d13579b3fb3e38340001d27d8ef650a43ec379cc5e41ce22
MD5 f9e1efc1abffec456df3acf57cb2a7e1
BLAKE2b-256 673a7a4d0b0ae44c5c539631434bc2a3d2eea5d30d149779e405047d96db91bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 91e39a8d276c2666894d220abd5b6575d2475da03a31a4b29b1bb92cbb992b08
MD5 314a8b51d840e29709554a9fb60340e1
BLAKE2b-256 4f3c6befa36c2f1b9ab8477f4852d7d8045d8363d6bedf9731984c4f8e6979da

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.17-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.17-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 72fb00f1ea8f7168f852b14f348d88c7e2eb30f305119591e103569b08a62d84
MD5 1090932ebe1c61857191eba96bdfe9fd
BLAKE2b-256 83028199d0275165b25ec39db62c290aad2495c85aa755ba9e513c36391e38e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp39-cp39-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 00ccb2458bd6ef2355c420c62cf7ca3b551dc41e2b9b237c43f1b1e1a9d26d21
MD5 34bd652fcbbd705a4bed409307a9bf8d
BLAKE2b-256 1728385b216af381ca9843db3ff2800497bd54c3f53f768834166e485693241a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp39-cp39-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 866589d59929e7a7484cb2139fe7d5f031464991e5ed35ddb26e3bf4cecfc600
MD5 7a9ebde7b055b986c0d5a6f70ba8a527
BLAKE2b-256 c400d726a9168cc438b6704a9ec497eb8037c5f25e4c8b640b5b4bbc7dc7deb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 0dde9295008b3f548249736c25bf21d20c9fc1c9456e2015f3f995a783455f68
MD5 1bdedda0eea5faae129da69e460bdaea
BLAKE2b-256 00cc39dc7e2d04d1ebd46ccffdcec753649da90c5997a3bfa3803686ad660383

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.17-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 55c225ceca676b57985bb3e03a40c2dcf61cbc52e72efd00d88184611f687337
MD5 aafc717c6aae4df8b847ab6b9d580ec8
BLAKE2b-256 2ea024a34052dd8ab5684a167660a58eaaa2fe334dee7284286a594ecced6a58

See more details on using hashes here.

Provenance

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