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

Uploaded CPython 3.13Windows x86-64

nexaloid-0.1.18-cp313-cp313-manylinux_2_36_x86_64.whl (16.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.36+ x86-64

nexaloid-0.1.18-cp313-cp313-manylinux_2_36_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.36+ ARM64

nexaloid-0.1.18-cp313-cp313-macosx_15_0_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

nexaloid-0.1.18-cp313-cp313-macosx_15_0_arm64.whl (14.3 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

nexaloid-0.1.18-cp312-cp312-win_amd64.whl (14.5 MB view details)

Uploaded CPython 3.12Windows x86-64

nexaloid-0.1.18-cp312-cp312-manylinux_2_36_x86_64.whl (16.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.36+ x86-64

nexaloid-0.1.18-cp312-cp312-manylinux_2_36_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.36+ ARM64

nexaloid-0.1.18-cp312-cp312-macosx_15_0_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

nexaloid-0.1.18-cp312-cp312-macosx_15_0_arm64.whl (14.3 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

nexaloid-0.1.18-cp311-cp311-win_amd64.whl (14.5 MB view details)

Uploaded CPython 3.11Windows x86-64

nexaloid-0.1.18-cp311-cp311-manylinux_2_36_x86_64.whl (16.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.36+ x86-64

nexaloid-0.1.18-cp311-cp311-manylinux_2_36_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.36+ ARM64

nexaloid-0.1.18-cp311-cp311-macosx_15_0_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

nexaloid-0.1.18-cp311-cp311-macosx_15_0_arm64.whl (14.3 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

nexaloid-0.1.18-cp310-cp310-win_amd64.whl (14.5 MB view details)

Uploaded CPython 3.10Windows x86-64

nexaloid-0.1.18-cp310-cp310-manylinux_2_36_x86_64.whl (16.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.36+ x86-64

nexaloid-0.1.18-cp310-cp310-manylinux_2_36_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.36+ ARM64

nexaloid-0.1.18-cp310-cp310-macosx_15_0_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

nexaloid-0.1.18-cp310-cp310-macosx_15_0_arm64.whl (14.3 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

nexaloid-0.1.18-cp39-cp39-win_amd64.whl (14.5 MB view details)

Uploaded CPython 3.9Windows x86-64

nexaloid-0.1.18-cp39-cp39-manylinux_2_36_x86_64.whl (16.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.36+ x86-64

nexaloid-0.1.18-cp39-cp39-manylinux_2_36_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.36+ ARM64

nexaloid-0.1.18-cp39-cp39-macosx_15_0_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

nexaloid-0.1.18-cp39-cp39-macosx_15_0_arm64.whl (14.3 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: nexaloid-0.1.18-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 14.5 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.18-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0f105e67ec9ca832a614a8c3987ac3024a6ae245f8ce91267f095a691846339f
MD5 1c09c9fbb5f319b877f9ced72c8eea23
BLAKE2b-256 2aad4ca04b0fa5c90ba92193d8d9a20bbe7f05a1d48b7e0a444215f63cdf73d8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp313-cp313-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 f261717860812709b88678258c80083776d1ae302b94c6bfdc99bf9b37927a33
MD5 80ceb19af962afb500ac4c9aa1cf83d1
BLAKE2b-256 493e1586e83c9da3ff11ca54e93577650b4999e7567110b84011fbf9343a2129

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp313-cp313-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 e471949685eef6565f2318413a04b5ae7dd5cc81bfe0825b8060d97832137186
MD5 0572b16f5548208f863827e8f52d5cd9
BLAKE2b-256 c5a94b89fb123eeb70d84e3f32f21f2977f51217341f3ed07d0bb4f6a3175a33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 074b64e0ff86659c331befbfb2092d30204fe8282a532fc4408af4872dd66ec0
MD5 f6c138f66bb867f304c0cb1956d9c2c1
BLAKE2b-256 6bc65cbb72f99c07ae84eec13180c962bdc0f94e05bd1988d69a2f920e5f9cba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 25a5d6a8b9cae0b8ec4e84348b73a517892e0f21001ecd8244afe0731f64d399
MD5 4a545edd52d6d5e2ba090c098e91c2af
BLAKE2b-256 6d7fc730da26bb4480252cee3f9b72a204a658393de72ccc4b6e3d942502e371

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.18-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 14.5 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.18-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 27005494c06b2de3ee712d38eefb06b49a51f71912d5b656002bda6fb4846810
MD5 62132a5e9da3c7098646f30c488a8d1a
BLAKE2b-256 88243a824e37b6f204d7ef627407272d87d56bfe29e3a5b01a8a8cc7eb8c81b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp312-cp312-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 1cc86c022c16e639046080a385b5fd70549a3db7f7b12ef856b05980fe5b5044
MD5 8509fdf9023910b1c397a37e05a77346
BLAKE2b-256 13cc71d2e9625990309d1f26d48f62f6ea305d206337891659de38de8e334fa4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp312-cp312-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 b913fa589ca04dc7aa1672e8c332f2998c22df1d5cd0842e778f29c6634b85d9
MD5 008a5089808c1a2487c3090e39b4350a
BLAKE2b-256 923bc5acc41f6fa8bc2abd43a56d7311bc3e27cc79e937eda9967b136fdff80e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2c3c709b5357d30eadb048d74f8274f58b5456828e9a4227e81d2dcb8457553f
MD5 4dd931653eb93d1ac5ccaca9b317c159
BLAKE2b-256 46c7ac4c5d28904fda9801f805d342b0802ec6885ff5a13c5566d7433cb4d22d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 21039fcf232e6bda8b1ed5519ade40ad0d04e6bfa995d387703ae3ed9df7d8a4
MD5 4f5a4dcfaf0013c104d92c302f7bf165
BLAKE2b-256 e3fb967f45e82a4a73270084957439eb7c7c9f0949091a46bdbc30c66e062ab4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.18-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 14.5 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.18-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 33fff91a5c8879bd1f1cde6d48430a49ddc0fdf654b940b33cea2347f4c02ed1
MD5 abe4661a002b36e310e2f68f74e5b9d9
BLAKE2b-256 1ac4f9aef64cf8b4fbb29d36b2e7d7bd2ced0deb090f048e97b92561ad75bd2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp311-cp311-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 297acfa1636f8ae477da2647bf78a356e0546c369d8b0ac00c3d8f45bde9479f
MD5 758235af4615d046bdbf88a18d1d85a5
BLAKE2b-256 bace8fa683f483cd224156850a2ca090df8759c7a4fce6bed0335d1a504848db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp311-cp311-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 1655d36c73f940977ca9c8bae8d948f62e1f6d640a4c00e8eb4d8b7b28a3bc55
MD5 db88ea61ec7e1b2c6d8789a77595157d
BLAKE2b-256 145b6142ca3c010b0eed192d8498785d70bcceeb551060f3bc6707e65bdcd70a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b2060d5b216dd85235d720c877f334b6e0ccc9f6757d1ba440b280a311fe202d
MD5 5561a948778e577847c091b098e724fd
BLAKE2b-256 a8861ce487e3ec423b70978f14c08d4007e7ae01d92d40b21db9dc1cf5d1819f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c43445e255021f13305e35cc2603c9d43b2dc2983d196c7f3fdd25a4bfaa414d
MD5 5a50cb937673b6212b5576fef5097585
BLAKE2b-256 27e9c337c99eb52e98b57bcfcafa1590799d6bf0084202a3fef25ea727b0e1da

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.18-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 14.5 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.18-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3e9051f23a9f2a7ccf27be7c2d1d9f58a450495df8cfddefca3d54b3b9c355ae
MD5 9930c06824a410bf9b8dce27b4889075
BLAKE2b-256 ae7a65d1249725bafbea9168299bcaccba14d1ab36db81e60df7fd59dfd0918b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp310-cp310-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 58c6e66845af0d052f2379b40c71611c34d23202ed64e2ae61916f746db6e527
MD5 4d3857a3bded55c725677f38898d6c43
BLAKE2b-256 964aa4c5671876651c9a342664aefc34baab51b60117547580838137721d9efd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp310-cp310-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 fd1dc05336d3ec9a77d322a2ea637b47ac12a5131683a641e483f387eff8fd78
MD5 c6e8120f7c092a6db0f63f9d990cfbdb
BLAKE2b-256 803b1ac3078c2b56e48616f02f6f43a56e7e352e1364d342b286660276ea924f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6d902fe951327103c614dd03df21405db2fb0a89d825c8c8c43a7b00f8ea7830
MD5 cef4b688351a4678e5b095743f2e21b6
BLAKE2b-256 179f11c04ca3dc3fdcbdf1c83f8193f38cc21890fd6c108c30e136269deac185

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 091b2a7f0d010b6a8eb08840ebf7844b5012557580e2b0e68ab3f82a68f96064
MD5 5137a5d8b56239fd6c77bc942ef34ef6
BLAKE2b-256 f85c62154c1dea9fabcc80f26e387ca56f679d06464a4c79780482d98a5d9105

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.18-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 14.5 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.18-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a5c9482149c619881497d95ba53c7751155d96572342266182baf2f2fb8ee35d
MD5 562bb179698518eaacd67dd6f16f1499
BLAKE2b-256 755deb59660d5c5f2a1c9667179ce65f7df0778a186cee235be7edfbda6b1045

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp39-cp39-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 75b2f083dcd0cfc12da042be399771ef9c9c8c8064bd6413f0787fd48ab1139e
MD5 076e1846701ed293731927cce8f64e2d
BLAKE2b-256 ba310103cc0ab750ea44929b44445c054fd7b70c6f1a6ec9940f30315e667352

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp39-cp39-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 f4c915f5e9ae46e5bd8d321257e04927a467d4ffc31a31390d892db0ca80a6a7
MD5 3f0094711fa8b3bdfd8b0527ef95871f
BLAKE2b-256 fada68a0320d27283a73eedbb1cd33796b8d0d42e141b2c13931a64307108e9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 26ce1f2ed2d6e6167e6422baa097481721b453117d6635202a0151d99c170bef
MD5 8b5d7d4f0e37809005da4bc996ffe9c3
BLAKE2b-256 4260d73898179a4cda8eae851f720c8fde1abd4db9bcd3c11739661ec470ed96

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.18-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4a1fc85964b2903d1bb3a5bae6df39b65cd677f48c89323a1f57800c552b79cd
MD5 a1ebfc1468814455827253183685d5dd
BLAKE2b-256 72f77fca23a76fb5d76bf375ce0c424c021ebdea6ee6b64f042c072bf8ca76e1

See more details on using hashes here.

Provenance

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