Skip to main content

The Liftime Clustering (LTC) algorithm.

Project description

Lifetime Clustering (LTC)

Efficient and robust topology-based clustering.

Graphical abstract of the LTC algorithm (JM Zollner, CC BY-SA 4.0).

Example

This is a minimal example. See installation for how to install.

Python

from ltc import LifetimeClustering

data = ... # data
eps = ... # fixed-radius

ltc = LifetimeClustering(eps) # initialize
ltc.fit(data) # cluster

labels = ltc.labels_ # get labels

Rust

To use directly in Rust, add it with cargo add ltc-rs as a dependency to your Cargo.toml.

let x: Vec<Vec<f32>> = ...; // data
let eps: f32 = ...; // fixed-radius

let (labels, lifetime) = ltc_rs::fit(&x,eps); // cluster

Installation

Installing with PyPI

pip install ltcpy

or build from source. Rust and Maturin are required.

pip install maturin

To build and install the ltcpy package locally, run:

maturin develop -m ltc-py/Cargo.toml --release

Layout

Path Content
./assets Example data
./ltc-py Python bindings
./ltc-rs Rust implementation
./scripts Notebook with examples, Python implementation

Reference

@article{ltc,
    author    = {Zollner, Johann M. and Teuscher, Balthasar and Mansour, Wejdene and Werner, Martin},
    title     = {Efficient and Robust Topology-Based Clustering},
}

Funding

This work was supported by the German Federal Ministry of Research, Technology and Space under grant number 16DKWN134.

License

The project is licensed under the Apache-2.0 license or opensource.org/licenses/Apache-2.0.

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.

ltcpy-1.0.0-cp314-cp314-win_amd64.whl (187.8 kB view details)

Uploaded CPython 3.14Windows x86-64

ltcpy-1.0.0-cp314-cp314-win32.whl (175.8 kB view details)

Uploaded CPython 3.14Windows x86

ltcpy-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (361.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

ltcpy-1.0.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

ltcpy-1.0.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (485.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (382.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

ltcpy-1.0.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (357.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

ltcpy-1.0.0-cp314-cp314-macosx_11_0_arm64.whl (308.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ltcpy-1.0.0-cp314-cp314-macosx_10_12_x86_64.whl (317.7 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

ltcpy-1.0.0-cp313-cp313-win_amd64.whl (187.0 kB view details)

Uploaded CPython 3.13Windows x86-64

ltcpy-1.0.0-cp313-cp313-win32.whl (175.8 kB view details)

Uploaded CPython 3.13Windows x86

ltcpy-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (360.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ltcpy-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

ltcpy-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (484.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (381.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

ltcpy-1.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (356.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

ltcpy-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (308.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ltcpy-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl (317.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

ltcpy-1.0.0-cp312-cp312-win_amd64.whl (187.0 kB view details)

Uploaded CPython 3.12Windows x86-64

ltcpy-1.0.0-cp312-cp312-win32.whl (175.7 kB view details)

Uploaded CPython 3.12Windows x86

ltcpy-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (360.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ltcpy-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

ltcpy-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (484.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (381.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

ltcpy-1.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (357.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

ltcpy-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (308.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ltcpy-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl (317.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

ltcpy-1.0.0-cp311-cp311-win_amd64.whl (188.8 kB view details)

Uploaded CPython 3.11Windows x86-64

ltcpy-1.0.0-cp311-cp311-win32.whl (177.3 kB view details)

Uploaded CPython 3.11Windows x86

ltcpy-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ltcpy-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

ltcpy-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (484.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (384.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ltcpy-1.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (359.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

ltcpy-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (309.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ltcpy-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl (318.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

ltcpy-1.0.0-cp310-cp310-win_amd64.whl (188.8 kB view details)

Uploaded CPython 3.10Windows x86-64

ltcpy-1.0.0-cp310-cp310-win32.whl (177.6 kB view details)

Uploaded CPython 3.10Windows x86

ltcpy-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (363.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ltcpy-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

ltcpy-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (486.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (384.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ltcpy-1.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (359.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

ltcpy-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (309.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ltcpy-1.0.0-cp310-cp310-macosx_10_12_x86_64.whl (318.8 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

ltcpy-1.0.0-cp39-cp39-win_amd64.whl (190.2 kB view details)

Uploaded CPython 3.9Windows x86-64

ltcpy-1.0.0-cp39-cp39-win32.whl (178.9 kB view details)

Uploaded CPython 3.9Windows x86

ltcpy-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (364.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ltcpy-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (383.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

ltcpy-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (489.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (386.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

ltcpy-1.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (361.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (355.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ltcpy-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (312.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ltcpy-1.0.0-cp39-cp39-macosx_10_12_x86_64.whl (320.7 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file ltcpy-1.0.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: ltcpy-1.0.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 187.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ltcpy-1.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 12ebd41ba722d10c03300b3bfb3aee1a2f40b2a2c296cc65b1841b08c3cf2ff5
MD5 7ae7f0cfca71a11f11f5ce46d3cec76b
BLAKE2b-256 72334db4cb29922a2e75ccba4e57a02c4550217517a8a65277b9524c3c58f2a6

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: ltcpy-1.0.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 175.8 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ltcpy-1.0.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 f991315e3efbec4b5cf55dcd296c5950a545252d1e358f7f512f5b273331cba7
MD5 ed44f4f6b271e4c79619dc5fbe467ccc
BLAKE2b-256 d05ddbb987fef04dd76eb0d11c5c684cc9823c44a168da15c58ae81e5cf90964

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8aab2d434e904d446f275e62904cd1d2a8d84c6062cad1bcb06a754057347f7c
MD5 75ced3ae3d5068f52c7f061f49a15335
BLAKE2b-256 b419c1a8a409cfe427014a67e0a2dd4de996f3401db25fbe5c6f9b22a71b91b8

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8c15ad56f8139499e4dec21d0409d94e8ff8fa7f0f0fb6806b2d996536ef9d17
MD5 8c5a1b03625360b4164e72cea6bd6a49
BLAKE2b-256 35557d1aa7005554597da0f00c25295968bf5a87c6c26f1601f29c416022505a

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 35160df1774c6aa1e507ffcdec2dcc26f527ee6af963fb5877c7c02d49b83739
MD5 ce39210dace07068d3e19814c834e715
BLAKE2b-256 ca3870645d26d4db71e0aaf9d4b62ffcd6d686d38db5baf4ea36231f1853e5fb

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e36fd820a828f5d8a706599a7108a961177157d7cf635d69d1eae0d2646b1952
MD5 c587150f42be36d74bb5e2e928d1a938
BLAKE2b-256 7d925a5de42eeca609c2179340a093da967cfb0f94ac34a8501d83c4f31f78f3

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9dd96eeeb6d1a50bf3ad613f505f4eb2406f5416fe640a63721726d30f860902
MD5 9674b91fac63938059fcc789501d3540
BLAKE2b-256 a5878a004a18de186abe0ff1b4ac0523fc46e9bdc8844c2d88d1b67fff4e6ece

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80d907b863a746fb3ab9afdbf89eee8a1dc3abba04f7d536acd2cadfdb93a79e
MD5 745206af3f4c6806ad64c55530e4aec5
BLAKE2b-256 3cde5628325c74877b7bd516d803963f3bc482c8cdb7bbfba7b4ea229d3d9cc1

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70e5debebf22ac687f6ed81617ce7b24bc1f084aab39db81d1f4cb1ffebecea5
MD5 34199f7133ee32bf17d5e55b4c74b90c
BLAKE2b-256 2aa59e64dd06bd0686babae025cb04b2508b3a5f96cfb5823bcd685d8792c8e0

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 07ca9f31122d38bf0dcd60f6a1afd96e3bf54a980f9c51cb2bc5b4d12f7ac86e
MD5 fde8e84962cd53988056f5c40af84969
BLAKE2b-256 1bfad234d7ece5ba0ba41ed3caabfb316cd61006ce8b985b49ffa37eef5303f7

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ltcpy-1.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 187.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ltcpy-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c1a0cd305fd1523b42a10457f32c5577ba19464d8befeb5c622bfc0acb01e522
MD5 aec6392a250d6e26e3e201a2d95b86c3
BLAKE2b-256 3d2ff348ae5706268781bbd390b6568dcdf0f6a1eadc8a50fa5011f8e83c9061

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: ltcpy-1.0.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 175.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ltcpy-1.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4b9aaee387bbbca0a5862c21399b5bf8c3ebea74bb03652970a53184b84917f9
MD5 27c473436711cc09bab818a4090e52a5
BLAKE2b-256 2b6dcd4eb2728f4c13bbd54477cf172cdc6f2a8d090d38268fe2cde99c8fd60c

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c3c07e18a0f396ed6da1702fc3a2d52a3471668eb891b6e2dd23c5780703931
MD5 4e0f6e6c754b22121b63441bf02b606a
BLAKE2b-256 5b54c07736d7263ad7cef38a89db1f914970932385441fadfee2c69213032f54

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 61a02e2d01b571e7bff78d58e03547e6ecb29dec2ee2a1383d559c8364aad2a6
MD5 4b56eaac80deb0ec5bacbdfebbb66580
BLAKE2b-256 b9ba013a52cf31633a7135e679747cc587f2619eb65a9fce84680d89cd15dda6

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ba45e82c6ce09a8e08920c5a84643633088f35d5aa22ef45a7496107d081e7fc
MD5 05e5ccd0a3feb2872505753fde029ab5
BLAKE2b-256 f5529c96364947a3fda3831c517a03d1f6197bd48a8ef545b142851299fbd068

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 322788d698272237448d1891442343a9aafd5cf522a36bbd2ba9ffc1ce756e64
MD5 5b386bfc21b6bf3910a6593897c17d2c
BLAKE2b-256 f7350fc40efed5b9d1c754c3f524e95f3cdaa94f3409a7e0b76f34e8b77a5c37

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5558f2abdb032689dc263eb558e09cad56f8738080bd90741d05e724978c62f8
MD5 1b183dfd87ff505d926975abdd60d19f
BLAKE2b-256 04265894662ab3176860fa417919f7912803bd0551dcf7106f640f4916c89af2

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d908cf203c9c9a16808465653ffa12f72d42b0afbdd377f308b4f04a9442fcd3
MD5 ac416ee94c71e29bf4692170abbe74ad
BLAKE2b-256 fce7e7b95872f4ded64d3040d471b2ed040b46247cdb8b5c387bc9c6bccbdbb3

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a726e65b6cc6341b8badc9e092624cad583c2e10d6e27159d1d245b88d50864d
MD5 2d65ba5eecd0ff8f95b0bc0e06a7f1e5
BLAKE2b-256 f17e0270cdb60ef662dbdf30c32b1de35cece375dd625079e38d012310a0ae23

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fc3ef3b85114dddbea964cb364689bb89a59c0711d2a99a3547af1abe693eef9
MD5 d12b94314fe80d897ee9867424a52af9
BLAKE2b-256 e07fec4045a87636683c47cd56634fa41832d3b469de7063c8e20238f21caebc

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ltcpy-1.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 187.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ltcpy-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6a4d61346ef2ffb78698ad2e9229b6f4448c0bdf36c6820d7320dc72a5e4124f
MD5 1c2e78ccb13c76444b28944eb7d67497
BLAKE2b-256 a0b2d5761f5bb4e18b7d626e860a083acc98757fd9b9421d1d238690d4e91648

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: ltcpy-1.0.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 175.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ltcpy-1.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8bae9438ac45cc2e64b2cb7edaededf8dd16fcb7f03d87a2113afbf0a1102fb7
MD5 a3e1790d0724da8e7c42aa7daf30a237
BLAKE2b-256 8aa2d6e8268ab04efa17e254facc2fee1c1880fe3eed85ea2f8a59b4700237e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94b9449fb3c1089759fc057c79da47d9a25cff4d4f76275cd785e074e4e449ef
MD5 8a533bffffd99cf4a62737dc489c1504
BLAKE2b-256 88803b5be09dbd791729f5572253ee5adb2bdad940a65c48caaed9bb1af00122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b3926cfac8ca31968f3b699d3ca2f407941b6c788b69128363f8598526265512
MD5 37f47cb2a3f3dafd8a7ac6117647b332
BLAKE2b-256 19f49e6e52b01fab842f25c862f3d9df1c6ce190e60f4dea8572fec52eb99af0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 802ebfe4a2c81df2e6dd7a5955ba10a846f84f975e96e7b21579d7bed52cc172
MD5 36bd25ebabc477b637d61fa9e005b412
BLAKE2b-256 bc4d3ccfd1d54de46da48ea555f5d120aef67c1082202d4e3e76fc0655026a7f

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9caa4a14394a196860bddaf5c4930ae235e527c795558b9b199d77d1eea4506b
MD5 ab439dbc35372724c8b71bf050050c8d
BLAKE2b-256 683347d7e1d7f3a29b3a0ea995b5bef29869175b8a8b15f8cb00afbb90c612a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 288a6e6b1811e79d5206f36077c4e6e04ba14b490549050d1d63fb631fa15e18
MD5 d57be7f2e7a04c066fb0613bc236d02e
BLAKE2b-256 e62c239a918244bac4bff205fedc58c7d4fb1f4a8ff336a281f5f20eda37a034

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a5d70c31e040b7595b4f54c7c7b12436952458bc20c2c5625f000a5888855a0
MD5 6ca10e07c5300bdc433352c474570299
BLAKE2b-256 ebe9d8436228b8344852685cf89c8b301caa78b3697203aec902ebd4097737d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d4d4a3297b371bbea2751fc7cd45f2b5729fb12504b7e38db319c56cce8c64d6
MD5 f7bd0f46ec5f7ca8e208ba0f92ec8fa6
BLAKE2b-256 71f184967ec761eb39451da97bf5bf42656feb77a63ff681a3c6ef4c9ac19bd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 588d4eec380096b31e7c21b7e1973c54bf74c925541ccc656bcf270b7aa03307
MD5 c6d3b465ccffa8a7f25b87fb3324bda4
BLAKE2b-256 cdf8a9fad1bdb98e497d40b2a4440dd27406549559818a3693ee08cc7056a9f5

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ltcpy-1.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 188.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ltcpy-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c6104c8e3618d67e79adb494ea771f72a3058f350380c9f30024ba6886a3dc32
MD5 8f15cf0741375b3a3d21350631df3d5c
BLAKE2b-256 be78401d3f8354694eef77cd3386ef2995dd4b9829c40e850376df1c6c2ddcac

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: ltcpy-1.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 177.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ltcpy-1.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d0613a6f4476856c3b7497d8454e6229d2195bb93f2485dda0a307659960f253
MD5 fcc15516c89d40e2a50e902e698d30f2
BLAKE2b-256 d572ac82400eb728a09890c8eddbcc19cb2bdd63b70a3dc78c6035b4c933e643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9fdf14f05d5b776eda04ebc19210ae81e9491e1f36c1bb718176f78b21cfa146
MD5 1c35037103c91c1af3da4a31a687e259
BLAKE2b-256 6a9e48427bdb792dd6501754b672b591eea71a574233a183b81ef18fb6a58694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 db6d2a4ccf5450ca2b384a3429337d3ae3339be92ac699c85cbc295406d97a10
MD5 a9b19883265121277ecab1209ca4e8fd
BLAKE2b-256 bfb8c6cd93780cc26f88b96dfd056d8fc2935a688950d850a56a70804bbd6816

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eb3484b9faf40b2787ea9488432e113ab2112fc33d83ddd87a768097b18ac25f
MD5 3a3df2ff690f33aad5978a9353b01bf6
BLAKE2b-256 68b9a0d11a0672e7ffa0bc77badb8e4692c39a0e795254cf30102bdb8f6d5af9

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c26052e7cc65dcd41c6ce11f394db605fb8f3c8c998392ec3530568063f2d2c0
MD5 2e3e3e476989463ef91b55801e3c3ec7
BLAKE2b-256 802f64816f40810207303dccdcda9f94161d3c7dc5d00045ca940d52f3903cdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bb5fc732baeca467e36ffbde6f9b800037cd7060a921b06e0d90ae4ae58accb4
MD5 83c9a06800adf4249b9ac228ea6b2cd7
BLAKE2b-256 7737dfed404ef1fcabcbac4e22f6c1446208acf2249dab5a66022de1901dbd2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9cc2fff4f552938ce4ae2bede4fc48d542f2f776d9126bf0144f285cc8cb644d
MD5 b75a32170c04c9fae9712c461bcece7e
BLAKE2b-256 6e8ad4f9e63bff2e5314288cfec95550d6f43af9b0a443951c8c9ccf32749bf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb18413223684f7bed9490be35573d4eff6a802770c34afad96e70f314fbeef0
MD5 c7551f773845114dbbaac3bdf94ab575
BLAKE2b-256 74961e8d24b8cf64262ff7e9be78c34bb24cd3520ff502189152d725e259f721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b6f0718fc491660d487fd28b8c1b4d9f83f48ab32178b0a078e8deb8c0874e07
MD5 7815966a4358c80f5a5d14b2b1169398
BLAKE2b-256 4ab3ef4da61c9180dbb11b560eff7603d11d4a1ee3fa446e4e3434323d7a7c4b

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ltcpy-1.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 188.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ltcpy-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 950229c4e7a9b9bbfbd3858614b5ce45df27e8549203fa82417d4c965af6b356
MD5 a84c93a45c8c7393b9292c334ab208a1
BLAKE2b-256 d03659cd4cdf8211787bd14c1ad67710026848265fe17d34b743b7cf1e41bc6f

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: ltcpy-1.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 177.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ltcpy-1.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 026d344bf2a0a9f152c18a5cf15bac429aaabde8b97dae14823645106f1b8322
MD5 f97a70fff72e0b2dc31b19efc54a1a7c
BLAKE2b-256 1843bf789db092abcb0e317bd6d590b7ae2b6f7f6d821f78d105810c808ede22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c536937635c6aba8a3631a41e1ef2a548e38e8ab2db3733003eee39a145a5e74
MD5 809d7127094b3583bf9105c18d940f57
BLAKE2b-256 dd14afdf0e18b33c18e1020974f32a749d17a521690283c8037ca31b7189576a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f16c43eac02b79390becda1fc3efe43346fd16cf9fc6d51a93866472b71f6a81
MD5 593f781a5fbee234741dd9312b71651d
BLAKE2b-256 79e09ef47e492b87b592c2f5f430074906c48188a349fdb85163a2aaa6dc5b8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3375a230a959596bdef13c51e267a3f4d448903ec106194263c8744b569e0c55
MD5 fd0afef9776a903142e9bd1bfc79ebea
BLAKE2b-256 70eb2440e4814b493082c17f91bd34ec635e97e6a44bdfae79599d22e220b3d1

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 81ab59755d7ea3e44bf6925d5907402cea84ec204daa09193d378868debaa4fe
MD5 f17b1b8b16047dbd96d0a301c6d5332b
BLAKE2b-256 d56ddb46480a073107b182bf49d5c5f4b903c9cf0159de00049233d5aa3042f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1cd84588dc53a72a29812d26225bf5e6e478047b24a3828d43df564561d9489a
MD5 5ef13ffabd41ccd8ea67701eed7986f4
BLAKE2b-256 aeecb1a406a1e1e82e306dcff1c13efbc23278ea36d73d31f7d1a9fdb7ac5f44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb35a996601c1e4d31d272177134bcf6251680d97fa7af07771eb04cd61b95e7
MD5 06e45f604901cda70a0c9617c0d4800d
BLAKE2b-256 6cf2e79640ecbeca1abbb1799d772ab212db00169ac7f5478e691c69e57b4d78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 730eef53a36083f80dc4affce294d60b62a1528a11e5190fb9830b7e00a1c4a1
MD5 e69c2ab79ccc5c489502352cc2db99c7
BLAKE2b-256 eadd2dc601d55001c7f4b28f61d5c81fe64bbf5922d04c89650bda66d9dfcd32

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cff9315c6a2f16625a968f4dfc306613e4ae991cf0107fe3d6d722354a9acdeb
MD5 2f65a698ce9b46c15d8421b1378dc442
BLAKE2b-256 849c16e7a924eb71b2e0f76874c426d487a322293ba725b0ca692f42c09e17da

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ltcpy-1.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 190.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ltcpy-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 741a6f95768f9bbdde9fbcf83fd1bc84ba0cfa5567487983969dcc9e42eac2af
MD5 bb4501ed44baa44cf3eacd141aae8e9f
BLAKE2b-256 1673f2cdb2b5d1e0a3aa8c85b87780a14f771c2b760be4c85dd2a142e05cccf0

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: ltcpy-1.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 178.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ltcpy-1.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 921cf29046ef2463fcfe61bb9ed3979663c5464b43d7452f6f84e488d3c976f6
MD5 0b642bf70ca082ac20864100c121a338
BLAKE2b-256 4ac937574691c6c68e3ed9771ab023be6f5826f7fdf24238be62ad4cc58c5eef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26ff35464000a6b624e3bab8377049c0ede3be797ea5c72555d7f39fb73387c8
MD5 d95a015755eaff79d76440d78fe3e8c3
BLAKE2b-256 fc02e5c804ce3ce6cd8376c3768b29fc3248b47cf503e940781ba45f457863e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e3d716a250a49cc4495ad49c49b4f0b994231f397258522e064da3c1d1d4780e
MD5 a96d1cc3699d09feb961cb3f118e034d
BLAKE2b-256 ddb5fafe33a9a3b186d8d95102e0f2d8b64106010f87762f9dfab75c5bef24bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 79b45cd95a41446b9546eb37e136d06051d066bf2aa6f52989caebac81b92fc7
MD5 44ca60a3f494b0f59fe8dba292fc6a65
BLAKE2b-256 00b21169af0a71b7c770ed2bd2ba880ef63f4e7ab2ae40842c0d99a83c74c453

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c907926fdf89821eae8870facf057b07e8aaff13678c422f2e63f0eadd3fbd1
MD5 8017ddb1f501faf73f0392889413d48c
BLAKE2b-256 0019811f315f2154b77434d12a905196895ec71e18251d57e8a9c565449cb56e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ec1d991db279e299b24033a7f881c916fae9c3fc25fb8ccf0eb1f6e3a9dadc1d
MD5 6001c32866a1c7153dd3c8e1b95d8b56
BLAKE2b-256 e00130c90e8ddc313702826b6da8095fe2544cd11fb3209c91208a556899f3f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96feba13ac5abc6c106ad5465a6ce58a7336b32ff3a39fbc560927409d320a21
MD5 ff6d252c0c3a1e06ccf686aae272c851
BLAKE2b-256 100923c2fea03c69b705a341fd83b3dbc271dc9654f05621d9e27e9555c0aa47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 312.1 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ltcpy-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb476cea5bf9bfa42131507a464db0090a3dc0ab191d19d264b6ca70f6f97722
MD5 f357262d4111b723dab1f5a7511ff7bd
BLAKE2b-256 ce228c816f78e24e279eeed863f1884c64305f04a3a24d9c79816fe29c93dd6b

See more details on using hashes here.

File details

Details for the file ltcpy-1.0.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ltcpy-1.0.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0b2d2284753092299f8d3de5459cb0460dd3585c098e7be65ce2e9eb9bad0e95
MD5 492a7fdbf6dbedc1ee24c2fd77bce7e0
BLAKE2b-256 095013770df6e474f1c5ab8a3222869bc2531115ac6a70f79fe0be25a2ae6650

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