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

Uploaded CPython 3.13Windows x86-64

nexaloid-0.1.21-cp313-cp313-manylinux_2_36_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.36+ x86-64

nexaloid-0.1.21-cp313-cp313-manylinux_2_36_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.36+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ x86-64

nexaloid-0.1.21-cp313-cp313-macosx_15_0_arm64.whl (14.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

nexaloid-0.1.21-cp312-cp312-manylinux_2_36_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.36+ x86-64

nexaloid-0.1.21-cp312-cp312-manylinux_2_36_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.36+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ x86-64

nexaloid-0.1.21-cp312-cp312-macosx_15_0_arm64.whl (14.4 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

nexaloid-0.1.21-cp311-cp311-manylinux_2_36_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.36+ x86-64

nexaloid-0.1.21-cp311-cp311-manylinux_2_36_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.36+ ARM64

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

Uploaded CPython 3.11macOS 15.0+ x86-64

nexaloid-0.1.21-cp311-cp311-macosx_15_0_arm64.whl (14.4 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

nexaloid-0.1.21-cp310-cp310-manylinux_2_36_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.36+ x86-64

nexaloid-0.1.21-cp310-cp310-manylinux_2_36_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.36+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ x86-64

nexaloid-0.1.21-cp310-cp310-macosx_15_0_arm64.whl (14.4 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

nexaloid-0.1.21-cp39-cp39-manylinux_2_36_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.36+ x86-64

nexaloid-0.1.21-cp39-cp39-manylinux_2_36_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.36+ ARM64

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

Uploaded CPython 3.9macOS 15.0+ x86-64

nexaloid-0.1.21-cp39-cp39-macosx_15_0_arm64.whl (14.4 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: nexaloid-0.1.21-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.21-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6feb03dcceb59fdbcde2c9e893df9ba6a0cb8bb2c599a6d1f74402cd7dee2e5f
MD5 1c5397b99630dba22da06f75f8429fc3
BLAKE2b-256 a2241c4219185a34978101eb65df0ce87e655a8f388061aad68aeb71f544158a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp313-cp313-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 036f380755fc503df801ebf0b8b18f8b09c6077189b2409fb3da2e10fbf7fd64
MD5 7877629a297d2d932759eccfa387b327
BLAKE2b-256 b935832a872b2a71e1b07edf9425481999d547bfcf1894597daaed9f300068f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp313-cp313-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 13feb6c293e067528bc4691b25553e3eb05978b94335c9d6e316761c523eabd1
MD5 849ca08f2d59645f9258d306bf3f611e
BLAKE2b-256 105951d65ca921b76c4db54c40d5a1a68ec2848a5f4eecb884f413264561ce06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 5531f98c3e4fad4cd04f9cd8311dc2e64eef25ca4e9a74e71cb91ae50969a721
MD5 f3128101908e34f35084ba0334e66b77
BLAKE2b-256 2de98744a91158ff141a2524ffc1bd7c1d0486a0e5e2d55dccde02ff9d32504e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4c550ca1663351f0b581fbfdf9e89709440eee13311bdd66132d0022bcbbbe6c
MD5 d39a6322cdc1e26f75c12dd552fe1d06
BLAKE2b-256 6f82c46b31f2985c6d8f672a0a6a106900d64fdbea116b2ef2e911acf164e9c0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.21-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.21-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6ccce07a7973257460c806034f266f506f3bc6f9b2580e5ab83f16c52d9b8ac3
MD5 90b43148bc29392c1e85f445410a4835
BLAKE2b-256 4ea52e8815d098b730a530d3fa9a897a282351d273b1622c4612d4bebbadb9a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp312-cp312-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 7be854787af2a892f295b92ea407790674054cab327298eb129831494d587729
MD5 8145ca2e5ba18b08302efebd02215623
BLAKE2b-256 c4c55055c82475f4d0a63fed1fe160fcb09559a87a6163132b20d07f3454743e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp312-cp312-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 22cff2a479131e5d415e1ad37b8af6331389f0f82da397a784c5789b7f8e90e6
MD5 14011989160978f550c9504061f6f0dd
BLAKE2b-256 6ab63cf455de6401677b5e0923c67ea45ab79d19af69ab69d0a98e9235bb6c8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6c7b1a5789f01365ca3772c54ae6a1bccac709613ce7b227d3c2d60da579e659
MD5 c54edd996bc50697a021e8f6c016f3d2
BLAKE2b-256 11d6f43f9cd67c8b51bfc8759f5369024d4bd5de0b7a086545c58760f4517d01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 48f2437f905fe26fbaadb8ae354eac41be114674e23b36c958977364851625e7
MD5 c91d94af570e5fa1aa0059d39fd24027
BLAKE2b-256 a234846ae76fbfe3866d97123ab196956a127477e62ac57d401dc7a6a73cc37e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.21-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.21-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a6a532624be5d6a4a531cab34c7530d89363dba1cea91ac3b84cef2b4bbe8023
MD5 4d03f7d36bc59486d081ec066db08bd6
BLAKE2b-256 1f049b434b9adaccc7a45567384474ae33d27642f804a251587a06d4909c13ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp311-cp311-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 c6e6f5937c1259dfdc4d3a9da1be3ad1f7cb3975bfc97b103485a88447eaf6f5
MD5 a8766bef46744eeb19c527214f708881
BLAKE2b-256 24c038fb0a6190e5ec07d7bb72cbb7962f80dd9caa147bcfee04af00503ac621

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp311-cp311-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 601d94195f84544174c449b3766beb429f42e469f7eef07af0fc2986931f84a9
MD5 ff13e2989d0bfa8e7890eeee2e5e3d69
BLAKE2b-256 018fb4a80f319fea1fc9488e5a0a99de7cf3044a964d37e3d49549bc973cefdc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c45bafc587b886027ae2cff4dec924eb6ba79c9fc7e525472514ebffbddf48b0
MD5 c9031a011abc467986278ffb8701f904
BLAKE2b-256 4bc1cbf1d93f64013ebb5b46fccd82be3aa30a63185c7c29aca256246192bef9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 50901b2210fc04622db1a3134507fb9d2c59608aa36897daa19428122d2b25c3
MD5 54e62aefb9a8673d1f1288ac69154d04
BLAKE2b-256 8c6cf8c821ab2a06af85d5b116be4292918d0355b0abff75a7ea4b37f1f39b8f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.21-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.21-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 156e50bcf1be331fa5e57a82ebcac9171746a864933c64bbaa951e07d5abc659
MD5 27c9424aba4e0ac670b4235c32cf7196
BLAKE2b-256 cbbfd74f41ca6e1683f54e8d1e165567028edfd40e165dde84b85d5734ec28c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp310-cp310-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 c26b21d377d2e961e7ac13872175abbb955bc5512a96dee9836e71ad0b99650e
MD5 2c0fd23280de029f4b46584293fa0131
BLAKE2b-256 a0d5ca5e87bf9ab4a7830cdb6e78998a5c146315ce761cdb86c1f38e7471e060

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp310-cp310-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 bd99b4f9b8a3c2dfeaed28bd1e9a90279a2be8a30e0f43029ba7d07dcffa2b89
MD5 667171dde762eb13d0509bce8f6d6c3d
BLAKE2b-256 8f7661a0b2ff43401040f1e8c1042eb9446f7878083f520d94b5f75e626bea48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c75711a725138777c576022518ef5ff30e3bdf1f113f4f0ddd12ae3b1214ba4a
MD5 ef6d06514ebe08fcd765065cc35d7a78
BLAKE2b-256 cdf0983718a186e9a857e9899243eec499cfa34d7b9de61996117cb68dcb9c85

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8de9764b6479b9377800cca4111ec6b4a7cc38e1ab6077b9317d14e8265bc65a
MD5 e2e6379c1d01e657fa460866cf938c5c
BLAKE2b-256 7e115f623a3ae770381ee3835580f7be4c7f21c69b169398f3842e33eb67e6a5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nexaloid-0.1.21-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.21-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 205c3f23c1035f5b4cc1c4c8896c6d01c6a0766faafed5c72c9764bbd902d0d6
MD5 743fe20d37afe5d824193b145fdef807
BLAKE2b-256 be6e151af056abccf628f8bfa0b32753911268ff886c29e2a521005256347ae2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp39-cp39-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 cc9c9f3ba7b0f322a062cf81755d33c7e5ad4ae6ea98f1139ea3401fc2fb6571
MD5 8b878fe312fe68303a159bd1252cc28e
BLAKE2b-256 8bbc664a6cbb4a50cda285fbfcbba83f373346c190ad639d7053aeb01f8bd3c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp39-cp39-manylinux_2_36_aarch64.whl
Algorithm Hash digest
SHA256 ed4a6e2cf38773726f9e685e2810cba7065ae866fd320a6a57d9b9f2354e6893
MD5 55858bd35f9aae2edc4b5df1c383d55a
BLAKE2b-256 a704d18801d7b51c10db3b5ea1343f3bddd84c73d4f092e5733e55710997742f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 70515c07dd3d15a5b477ebd66979115df1c06c1b971f421e97ce98cde12640da
MD5 a99d146f8c11bc0e1e8dfbd6140aa0a1
BLAKE2b-256 da0938cf6ebb5c70ff917c27661e0c7cce5fefd58ccf72b864824c52b04f30fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nexaloid-0.1.21-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 2e61c8d6a95790277e8102188d4d2f803856f50ee7366af89240b0b02205bd9c
MD5 bb2a07ac1b07c02b93ca1460ef65e5f2
BLAKE2b-256 2b55da24ca82d836dee780fafc4b700de6bb58375cbf2345f07f2a15f214217e

See more details on using hashes here.

Provenance

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