Skip to main content

Efficient and robust topology-based clustering.

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 ltcpy 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.1-cp314-cp314-win_amd64.whl (187.9 kB view details)

Uploaded CPython 3.14Windows x86-64

ltcpy-1.0.1-cp314-cp314-win32.whl (176.0 kB view details)

Uploaded CPython 3.14Windows x86

ltcpy-1.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (361.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

ltcpy-1.0.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

ltcpy-1.0.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (485.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (382.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

ltcpy-1.0.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (357.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

ltcpy-1.0.1-cp314-cp314-macosx_11_0_arm64.whl (308.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ltcpy-1.0.1-cp314-cp314-macosx_10_12_x86_64.whl (317.9 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

ltcpy-1.0.1-cp313-cp313-win_amd64.whl (187.1 kB view details)

Uploaded CPython 3.13Windows x86-64

ltcpy-1.0.1-cp313-cp313-win32.whl (175.9 kB view details)

Uploaded CPython 3.13Windows x86

ltcpy-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (360.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ltcpy-1.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

ltcpy-1.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (484.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (381.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

ltcpy-1.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (356.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

ltcpy-1.0.1-cp313-cp313-macosx_11_0_arm64.whl (308.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ltcpy-1.0.1-cp313-cp313-macosx_10_12_x86_64.whl (317.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

ltcpy-1.0.1-cp312-cp312-win_amd64.whl (187.1 kB view details)

Uploaded CPython 3.12Windows x86-64

ltcpy-1.0.1-cp312-cp312-win32.whl (175.9 kB view details)

Uploaded CPython 3.12Windows x86

ltcpy-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (360.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ltcpy-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

ltcpy-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (484.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.1-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.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (357.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (308.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ltcpy-1.0.1-cp312-cp312-macosx_10_12_x86_64.whl (317.5 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

ltcpy-1.0.1-cp311-cp311-win_amd64.whl (188.9 kB view details)

Uploaded CPython 3.11Windows x86-64

ltcpy-1.0.1-cp311-cp311-win32.whl (177.5 kB view details)

Uploaded CPython 3.11Windows x86

ltcpy-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ltcpy-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (382.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

ltcpy-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (484.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (384.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ltcpy-1.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (360.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

ltcpy-1.0.1-cp311-cp311-macosx_11_0_arm64.whl (309.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ltcpy-1.0.1-cp311-cp311-macosx_10_12_x86_64.whl (318.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

ltcpy-1.0.1-cp310-cp310-win_amd64.whl (189.0 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

ltcpy-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (363.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ltcpy-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

ltcpy-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (486.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (384.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ltcpy-1.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (359.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

ltcpy-1.0.1-cp310-cp310-macosx_11_0_arm64.whl (310.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ltcpy-1.0.1-cp310-cp310-macosx_10_12_x86_64.whl (318.9 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

ltcpy-1.0.1-cp39-cp39-win_amd64.whl (190.4 kB view details)

Uploaded CPython 3.9Windows x86-64

ltcpy-1.0.1-cp39-cp39-win32.whl (179.1 kB view details)

Uploaded CPython 3.9Windows x86

ltcpy-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (364.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ltcpy-1.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (384.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

ltcpy-1.0.1-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.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (386.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

ltcpy-1.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (361.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ltcpy-1.0.1-cp39-cp39-macosx_11_0_arm64.whl (312.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ltcpy-1.0.1-cp39-cp39-macosx_10_12_x86_64.whl (320.9 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: ltcpy-1.0.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 187.9 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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7112f4ead07706c1f176799c8c78623a8894a9509a5c0ecd8c0282849d3cdf04
MD5 0a4d2c4e59270be10cfc4a9f2c422703
BLAKE2b-256 fe81f1e155ff1b4536b6a760d900f72984afa69a2cae4058034b0a53d02e915b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 176.0 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.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 c109f1c288b8d20964099c9e120ae3ce3f2d633bc9731cd66aa82dc5a5187d5f
MD5 3d6b3cc0e99f157612a5825de589a9e8
BLAKE2b-256 3af8fbe7fe7ece602be26cb07e9cd85a4c64d63199902802dbc970d438e69350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a34d6b43d7184c710f9c90bbd2af66b43df2260ccbbd576bfc60243bcae26976
MD5 dbeb5171f6952cfcbcb7cf6a7f1fbe19
BLAKE2b-256 9d70c00f76d72a1c981bdf49d3c4303a9d742b3262ecfd1ebda5f0a769fc2c06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 06407855d784f95942c1ed7e3d82b7ba603ec8b03c7aa1a21e8bea4f1fe4aa17
MD5 4449940fd6bd8dc02d941834e04d6811
BLAKE2b-256 2424820cb8dba25668b8ef451fcbfb0c5074a7f00423d4d694ab95491ba58700

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d33704954f6421a8b30f8cce771ca044fba6f2fa040dbf376278ae6eb78268c2
MD5 3d20b31377d3c90dfb10f48d9c54917e
BLAKE2b-256 3950473d4669d8a2a53dde94793e94f529e4466a0391ab8c5c6ffd6be5629b96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8bb5ed031688b93d204bb5bf080c08adbc2ed4015f26a53fbd0d32e2de24c578
MD5 52745f1cd50b61c75d0e88ee864c9377
BLAKE2b-256 09ff8c0c3746024534280f1bd13bb6198c252d05d70a17ae0b1b766d2b27f27d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 229c0d06ac207c5efa464e0c1f23076be07f85d7fc1eb8255384de9ca13dc6e1
MD5 5e49fa376dad9a2df88fc3e160faf493
BLAKE2b-256 df600d526ccc8ce255791663a3aa88ffbb1744a6fe7a233ffd1d9c15ca869318

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d403fb03828c92e6905b72173c32cc6e342d3f344c4da09aa99d7abb682a72d9
MD5 e0b7450ae7ebf78db213f7551d10aafe
BLAKE2b-256 0b3a1427dc4d74de6f9cbd1aca811c07fe336063de50c3dc1b6933f7b1ca2044

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54c8475e1f448e7c1579c5b1d3b387cdf2855f237e7ce744d03f9f614fbb5172
MD5 c0104f7d9fa2dff3a74b1a500170b154
BLAKE2b-256 81491a7f60674b50e3183d565bed9f543d2c38262b444610334fa556641a06c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 467298fbea8f173302815be4a502c0a395df4e509c27e12ca6448f397e6ef4d6
MD5 0d1c60e53d2c7093559c0fe314e38c6e
BLAKE2b-256 637a687d5aeb7c5d58fd017a02efd1a24e32834ccaf1618c378177839142f7bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 187.1 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7eb42f0f248f2bde8fda45816b2a3718af7107be44e6de0b03ab64a9781e96a9
MD5 077f44eace48bbc97f5809bf8a60a463
BLAKE2b-256 f577960d042992a5e41fb2fb23efd09e67f34ba90b2a9705a68b8a814d6ac4de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 175.9 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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 698cc162f71d252d3ad5dee860f8bd894e3573ad54f2faa41492c82402892d88
MD5 22ebf8c83151001cf01cfab1b18a9079
BLAKE2b-256 c9f905a1dd2bd406eddf2ff168e5b8c90d1b8e466a134774b24dc2d6664e392c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cbcfc95188c168d0c40e25b02e21e62d07740620d0dd177b1ced488151dcd02
MD5 a42984a306a63253113dbf9f4a25cd78
BLAKE2b-256 06f4f57719effaebe67520e16041932c06f697a436e2a1541e061edfb176800c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 00eb3bd6399a016ec84fc22d8716a4f9c0a438bb60e242b8dd748eb32b53edf8
MD5 054eb927f727b66b77dd78a0a74d5b36
BLAKE2b-256 5f1a0c8897172fa6e64ef5c92a4189b38a658adbb967fb40ce3dd957d987f482

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 91912c871289d704eefdf4c948ce9a11e1a6726139f39c7d68d859ac9c7d0dae
MD5 20e44343ab26e7f699ee5fa04f58f6aa
BLAKE2b-256 ae636dec1059e3d2b5b3333625a30d19c29141b364ae7982f05d6e057a24fed9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd327329432b2374b7341a84fdb17ee731dc47c5f0ebe8a7f8964eeb6a2e2370
MD5 b2731f3c066ebf73fff3306431371029
BLAKE2b-256 23560244f84f49072da5898db73a923233746437fb0b2bcdfd888f75afd88c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d16886f5428ac9c28808ebae3c056376cc58757679ed4184df3909efcecc6080
MD5 b2495ee03b3c33c284bda09eb1d69eda
BLAKE2b-256 ab12b0075d1f930a5f4210531655658fe26fdeb6b907705549bad08b9c864991

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 350ab9c69ebbfa3a2e97b04b96be702d87aa5ddd254445f5449e3afb6678d9f0
MD5 1b400bf1fa71273caac3924d3d253aef
BLAKE2b-256 4d839ff933969e67db9e893cb77ed260e8bc82100e3282744e1013eb01f1af88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 404049857c4c0f18d6ea625c1f6af6196933b8445ce92fb31a8610067411906e
MD5 977d3379e5a70da0ae2a32015560a26b
BLAKE2b-256 f765284ab8401c68b0948e5339e6e97aaa0ffaecb4c99ed1d17c64fc6fa6309f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e2b9f27184c1b5712a4c132e1bbe179fec8cdd73a4f7898d18031229091df8d0
MD5 40476a29502b4bf6031386c14132aac4
BLAKE2b-256 015afd2b8e81d78376159c86cdb0a436d5ff0770531945432396ddca85e5a257

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 187.1 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1c21ad5f22617fad938d23b6701fd89bcc066ca02632170eac2f3d49d413eef3
MD5 e5671b16e23110182b91a40244beb6bd
BLAKE2b-256 e95036c6729057016c016a876c05084d0bf4b986f2245db9ee76225c3026d521

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 175.9 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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7451fb8a8a02f823915e95751a398210c1407bf034526751cbcf5ee65c49ef11
MD5 d04b974565b55061c660ec63986bac8e
BLAKE2b-256 593799695f114e1946ce9fd4a8ac9957b416d048cfa9992a7b82bf12f5cee9b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3fb3e535d5a5579ff9fa6be7bb80340986f8a762eb0dfaef028ab4c6eb7a06f5
MD5 ceff53a784f9920449329fc987b4eef6
BLAKE2b-256 8169a8199a33dc99ef0ef87167b047fbc5ac7ffd5aedfb0cb12672e5a3164b09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9f4a4e96004141bb9dce07a3033d7a206e736ef8ea854c4256ce46bb8fe750e6
MD5 a8d85e001d8fa68bf65d72ff8ee6cda0
BLAKE2b-256 077784697140d5d58085507f21d8dc62407bd02c8593adddbc104c160aeb1c54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b80660e57b36908fe236e9d2bd8c640aee544beac713092ba9c75c0293414b5e
MD5 60552fdad4b673d75e1564a842d65bb5
BLAKE2b-256 da332d2321d1ad0ea9d9d9d2b1bc786034df9a47a20fadfa77f333f193fb912f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6d611ded22679eeb53e8c43cedfb3d4e60e83695154b73525bbf4784a9aa5af3
MD5 b4e981dfee26d22c1704f75e3b4afb3c
BLAKE2b-256 926480b9a0cb7d09ab40ba937d1221fe4eb23944ecb155831f0ebb6f218636f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cad55fe695a2b6fd4469eacb7f031d98707817dc6f9e4bd2835b5ac5bdcc6a2b
MD5 caabe1fc765ac6f9fbcc9921a68277c2
BLAKE2b-256 cc543ef100fdfb24dbec3b0b858aaad6f384dbb0bfe0042a038d110887ef4a8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3419887b5f644dc3281a5668bd99b4886fcadab2728ca659c01207f9fa1f38af
MD5 a355e9f99253d73045ba65ac6ba293ed
BLAKE2b-256 0f5eb09c6dc6efd34ecf40f45e0f6fe9bf20546429054936664c1742a58566cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d299756df5e55f6f8282868e19d0851b998f1dfd49f75c27a98f85c40d202bc
MD5 cdf1c803433a7bce5e75f063f8ca5625
BLAKE2b-256 8ec8d0a6ad08cb79c63a6aa13e92acee893d6b554326a85306a4f04a716aa84b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3445c57756a7c87e2039425ab5d1da3c68363ca3d8f6ec954aded9931b5695b7
MD5 5c698110e1c17e498d2e21b5c4accf50
BLAKE2b-256 1a361736b39fcae2b69cec3065f895e826cdf9aba2f2c8557ce2fefa05555555

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 188.9 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a42662e363b713d1fed525dcd3cc44bbc22a395fd371ded8f55483a7b212c519
MD5 d304bc4bd765c98b297eb803b7d266e7
BLAKE2b-256 24bbcaf4a723aa25b6839b3f9441cd8b0a0bd81cb257578ef3e8a0a2cd1d30f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 177.5 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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ecbc59bca0a2a1fb2fa461376853d1d3875de59d0be7a5d999b2a55b62f05306
MD5 8922dc65c746a48d86b56498302d5ce5
BLAKE2b-256 f01d5136973272ace477c5c3c0fadb1a0edbb1ee5cf4fa25dd0689d56f728484

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b69d324524a4ec17a0bf65d3ec565aa219ce21498fae24eea3dcbbd67c4df9d5
MD5 4e91aaedca3ecec71314accc4622d0a0
BLAKE2b-256 78c89a8b4d264ae21f829cb3e93a881536a6212c84f6d7aa2afdf2a92a1c359f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 64c48a1e0458dfb9bfa3be31482c4b1f7af880a211215f3186e4ff93aeb78d28
MD5 421752eda587eef0377b5ac8e9272b7f
BLAKE2b-256 a4c42a6f5536205f690c90248b5cef78554f7a6866c30f30f8601c45e31ab013

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 91988f000923786b5969d253cc822748768325199cfe44c9f4efc4a61386d5e4
MD5 44a34c83eeb1248a913c494336dcba70
BLAKE2b-256 2c21587e73b5cdabce293c4464aab4ef5ae1ee82d408c9aa7074895488c90078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d3257e1b9860ee3c2020a60155b36af3620744b2fd00826d14c753c3debb4d27
MD5 814d3eda9fbf24e2caaeaa466ce9415e
BLAKE2b-256 3e9c7c61dbc977cc42f2e992d0b09f52c08f63cd98a15289f4197208e8874a3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 efd2a3244b7742ad41e06797152bf5c1728a93ccabd5ca95258e47a7d6c60676
MD5 b7846f40e3a3398cbf125f5fb652dfa4
BLAKE2b-256 e7277b0713e06937d23d2a1d480b0043bfd877e023c72df0e684aa4d832925d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45748c46f3ccab42cc9f30b42ef344b107caefdf7e255f907568faf517f6a75c
MD5 801d62fe9cc3a56fb8959c6ec69d09aa
BLAKE2b-256 f295bffb155e0e79d665d203acb59b037d48905f8e3521b60b84a31416ded85c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1cce64eb1ef8326fb77426cdb70eec73e028d9c13e4befcbee98fd091130711f
MD5 bb3064fe85b62616ef909de715b44d3b
BLAKE2b-256 c97f10e256e230437a6c889f40228cff5d9716e8a58717210fe7594e7a255458

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 71af81c30ed7633097cc7bff4b15cca04197fb7cfd3c8249b72251f04e8330c3
MD5 218d4c4815b61d57ca21f2299550c1ce
BLAKE2b-256 157c819260be7d896d546830f5ef5c062ae23b1de91e6e698744acb2e62e960f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 189.0 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6a6a35560e4070e342a337aefb61f8851067fbbeef0b48d8e5de7da930a7a65a
MD5 3e407b0c9bcce7235a6d0556400ed01d
BLAKE2b-256 7c863dc477834fc0dc2521f7fa6e0c367c1109624f643fad7abd5a29658607c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.1-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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 cfd956184e77ab4ea78d0e642d62621053d6cbf1ea7088f165166867b2bf85ba
MD5 cc9c423b08d10dacb0e090798a3d2080
BLAKE2b-256 3daa298daa8d1d9e21ffb4d8fbc87d5ecf08201a56feb6bff2c0e837a1eee43f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3de0507345af79f0e08072f87b3733f9048e73bed6cab07b1ea511e7378842d
MD5 6a810e6b038767b8250b4ebde15ef8ba
BLAKE2b-256 0f1f939c319adbbcae9b83f834f2d0a88556f810fe5b76cfb815bb10ed6a1563

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c670dd68371927d16a62ce52482744b69c79562824a054b98bdeab27748f73a3
MD5 7a8042923126414a9eb60d48cb8c5b32
BLAKE2b-256 407970813af85f9f0b15868eb24a06a88dd1f13b00503202ba6d197c68e3b16d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b4433a472e5edd7cd4d329918e97e62f708ee5962acf105f7f35f826b0b46177
MD5 961734e97ee9a96dc39ea9169d276a5f
BLAKE2b-256 1f406e836dadacfe3ca510eb075d453685be69758fbeaccfae1189cffaa83d59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 63bf6c0528a89d30b856e8890cf8d78f68b29bf21ab3354a8da93736e1b1640c
MD5 7dfc9a5174471b172888be6eeb474997
BLAKE2b-256 f69e841a5d06fda037c0429cd038eeefd76d5713fe32327ae847e6f2097e4320

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 092bb12f341b8f917f71622bb91999189d79b6aed055896a4ce2486bef702a75
MD5 986e5a7f7db31d5f483c4cff38f1c378
BLAKE2b-256 4616d69bc679740c207de8fd58612369a745549bb1cdb70b2218503b346d271e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93d84e4451719954ef1ac2cf72278c23c9788f32fee5a221c5c46c0a73904ccf
MD5 85dd0a16ca59fc018d19e887571ea076
BLAKE2b-256 1d9d1a7c993afe8ce3c09ff6aa5db4a59e9ef0eabe5bcdc819ddb7193ff9e275

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07ae211425bc9b38b20ae77bc9bb9c682ba2903024e44ba7328743d315447d47
MD5 665e94459e7988bbb579e3ada647f89b
BLAKE2b-256 1e7b1f3e186ea6a4b6e71ff8fb13e77332c2abedf8b4b7ae20b5790ca7d23c8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2a551216baf3fc13ae7a3fd4f3fb138a43d6831e391a4c8c9675e97d49263440
MD5 86668e9ef50384338238c1fcfa8cfac2
BLAKE2b-256 f6340393a4efd7796a6e4b83681ac456db6f986530705da5b86ec7a1ed281526

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 190.4 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 46893b2825c7a5d1676bef4dc6d9981d668a76c42fa1b9e1e5f75bf06b7def52
MD5 b698ba41fcbf009425388f50fef538ac
BLAKE2b-256 dc79ac061f317014ca30087cd245f80788ab496e34abe75845c066db13ebd6d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 179.1 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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 54657d3810bedd90b2d06241a82af72a206276f65c8dcdd1633ef56c5191dfd5
MD5 ac97a34abb69263c08e289a77c993a1e
BLAKE2b-256 c2ab6dbad5cde975e0b0609f02a61038ace10d2be6aa524a3c8bfb4727c533bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 626cd8d9b3eaf298511e56a269e547af00beca49c96c442b3f3a5738f26125d8
MD5 d25efdff28c283aaf88c1ccab6bb103a
BLAKE2b-256 bcf921644d094f6f6a7f2374abfffcb3349d97dd9fbdab6a394145e813db95d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 67b7117bd0e275c2c4ef48ed43997d1daad1c2cd400eca0df5569385f310f28d
MD5 72fa175ce91b1ba72e601ea2b0e8a830
BLAKE2b-256 e268bed5e239b378e51ea5cb390f716b05fa67fcedb08d8cb34894526e919f19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0fb3079e485137c2301177f4800b626b7244d1bf01776e772fe12abb0c04f8fc
MD5 3bded02704d7adbaca1d0840a4db03e9
BLAKE2b-256 770b7a39207f42b825cff850de96d71fc4ca4633afb4187c9337278bcd4b65b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4fccdd8e559839b3533bf3d4e348748f602b7a11c3a4bc1215795a35eb440a2e
MD5 9989feaaa38f0a2b1c97b69978b85b77
BLAKE2b-256 1fea70e5467960927c31a73e31d93a425f9537f1030fd1c2e9d5a46790deda65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a6a653075f6dc9fd95a6bc100dfa1cf2c4b6a79c3b069ff7e7ad2a41dd969754
MD5 040cf4916ffaff3877e921f393cabd80
BLAKE2b-256 e3d7d318cccf60eed2e01d373962904b3278d4920f7f9264b4fcf216c3c4c9bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a26e272ae45303abaca4773799a8004f47cfae6930af413034c3963d96299a9a
MD5 e721803f1e103090289dd068fa1646da
BLAKE2b-256 ee5a6bc92d46fa0adfda1e99aaee1eeb4922bd50185300520e1162057e3cf45b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 312.3 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.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b467a6b6383ccb74d3bc8e1ec4679fe222f1ad7fa225655b53f904e3648675d0
MD5 03c6609089ae54b25ea5a15ca4298e93
BLAKE2b-256 4012539ce127ab4a9c71b4380b22d5c0131246578438a8b39d61bdd070a7c56b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2a242099e983c1cb5271449dd81a027dd188ccebe31d007ea7e3b769209f8b62
MD5 0a6aa709585309a7048b8c8a62adc178
BLAKE2b-256 b7f7bb1f14e8a233e87ce30e32d89d084e2817ed4785b75325e5bc4a605fea7a

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