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

Uploaded CPython 3.13Windows x86-64

nexaloid-0.1.13-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.13-cp313-cp313-manylinux_2_34_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

nexaloid-0.1.13-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.13-cp312-cp312-manylinux_2_34_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

nexaloid-0.1.13-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.13-cp311-cp311-manylinux_2_34_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

nexaloid-0.1.13-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.13-cp310-cp310-manylinux_2_34_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ x86-64

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

Uploaded CPython 3.10macOS 15.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

nexaloid-0.1.13-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.13-cp39-cp39-manylinux_2_34_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.9macOS 15.0+ x86-64

nexaloid-0.1.13-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.13-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: nexaloid-0.1.13-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.13-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e8b88ca4e387dc8bc6be56c150eceb2de977071a0c00a1bf9a21b4e374f08bb3
MD5 c9776e245e95567e14846b3b5e1f8267
BLAKE2b-256 33ba0bc69266c59016e9b7c8ba04f533017b3a7ee815886079ce543015cedc61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 06469550a512bcd95e3e7da38c462c91163b5a8395fd27adffec6495b30aede2
MD5 2968c0c993825a1049df4c168061a1e7
BLAKE2b-256 00c383ec37ddbc987ad2bd0c3a39a1ab858ec5d5d37cd4a2b6983a1c6ab69a0f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 3c182104e152bd41a4c91590d1920c270eb5ccfe1cb9e68efed350ce027c2f92
MD5 81c27b6fabd1d9084181fc26036499dc
BLAKE2b-256 3aef20d9f662f9aa45a0b615bc6dc3701c3b3413b395f3b27f213343e1dc55af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6614e42b959ed745563686cadb476b2b2647cb12de0541eed5ae26720e8be76a
MD5 edc9a9c48c41d8988c51ddfd5ff425ab
BLAKE2b-256 a389b21da2bf9a5c4a414de6119790ef42309d772cdadb63e9895f856903f3f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 67855a783c6807eda3f8e72db4e1c814ae8c5337f0a5cd2dd514589da166d171
MD5 e1e934928a3329ddbf2c14a9e49c1afe
BLAKE2b-256 066803797e94a70507903fb7ede19acf90e8a7559361f6d7c3318acdec8bc647

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.13-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.13-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a0058881f7d3d976716db649c68f05b40fd7e2b775d22b9dff8e39ec2d102dff
MD5 08735db0ce18bea5fb655fd5a803fe14
BLAKE2b-256 e1df20996e1453c77ba5a0fe41d7c0395c7682dbec9d7754bf07b34b51e77ae8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 16c49f6715837786467a5e97d98c92d28a74b1e3b0893e6d8fa172af8a7ddc73
MD5 478516beee985d2158501f8b423c8dd0
BLAKE2b-256 a9267a5897095cee0fbd6543429b944ec683b9201fb809346654bae68d9447cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d81a0a48d42a632c83f96aee5f265737c75e4f7cca8388daaf6bc134b7d08945
MD5 afa75a9266f82ae3e3d35511ba32d464
BLAKE2b-256 7f340d216be89bdce4af15e2f7388c0efd6625089b853fbc7485774ebac8a4f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 69fdb42270fa759a96fc329499a8d8ae1fb7fe11fa371393c678882a7d5efaa6
MD5 0595b2668706ac167ee82f2e6ac97799
BLAKE2b-256 ab8214b605df59affb10c85bc41cdcd28d9c023dc1655b835f27eca78a80485d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 be880e6f2c3d2ba1cc63279dfd02807f7ff3e1fb12118de72a208eedca04496e
MD5 e4783157351676e92053b729098288bb
BLAKE2b-256 6304b9dfcd321c3578979f6d56ecae1342278332fc046a4b7bb649d688f31e0a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.13-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.13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1c74bb62245da5f3370f5b5c298bc553eade911a03363e528109e980b4ea8f50
MD5 7c92946ea69ac6d105453c43a3f53e29
BLAKE2b-256 7dc30e987d804b45227b8d2b706b0ce3ab787c3b9d8defce42f737dcf0793ad3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 dbf3f70eea45740b69a9e751b55a88ceb8a0cd1c94e7957722f40801768f7b54
MD5 34501509f03407f3a3796d9ac2a23b90
BLAKE2b-256 e5a371f16819a0290c1956ae0926c9658df954ea72c567be23010a412d566899

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c97f95611c61c356cd7459f08a881e74c2d0ca45df61f70b775bcb4752c0e8b9
MD5 6351400fcdb19fb6f2df409c218e8ed7
BLAKE2b-256 f43661684c4fda75e638b4ad0dce399f706601aeba77c4bd3bdcf65acbcf54c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 add70ed43f543df8a8420922440e53f8e396e88d908c93631a966b234b7f3bb4
MD5 a6da47d4f3938e7fbc4d9bd87a24ed4f
BLAKE2b-256 1705624527cb2a9d4fdcc5a55273d316113cb37121848458295f7ceda359c6fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 554a3a57fde08011092dc8b5e8f85548bd60bc744a11767d5f3fccce6965c373
MD5 4dbadbb309334729452aa2e8a59f6533
BLAKE2b-256 fdcf032dedfa017ca09dd79e61e55c7784d405f63ef0494d6f2a3cfea0e72511

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.13-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.13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d460b89cc4ca30e1995962e1d206a1fc58b56a248f2205a5dd7311d85092b66d
MD5 d0816d9a80e0704fdf41623bdc0c7980
BLAKE2b-256 3f4d2c28d04868977bf2fd63436fe7397dd8b4aa856effe26f48a4d317325226

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 21383f8404f283687324d563b940f3e4ba52d4afc5a00eacaf5696436fc1ed49
MD5 f468f76585ed0a67f8d8d783f4c79763
BLAKE2b-256 e50db80f6e9ba4fb1f332d24f7bc9473e036019d43edf04583f40a020759edab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 149fd8e31e602fd38e5ee25b0e6ece126435826af12a3251d7e90bda7b1bc528
MD5 3e88478ddb45cee5944d0e0244d8563a
BLAKE2b-256 166a00e8bc06060ce1bbe9bbfa12f7da87902b902dd5b221524288f6a3058024

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 db1f223bb50f244b2f4579d0b6382384fdca81d6ea74ce000f042176b3e1e378
MD5 aa02efccce60c7839b20bc6508244c1a
BLAKE2b-256 282805ad6a799fbeb1f774e1e1c337f4b7604a37dd764e955d0cd44b9cc3b3e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a12649f64066303ef3c40ef40ed09eac54462f3764b26eb8a85a8611cfa136c7
MD5 062dc35c0375e67740d1fbaa7fd539a0
BLAKE2b-256 8dce1dcff3da61913b48f8ab49389e5cc99f7de6fb15b32edc44a28f272d396a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.13-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.13-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9ea20dafc71027183d15e09d238f44c7d82fd7fc338467fc81f4327f85186edf
MD5 7335df00aa76863df0388183b482cc10
BLAKE2b-256 5e09cc0b49f38aa6b3d3fd354d6528ff94cfdd3f970df8068c6a533b4b859581

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp39-cp39-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 53a807b500de0d8f373efcf93bbe375d0d1e7520e499d23a7b42d451ecf1446b
MD5 c8cc530055ad2d96e034cb91bdc1945c
BLAKE2b-256 3766093ad451d875f087641c733a7068eb639e70d29941cb666d2149de19334c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp39-cp39-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 844deb6c255aa84073f4099dd54736ab060de1f58e3e5b21a484b4701ae946c1
MD5 7aedb3e4ecf32c33cbdee6bd2bfae343
BLAKE2b-256 75b5909b52bcd29b605f8b9fdcadaa8e8894a4dddfbbbf4e792347328f1ed1ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6be48d290b5754b9a503930d42df4cd82ce1d5203d8bc0d5aa3946c46c497427
MD5 9bb3cb91d2798f048c344a8d313c794c
BLAKE2b-256 306bbca2e672b623fdfa8a33266517f137dbb3cb8f8ad76c08662f842c6cba77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.13-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 01acb0a99a902ec53a3f891ad96b5fc990681d0466975e9edda56ca05de816a0
MD5 932451ce25484fcc9f57c5aeb971dc59
BLAKE2b-256 a99d25a9bc1780f488786796d203908f04e2a698fb13116943785198f97b2f2e

See more details on using hashes here.

Provenance

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