Skip to main content

No project description provided

Project description

LclPy

LclPy is a localsearch library implemented in python and Rust.

Getting started

To install this package you have 3 options. When installed if you want to use the native python functionalities you can import them as normally. However if you want to use the Rust version of these functionalities you'll need to import as follows. Make sure to use the "as" attribute to mitigate confusion later.

from lclPyO3 import lclPyO3 as lcl_rust

pip

Build code

To build the code but not install it locally in your virtual environment. You will need to install maturin. (The release flag is the same as for Rust).

pip install maturin
maturin build --release

The generated code will be in the folder target/release

Build and install locally

To install the code locally in your virtual environment you will need:

  • To create a virtual environment
  • To install maturin.
  • To develop.
python m .env
//activate virtual environment
pip install maturin
maturin develop --release

The generated code will be in the folder target/release and will automatically be added as a package in your .env/Lib/site-packages.

Testing

Rust code

To test the Rust code

cargo test
//if doc tests didn't automatically run
cargo test --doc

Authors

  • Daan Thijs - Design and implementation Python - @nobody1570

  • Milan Schollier - Design and implementation Rust and Pyo3 Integration - @milannvidia

Acknowledgments

  • Tony Wauters - Master's Thesis Coordinator - KuLeuven

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lclPyO3-1.0.0.tar.gz (981.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

lclPyO3-1.0.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (603.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

lclPyO3-1.0.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (622.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

lclPyO3-1.0.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (700.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

lclPyO3-1.0.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (617.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (433.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (487.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (471.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (438.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (440.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (450.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

lclPyO3-1.0.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (604.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

lclPyO3-1.0.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (624.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

lclPyO3-1.0.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (701.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

lclPyO3-1.0.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (618.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (434.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (488.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (472.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (439.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (441.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (450.7 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

lclPyO3-1.0.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (604.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

lclPyO3-1.0.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl (624.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

lclPyO3-1.0.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (701.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

lclPyO3-1.0.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (618.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

lclPyO3-1.0.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (488.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

lclPyO3-1.0.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (472.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

lclPyO3-1.0.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (439.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

lclPyO3-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (441.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lclPyO3-1.0.0-cp312-none-win_amd64.whl (292.6 kB view details)

Uploaded CPython 3.12Windows x86-64

lclPyO3-1.0.0-cp312-none-win32.whl (281.8 kB view details)

Uploaded CPython 3.12Windows x86

lclPyO3-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (601.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

lclPyO3-1.0.0-cp312-cp312-musllinux_1_2_i686.whl (621.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

lclPyO3-1.0.0-cp312-cp312-musllinux_1_2_armv7l.whl (698.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

lclPyO3-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (615.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (431.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (480.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (470.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (436.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (438.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

lclPyO3-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (448.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

lclPyO3-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (385.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

lclPyO3-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl (391.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

lclPyO3-1.0.0-cp311-none-win_amd64.whl (294.2 kB view details)

Uploaded CPython 3.11Windows x86-64

lclPyO3-1.0.0-cp311-none-win32.whl (282.9 kB view details)

Uploaded CPython 3.11Windows x86

lclPyO3-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (600.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

lclPyO3-1.0.0-cp311-cp311-musllinux_1_2_i686.whl (621.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

lclPyO3-1.0.0-cp311-cp311-musllinux_1_2_armv7l.whl (698.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

lclPyO3-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (615.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (430.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (483.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (470.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (436.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (438.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

lclPyO3-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (448.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

lclPyO3-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (385.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

lclPyO3-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl (392.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

lclPyO3-1.0.0-cp310-none-win_amd64.whl (294.7 kB view details)

Uploaded CPython 3.10Windows x86-64

lclPyO3-1.0.0-cp310-none-win32.whl (280.9 kB view details)

Uploaded CPython 3.10Windows x86

lclPyO3-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (600.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

lclPyO3-1.0.0-cp310-cp310-musllinux_1_2_i686.whl (620.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

lclPyO3-1.0.0-cp310-cp310-musllinux_1_2_armv7l.whl (697.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

lclPyO3-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (615.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (430.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (484.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (469.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (435.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (438.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

lclPyO3-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (447.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

lclPyO3-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (385.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

lclPyO3-1.0.0-cp39-none-win_amd64.whl (294.9 kB view details)

Uploaded CPython 3.9Windows x86-64

lclPyO3-1.0.0-cp39-none-win32.whl (281.1 kB view details)

Uploaded CPython 3.9Windows x86

lclPyO3-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (602.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

lclPyO3-1.0.0-cp39-cp39-musllinux_1_2_i686.whl (620.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

lclPyO3-1.0.0-cp39-cp39-musllinux_1_2_armv7l.whl (698.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

lclPyO3-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl (616.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (431.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (485.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (471.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (436.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (440.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

lclPyO3-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (449.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

lclPyO3-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (386.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

lclPyO3-1.0.0-cp38-none-win_amd64.whl (294.8 kB view details)

Uploaded CPython 3.8Windows x86-64

lclPyO3-1.0.0-cp38-none-win32.whl (281.3 kB view details)

Uploaded CPython 3.8Windows x86

lclPyO3-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl (602.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

lclPyO3-1.0.0-cp38-cp38-musllinux_1_2_i686.whl (621.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

lclPyO3-1.0.0-cp38-cp38-musllinux_1_2_armv7l.whl (698.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

lclPyO3-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl (616.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (431.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (485.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (471.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (436.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

lclPyO3-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (448.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file lclPyO3-1.0.0.tar.gz.

File metadata

  • Download URL: lclPyO3-1.0.0.tar.gz
  • Upload date:
  • Size: 981.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for lclPyO3-1.0.0.tar.gz
Algorithm Hash digest
SHA256 29180a77cf68beefc0c80fd406b7a58211bcc97a3d9ddde0fed823979aa81a4f
MD5 422e73b232582a35e4f8fc5d29d69849
BLAKE2b-256 71f9a469fb624ce461fbe1448ea59e8f0f5f7bdbf3e74f61472f2b3f2ef47eac

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ce58a8e333c9638dc3652190ef6457fea1657bca94e71cc5e24bf926b1c0a8a
MD5 378c7b35ebab643097a3b8dfcc1df732
BLAKE2b-256 46c2591fd9ac77b96f5ad8a0abdc4a5fe32a0b75745e3279a87adc06530994ef

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c0da72dcc3b8ac5400185e94b7fef0e563a133fd415538d024ec34996584a2fc
MD5 2326612fcc95693a7ff3a01761c0287f
BLAKE2b-256 4986e7bd8b1ac766cb5f5b779058978164a132004c082dbadefb69deb048074c

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 37242d73c69b20f51374b23399ff8be39b13948822862462946794a071b58219
MD5 cf85b193a4093dc5c6a1848073b6e1a3
BLAKE2b-256 ede5f8aa701bcb717d3fa11966d4f67e4d67bf88248e15c3c7b246b41b6b7bce

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4c8d414caefe422102d6ace06eaa89052947e45f333f73499a1bed818db7af6
MD5 da5ec5957abcf7f9ba952296226bb1d8
BLAKE2b-256 52c104cb6a47e5ddee2e234d366758847681dab4a5605c87c662d208583afa72

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ae31ebb9a88be69def5886f764a443bcfd18af5f58c5185617600723c1ad1b8
MD5 794bce6b6ce625517a47306508025ead
BLAKE2b-256 36fce2d494988b61713274fdb36caf1ea9c8e2f4ef041b890cd429d1cf16dc1b

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 20b39bae5c55fc6766f80a41f2df1eeb227195d4897077bb6c9ee562f57bd987
MD5 971a9c41749c5e4711d2e6b8f53c93fa
BLAKE2b-256 87300ebc6e1b01f26798c1891ac91f6744f9db77b6d3c75ce50bc9fb722a5d81

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f075ccaea4b26cfe55172c8f5746a2c9bd77a4be9f6fd0a5fb490eadeea7ca3b
MD5 c2d95fd4b633dee26a2d19251b4f9788
BLAKE2b-256 2c834d9edc9ef621fa3315d55f6fb7a20f5458656c2d3c83b29fd7e280bb4570

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d73644b5b5a80a25d3905c09fd09578ed3bcffeecff7298e5f37493d98b53a28
MD5 27149bde0288084489615d8bec47476b
BLAKE2b-256 6872c7a088e28eadbdc9703700e537ae2649a363d0248c3c70136df6aee59abf

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57f386085e0dda55ffc88bd37f555b4dbc8b8dbdaa872cd0301dd2ad995802ef
MD5 05f5b1d0d1731939f72507f9d5ae9b42
BLAKE2b-256 4ddc658e5a01fc9ff89e7e4d059095375f15598cb5e0eb43839037e3da0387ef

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5296df73b1bec14daa3c5806e2d42077420450e52a35e8fa7ee44a9f8c8862cb
MD5 9a906aea277febfffd8102bf42fd3b75
BLAKE2b-256 c33e10add8b47da31a2ae556b4230368be17bab6a4ebdf0d8dcbb9870aef8206

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da8788750424df76e82e424d83fc157019da43048ce1b22fd02a126f0129880f
MD5 f62bedc2809b8bae74357421da8722f4
BLAKE2b-256 7d89adf274f05af20e07e7d654ce82f962811a728650bb92b67d82f55a9de513

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 548b0d574c4084a2f23800d419e7367665e67194dca24d0f06a1fe36aa51a966
MD5 a56113544387e782545789f21dcee046
BLAKE2b-256 e4eac7a589a5e79f0dfceb9cb88e6582f09ef3e39662ed91c85e691b96c81957

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8f415cea2f533d3ad15a387b17018f17b20e904d9d0cfca50c3261e14c27abbe
MD5 7025cac2f2af761e168f224a400a4016
BLAKE2b-256 9668ff7bb27f48bad3364c9261783c3b2246008f65319c12a14085d3448af37e

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 333bb2727766bd52eb05c83d428c62e92991af71bc0247314dc8a898494bba33
MD5 ae6b7b8a74c8c015fc58b0158843f4f8
BLAKE2b-256 cc8af5edb4ca661b17bd836b1cb6c4bb12554df653921064d2a44abf399a0603

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ee177cb946019704bbee72539c5fa840fdbc3686f14fd5ab46001b67a0f9fdc
MD5 9b56f67fd00afcc33ebabc73e1475fc4
BLAKE2b-256 773f58ce5f9309c61797c7597e590032f59eb1082c30d37634a2ba1508d8a669

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f1fc15144b8d64f898d86170887bbc99ab6abb54b13c395e7bac37110097baf2
MD5 a70730865418aa26c2b4c5f06093a792
BLAKE2b-256 e0196cef6ff7924e828d69e7d15dd306549af3f22253553c8529592279de128d

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bba244a07c5e92595b3d1e47e27e356857a4e69ac7fe13616d2a4584b70e2814
MD5 8ed005181252621329f13bc817e9c5a3
BLAKE2b-256 9ef07c9f3cf332767fd6abcca958560051b233cf78a75b37c7ae4a9d28ed4a13

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1169dcce14869d1f958caf2bf7038ef536fe73c2c3220ce5b9e9e4d009e39a08
MD5 f6225dc356fd1909d46dc1656a5d98e2
BLAKE2b-256 6cdefb31c96703dff62beb0bf3097669da84551b5e33a0fd6c2c55aec972acb6

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5ba6175f40953011f8112ef63037fcda1ed2da6310946ed3209cb64f098119d
MD5 daa68eb46daccec03c92ea9224c9d87a
BLAKE2b-256 e337d82fc4b851d4da79c461132f8ee39bb2d1d95b143c132b5a1a643af7b0bc

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bcfe4ed08a3146098c9ed043c0b8bfc7d2297393b4d8959b82e9ed33f402b06d
MD5 f09f46829cb8cd2cb5c4276b44fe6d7f
BLAKE2b-256 70bc88a5d5da89cfdc099189e057235020f94c80672c1f487b2944ef36e1a7f0

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6fe8316bd15105ae497117201113b43f282edd1859457aa15e87b1543bfb6adc
MD5 922cbf3266062271fe22e6269f017489
BLAKE2b-256 2fbbc3b548e8498e3e29c08646db42915d138660fc710df8ea52eb0ffd8d78fc

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 990566fdc859d30559105e6c0a731b0d5048fc5ebd4cb74dfd6f8e4e586503de
MD5 d0f71720c269bbf7c653a4ce08b509a4
BLAKE2b-256 a0860d5e3df1cbe602ad487c75c5cb4972ba04a3cf36612495ad31a05d272ebf

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d3a86ca57596493d18fa6261b53c7919ecc5199eb4aebadd577fd441d110ec88
MD5 6e5d8f832bdec3e1eee71f933bca66ae
BLAKE2b-256 f713a6dc3a5c199d1218a1148651c2b6fed5f8c0ba79cd84a2df244adaef3e17

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd811b911a246a1594f5800f9e701d9947718737f3fcff67b55ebf5dec62b966
MD5 f10d8f721b8da1640847289755f96b5f
BLAKE2b-256 16e3925b4746358b03b75f76dbce1f0b0d86a324888af11ad883c82f6e86663b

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0dc9d5c73053f6e38c2d83dc4e06bf0225334b642a7ab8ece65e4984629f04de
MD5 2c1891fe5367801c8e5b486ce4b8e9f0
BLAKE2b-256 a0788ebbe64d037478d3c145ae5ab5fa6ecd15557f52aec3fc218ddcc289ab40

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 56231f1dba2ae6f5de0ea6eff688589f0f3e7f4000dce1a48dd1438d103db871
MD5 188620fda3436b086dc62ebd20b8f22e
BLAKE2b-256 57954a51901485cf610801a20ec55dc15d53dfd872023a1b0dd723212ce0eaf6

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cf06c49d882e10907ab211eee942e9779099122beb115c91eb10925eb66784e5
MD5 eac54ff48525a2abf5aafa1976253a02
BLAKE2b-256 b44cc1c0379498e9560f739921075cfef08af39b9fda605b4509c216a867a8df

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b7da23452305675ba46e0c44b14475f13c5e8c5db6a9ba4b6657175817a0e54
MD5 e840f5871c3eefe1dd46faf7a6bf5e4e
BLAKE2b-256 b9ff3e8438951ec0a02b6e4d44672f029c77a528836b50ee34c4fffca6f3a526

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-none-win_amd64.whl.

File metadata

  • Download URL: lclPyO3-1.0.0-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 292.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for lclPyO3-1.0.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 28cd4a658959118a36df3473029e7cb089df9281052f93f9ca0a06500b926c1d
MD5 d354c6445bd4760ba04e36314a68da4f
BLAKE2b-256 781dd71ee8a71d786e919ef5dc9b197fa3cf8f1280d903af8b6e2c2e0c978476

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-none-win32.whl.

File metadata

  • Download URL: lclPyO3-1.0.0-cp312-none-win32.whl
  • Upload date:
  • Size: 281.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for lclPyO3-1.0.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 e195d16553c0200bef4b2f1b9d92c8b700875f4c709f1e1d9f1d7cfd2a2b1477
MD5 8b088f729c548511360d092368a6db91
BLAKE2b-256 5b473b4751d050b33086437d3c5f636531d7ad4e94f035c94ff700585965c62b

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6cdded9d67bb540e2e43912e9ac0ba16595850f84b70a2c127a311f75700571
MD5 ec11699dfeccff1f981b66c0a0b5e1c7
BLAKE2b-256 7e58ddc1d969fe6d91be9d65bbb2507908845d28b52afa4c3d1b9c8a9496d618

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8682f999f602f55bd2ab8b4e1df718a96af9b88e2e9735afacb3800fd5853670
MD5 fc98792ce595baba3b5b82a30a2fed2c
BLAKE2b-256 cc1f5e54298b85418b50799dcc57c57c5d66b85298786e84e243d6456dea6f78

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ea4b90b41feb1f360830b7776f28290a33b9d6230c439c48e37563e7240363bd
MD5 2ab40d4eef1e454e0fccda1327a7ff27
BLAKE2b-256 87c243d70816ba4057906decea541b3b07b3c760b5d380c11a8640015f461bf1

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c68e3808042b766ee8f6a8811b5686055880a13b8dc9380ba57ec9ef8b7fcb6d
MD5 95cd890f600cb018183ac2a30ac3d56d
BLAKE2b-256 369ca7c3c011859ccebeb682a7629c6d96144f8aed704d44ee31e20f0fc338fb

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df8fd0716aad6f10557bbda1c9b2d6ef7fdb0bc4b52265e0cd5abe6daa2071f2
MD5 3b70bc799b8267ea4db45fe6b9c745c0
BLAKE2b-256 b8d11e4f34d59a53e27d70ed327d9a6c7a6fab355b906efdea70f4b23f6cedf8

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 af3c34e9b9b4950c5c1420d227e9b1cef539583c39f191340f79ca35e538f227
MD5 be6b6070cac8fce2c9b9665508337d30
BLAKE2b-256 5cdc54019dbe0fa2f9ee198e23488ec2975604acdea8918140778e64b3fd8593

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c8d8c70be3bd047a9b395659fe89272f20953739251b44566dbe21b4b8a08758
MD5 ec915a9bbde8cb81b5a64a97420b2eaf
BLAKE2b-256 6daedd2ffd3161eb7dfc670c63262306351f2a540553943eb72681ddf6e7c27c

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2cf9a39203505247949f9c059a10355d8dfcb8e30d61a9b0145631fde8f5827a
MD5 ae3aa04a3e2e90d0d3cb15dc5e61cf0e
BLAKE2b-256 68e0f0b2cba49b13caeaa3d0a6be4f7f5568fff76eee00a759b0bb9628574111

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db77887e3f38f39d4c98a39a2807f42efb0601dda358e0b97f8f73827b939c08
MD5 6542a51a545f60bbb8c902f172e25ea0
BLAKE2b-256 695606889b95895431c44c3c20e6cb26dafce4bce4e0aedb529cc00f3f6887f5

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 53c33af5327e02df39e05d485cbfa249e7ef56da34c93774478ce9d8dcf9e14c
MD5 623651534c911606888e8dca9f686db0
BLAKE2b-256 5a5885e38d8a716eca7ce651bc02875ee78828c6f2b61d94933aaadf199943f2

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c6f00ce68b796a7867fac147f5a77fb1fa9fb4e20ffae06a65b5de158fb4fcc
MD5 4523a233c324a10557234d22fdd3965c
BLAKE2b-256 50b4b8100efa6554b75b6bf930463c273dd02673d2501906b70157b9ba7aa8bc

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1c7b1ae2f182699e4e18e25aa9613b976606a368eb7fa2e5618c437363057db6
MD5 fada642f2ceb0a0b76b0ba908528a46c
BLAKE2b-256 aed034fa189e6a7f54a09b148c02acaba4fcbdcc1a42bd47f8a0177909bf66bb

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-none-win_amd64.whl.

File metadata

  • Download URL: lclPyO3-1.0.0-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 294.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for lclPyO3-1.0.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 697394c50f80a8c9a3506343577e5919db206dc4756e7e1bc4ab54b7b99469d7
MD5 1d9fa9137d71166b1ac68d4a4ef7df4b
BLAKE2b-256 7c0eace5d30b2d4d5064fc486343fa69defd0da756c1382747dd71eb641fdae3

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-none-win32.whl.

File metadata

  • Download URL: lclPyO3-1.0.0-cp311-none-win32.whl
  • Upload date:
  • Size: 282.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for lclPyO3-1.0.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 85492d812c13bef8060d6eb8a8d34c5b4bb285c23c357b487073971642156c78
MD5 ce7ac4e82cd527b9a958556a099bbcf7
BLAKE2b-256 1b2abd4e211efb16405553bbd3f7ded1488a14409cee81ffdd917b42e7c14c65

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a42f56ce7689c6817b6a42be9fb448b6233fefdf7d8b5da7a1fc910e90461ab6
MD5 775ea2631837836b4605afb4c48eb81b
BLAKE2b-256 9e8467fc0373e2a4edea1500d6125901f5c6db8afedd518739a9996bfc600e49

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b3e0b33c567a6a4c859db86b64dfb8cac593350c3bbae2deb67cdb7a0be18997
MD5 ac6d542280d214a9b113c6fc818e99bc
BLAKE2b-256 c1a914c5d2d4ab4712655283a4d1954623eedbe200e1dbb8a505dd0412325f64

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a92e6a9010ecdf531e3fe589cf8fb623597aab1744d4e4e5f78ec509464aad3c
MD5 8213ff270bcab23d8e2dad8a872a178f
BLAKE2b-256 5152774be9386aede7216693ae12b1d6646e5275346fc74e857429970398fcab

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8da52e6c695de497cc37d7a8dfc45a150475514ed80bf78e486f7c6f11b3ba58
MD5 55efabfcc77bc01996690089b1c87ebd
BLAKE2b-256 1dda8154a4fa86748ca36889817ba76902502467047eddd19a6edd0a76f747d0

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87a3f91de7d97b2726fffc9867b11c3b9b2bfad9fdfc467a0172a86a0d56fc71
MD5 741681cb1b8c1da5a2067d747154aec9
BLAKE2b-256 e5913f1f9a533cfa68ceb0c20815de101f4dce5dc1133e7ee8ede391e2267771

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 838ce477a2b36d83e977c205577d1f3313924f05a265b7d03034bc42f7428d47
MD5 dbbeccdc5b1c232d685dc2f3bb0b59d9
BLAKE2b-256 4aad779e1bae0c09edf590ec188f53cbbef1e0ab2b166031fbcd7fc0f237484c

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 214552e1444d1d22c7e1ab5f265e470fac468706f7c5f32c4984348b214789f3
MD5 94cb214373dbde79b987969b4be8f8a1
BLAKE2b-256 e0033f44947fbf055e813dd9321602674b293c7f5437cf6b48699b1d8f8a81a6

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 84f719df20e9c1fdda61ea0311b59ee229841758ef646cef4a069a8a89237368
MD5 0fc3e017523459b9397423d5be179e9b
BLAKE2b-256 db7a50d5e65d29eeab0de2c70d7055ec532bbc32949da79c684d491e575e6517

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f1cff040ffcefc6eb6c6e7f244e3e2dfac1f9ac6a63b26b2018f4e657b38a883
MD5 3f2cc4100e3da1afd716a75acc0f4c91
BLAKE2b-256 77d64d17c17c108aaef00dba1f732a6fa2fcb3e5b4a8c4012c08a4813ae9ef57

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9cec7aae5a9acdac60ef6a805e507e3bbad1276c84dc834c5390c65cce900af8
MD5 114555d87540a6337068b926c45c271c
BLAKE2b-256 ebfb2913c74229f219be029ef8c020d321930e7d366491a2ea7c003b724d207d

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f797e0fa95b2d0e0f081674e1514b201038f6fd948f1a7956f02a3eb7f1f81f0
MD5 5ea291a0f57af662dc70d34f30418356
BLAKE2b-256 3a0813a1d33a601c866bb4a0082067aeb53a2433c2d0ceecc9f1b9522fccdb0c

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7569b4485675338a004b43a47c287561ffcdccb088d0edcadc554d20bb2afcef
MD5 7b48612d54c86d814ad9fa64c1e8c4c6
BLAKE2b-256 c71fcbd283f44bf80d0f6058a11a5d547cd04492ed469afc44ba1dd3eb564b12

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp310-none-win_amd64.whl.

File metadata

  • Download URL: lclPyO3-1.0.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 294.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for lclPyO3-1.0.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 d4edcc0c02f9c460a0aef5dc1a524ed2f8c473f9f590f9a4b68eeee95af68c9c
MD5 38f4c7749ce6a730a366bd82aa40d261
BLAKE2b-256 339392f40eecec81b7d1c6202a089cdd9d64f61500703e2c069842532dbe3145

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp310-none-win32.whl.

File metadata

  • Download URL: lclPyO3-1.0.0-cp310-none-win32.whl
  • Upload date:
  • Size: 280.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for lclPyO3-1.0.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 3c2119150166bc4902f548fbf6415792db7b868a552f64ccc9e79049f1175f24
MD5 376b0858ef7bee03e3c7fc2f1392390a
BLAKE2b-256 214bb981c5e190bfd2627224701e1a4a45ea8405954d670cd7c14f0bbdd3cc55

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f75a4cb89f8b3f490c50e9530e6922fc447aa8fa21ea3858055cb011c579c46
MD5 ecefc993511fdb7da0135291bd7d43b5
BLAKE2b-256 df1961212847bb64269409d915ad4e4408508f8b991a7b8c30ff20a62e00bcf4

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 58d23c146c2cc6285cbcebc8e3a44174cd9be50386ae114e092f8e0bcb6ea588
MD5 5ae6dfd9feb2924837586683a945bc94
BLAKE2b-256 c7bfa2622fcca0a254c5714f73f5625cdcc0dbd73f1b00a0eb68172d8a1917f0

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8bc80f899f435e3e1679cf35f6dde9d0fe4817a0253971e7e2532cc36b42e6ec
MD5 58270905c31a559be6f8ff51f8095248
BLAKE2b-256 999feaad30a67e54c006b22342d6d50ab8c83e8a4e40ea0d5c31abc4b806c7c2

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5299124d36aaeabe12a97a3ea558aabe91bab8a4c758f40bacd7ba37fb281243
MD5 077d3fe934118a26147b6bc85f840a61
BLAKE2b-256 2757bad219ad8f05505640ac49beb89e0cbdc3d04e72d25cc71d876897d3006f

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 865ed531dff3c2dbb1a73438f48a1ce1b1f6923cfe0abb49e93635cd9b8ce343
MD5 1d00507da513645d5d5f2d067c1d1eea
BLAKE2b-256 12aa350a623a5b2eeacaa18e204db48764ae022ebcab32363c04faf9e5918d27

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ea18a918de247b79a69ee851f91e0415559f85635f5fcf4aa5d669439113740a
MD5 8d9d318f908c41901be3e22c0f49245a
BLAKE2b-256 01660fe87934e7e8ef598d53a58d315ea74ccec04dc7b74a97913af33cae4b60

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bd3cb1b11ec3559e92423d01b4359c1fdf678fd4d66b7b1f03e516df1a50a68f
MD5 4d522f5722dadf0257b1355852793cc4
BLAKE2b-256 083e034e85f5e4a52c5cd4cfa6165edc710997401a37864ef7e45365659f33ce

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0d7b02590f47368e64d8116c72eb0bf32502d489a771cfbdea8beebc0fcbec71
MD5 bc4e36e2fbfc32c0d8ccf28130792c76
BLAKE2b-256 efe9aa33c78974aa3c2f8608758ec60a271f36a073a0e2fa26ca63967b9a768f

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c8989de407f3dcd8f6e59150b6245e81fad22a43ac5ab67613421050532df0d
MD5 554764af0d0dbf1f934c56482aef6674
BLAKE2b-256 1a2c9474fe04b7385874c8b7b94f94f3ebbc794127b5eb2232f6894027d8fe32

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 11e3672594502a1c547fe9f90ea7e972a46e0a679fe1fbdfe1402daa782260fb
MD5 4b3beee5298b3fc9c7d89c43173b3213
BLAKE2b-256 c78b898d01d068dc001fc53feac8d75b4755b47303051982474d87cd3983d297

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 deb4870c590b5e5c6524513b0116675ecfa06219eb9e9235a61c30d6f4dc5317
MD5 c1cbf1a48006fbade79b95cdc876773d
BLAKE2b-256 05d3f505ab7ad62d08c674a82f7e82aa7f9551db5d0da5252bfa79cb73c23f96

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp39-none-win_amd64.whl.

File metadata

  • Download URL: lclPyO3-1.0.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 294.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for lclPyO3-1.0.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 4c18e47a1edd8c564b4929feb71ffda7ddf23724f5119dd11787b6285963ba45
MD5 2ad40f5bed46812e67c82cf7e5df1332
BLAKE2b-256 d423d1bb824dce6c7edc660069ccb3609f790a129f4ce990cd4e4b97c1885117

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp39-none-win32.whl.

File metadata

  • Download URL: lclPyO3-1.0.0-cp39-none-win32.whl
  • Upload date:
  • Size: 281.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for lclPyO3-1.0.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 a412cafcc763e1f8eaeb483a8afee3a55f6f0b606b6dfceaae614adca0d1317e
MD5 0062294e5eeb36c048beb91d52faa5fc
BLAKE2b-256 e434c58d3b2546c2a77166f0775624fc48b0646036900be3d4f46ff2406e9256

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d54d979d8170c6b9f53729a8501cd0818d0273e7344cc0bf7c4deda9d7fdfbb
MD5 ee1d386548f0989a2c71be2d197b54ad
BLAKE2b-256 f96ca0f9dbe072e0ae7e47f79e4298061882be99f2bcf7dcda04f3498b5b1e47

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3a0ee9bd0306c2ad35dfa83f7f6aeec49a167494ac261e7620c8b36178ccc602
MD5 95cb252ee3b6e8db7b7e8c9ee78c2250
BLAKE2b-256 8621c13af1748fb5f8e63cc81c91672acf3b8a3587d87c8a07dd323238c9a96e

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f1bd3b7e4fb8f5f3e03612aedcbdd2d240f45aebd039c196aa4f4fb3dfaab82f
MD5 ef6fb926d4af1093fdd4fb552210b28e
BLAKE2b-256 0215d73c565b4faafe5ecf9fa57368217d3fc83f54f31ab7dd1bf1aff259f38f

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 094aa8a280b8cf3bd36f4ef200133afb91732d17dbe204ee2bb9e0d74caba971
MD5 b7a4e72a31c1255fe5ac36457fbe7bd5
BLAKE2b-256 a2ddc8c3a0817d1106952376cc190b190977be437d1c92412514a2f66c6bb095

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78db0c61acefed96f5842be31b745459eab221de2ff19dff193bf9c0eef543fd
MD5 82cff8745f5d8bab13ec844ba68a2c56
BLAKE2b-256 c7bafdda44d0bf6bcf9e1ebccaed10aac02eb59e617d1ba802a8e6949e8dac52

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9e3a6ab8f93f0e24220b67fedd3abddb24319e15b558dbcf111f21146534c3ae
MD5 35bd841b6bef61e1ecb751b0ba2af678
BLAKE2b-256 026e1850727357f22ebe9dc28689e924a5bf606e209a5ad6c180d78c25639dc1

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 10f51d0aac623e5741464026d145fd74d0b68629c5f8dd2852180e2202c16f7f
MD5 aeefb253380891099c5eaf211bcf9e46
BLAKE2b-256 fde5f09a29d89cbe251c7bc54e3ba7f28cb5e68e15d3eed76c638093c7fe9216

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e56f59b0bdc217da244f7818c6121e97c5984c6d409a593c47995e61728af878
MD5 25016dabca21f1d8070107696fce7e6a
BLAKE2b-256 e2b964eb169e244cf3ff4fed583b78eb461295e8a2822b40be80d31ab6349440

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc094129086379b4c6cb4232aabd5717588dda416ae79b3510e1db4faa422a8a
MD5 636bffe48cd6b8f3021a9ce6a0179ebc
BLAKE2b-256 4479292da91020a36e18d1cb346e8ff7d88aeaeab649a4d9fc784720fc04eb49

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d790e50b71b71cc005447bc2847270e967f85b2d75feb0b72b701cc341ebdd4b
MD5 54f6c2542a18862201a9f096d99e71c0
BLAKE2b-256 7b64fa3bc8f83b8b264c42f19ff432e7e49f111873783e143141149116fb4703

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 471bc44b3a469c80a3dbdaf7285027385b09d379fe547fa56a3f05413ad48d71
MD5 6edce5beccf807d500b11f95fe388931
BLAKE2b-256 6af10caec7d181c2e91e2ef54b37f919238f484b7d4a327d797d61b652087a5b

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp38-none-win_amd64.whl.

File metadata

  • Download URL: lclPyO3-1.0.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 294.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for lclPyO3-1.0.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 592a02c39e26cd69d9a31c87e73dd5dbdc1a0133a64a3c043f7aea435a739bde
MD5 f7eb49644509d6dfe1cd6a93c3e1058f
BLAKE2b-256 0e15839c8b98f7a46664641ae4bdbada402107a1bb427a8874463d4a89cd06c8

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp38-none-win32.whl.

File metadata

  • Download URL: lclPyO3-1.0.0-cp38-none-win32.whl
  • Upload date:
  • Size: 281.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for lclPyO3-1.0.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 fee4f5a716313de8d27008db2377a8157bb7be3af4ea8e09c44ed656d85e98ad
MD5 701ef112df2e4e9b555e9b281dee31c3
BLAKE2b-256 66d531cad3fd6ccacc9d09fccc3fca0697f01b669361445006731acdda1024a6

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8ab8b35330929626b876f943d6e29f6d0084a1fbf76823e9ab04e2ee7f7283e
MD5 75199603dfe8771848ba0f6fd3f9a73d
BLAKE2b-256 f3b47c1633c5e908ce4785e5dbbe0aa1d39a5bb0cd62d1abdc914e4dd9a8b32a

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 36e70c58798825874ecc6d2ff87f48b457c3a55715aafe88aabdb18efa5f09b4
MD5 fd0bde81d48293396766ed8c25eae0bf
BLAKE2b-256 94c9451750fc94547e4c5212af73770633f9370fa7e4d3d084d33cd7f2e9d697

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 721fb050406dca1ef845759d59bd19471ffd8703aedab859ea64a103a5053ab8
MD5 bdde7258a7718f546114fa28dbcd2660
BLAKE2b-256 87ba1d004414818ed6ec5b797f0482708a0e4cd654fa20dc2cb4d727c4530eae

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b26a3516073e4bbbf52a20a758ce298890e9937cc842c35c3002fd2ed24782da
MD5 71ad5f235eebae71df7f41d60ebc0a40
BLAKE2b-256 5c9a33722ec3bf37d5eb72544341ed522840b73b4ee12bcd7152f5081dfdcae9

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af1fae5e3acc27d502a998d9bddb451eb3b7e034d88b39d684a9f24af82519a3
MD5 a78e7fbdb388e96b788143e6e9b56b6d
BLAKE2b-256 3474e82f0011256a7c571583078b4ceac96ca42b25ea824385fc9f4a0c8f6d44

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 86eaf03506cec8bb1017da2211b17dc1af941ea7efcff9e574f8c0192ba2a572
MD5 6f05499301cc195eb3cba404bb528778
BLAKE2b-256 a05be63cc589c3f5d6f145e13e8af789df42bd1ee7432209c3a34a743d01d24f

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c0d8206ccfb5592a787423472b06964eeed664d0c70966ae0ddbed04c76e2aee
MD5 213133de868594779e59c48086639c82
BLAKE2b-256 aa92410dc28831bac08f562f1b2f240cab5c9bebf9654ba95e346824b4a8f33a

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 01ab7fc03d9cc487631679036a2ed75e7631645d229fc85790c582f6fc5dedd7
MD5 b8d8395d63e1a2c8a813465856f45ec7
BLAKE2b-256 3f5990248a38751cd495401fba7b2b004c5f6e1344bf7934ceb12a502fe75ee7

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f02e78d816371ac1b475f2955ea65ff29ce1cf8168b44fd8450132a0f230718a
MD5 548a9a93987025ec9094ba0da3da42dc
BLAKE2b-256 e3c9fde881c2f3a05a05b9d84eead2e3c8193e11fd069879a799a453c81cb664

See more details on using hashes here.

File details

Details for the file lclPyO3-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lclPyO3-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6a6de04697f5dca6126928b8bc1ba52ab1bbabf390c115077555fede261511aa
MD5 d4112ba3fb62b6ba8f3f2fcfde0acfb7
BLAKE2b-256 e07d7c45cdc577f07363082c738c3641ba526e08d2f6db977538ca8dac336dd3

See more details on using hashes here.

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