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 with pip from PyPI with

pip install ltcpy

Alternatively, build from source with Rust and 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.2-cp314-cp314-win_amd64.whl (187.9 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

ltcpy-1.0.2-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.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

ltcpy-1.0.2-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.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (382.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

ltcpy-1.0.2-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.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

ltcpy-1.0.2-cp314-cp314-macosx_10_12_x86_64.whl (317.8 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

ltcpy-1.0.2-cp313-cp313-win32.whl (176.0 kB view details)

Uploaded CPython 3.13Windows x86

ltcpy-1.0.2-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.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

ltcpy-1.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (484.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (381.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

ltcpy-1.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (356.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.2-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.2-cp313-cp313-macosx_11_0_arm64.whl (308.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

ltcpy-1.0.2-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.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

ltcpy-1.0.2-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.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (382.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

ltcpy-1.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (357.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

ltcpy-1.0.2-cp312-cp312-macosx_11_0_arm64.whl (308.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ltcpy-1.0.2-cp312-cp312-macosx_10_12_x86_64.whl (317.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

ltcpy-1.0.2-cp311-cp311-win_amd64.whl (189.0 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

ltcpy-1.0.2-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.2-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.2-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.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (384.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ltcpy-1.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (359.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (309.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

ltcpy-1.0.2-cp310-cp310-win_amd64.whl (189.1 kB view details)

Uploaded CPython 3.10Windows x86-64

ltcpy-1.0.2-cp310-cp310-win32.whl (177.7 kB view details)

Uploaded CPython 3.10Windows x86

ltcpy-1.0.2-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.2-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.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (486.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (384.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ltcpy-1.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (359.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (310.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

ltcpy-1.0.2-cp39-cp39-win_amd64.whl (190.5 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

ltcpy-1.0.2-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.2-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.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (490.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

ltcpy-1.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (387.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

ltcpy-1.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (361.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

ltcpy-1.0.2-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.2-cp39-cp39-macosx_11_0_arm64.whl (312.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ltcpy-1.0.2-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.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: ltcpy-1.0.2-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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c17aa69f5f9e8d00cb95a49b150be1be6ed946cecc934f2db265d7c4ffe7264a
MD5 c25402deb51be8a8583ebd48226fe2b7
BLAKE2b-256 c1d7d519ad7a6ede4cbfcb1831f7d86fe7f32aa8c7a4c4792b4733e3edc0d415

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.2-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.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d42c38d6dda2c12566f13e7e29ce3270e18d02e0f6e856e2cc8a26ad13df7448
MD5 50914392c51c1f3769be5180f3d358cb
BLAKE2b-256 70745de7227c0ae9951bee5bd9b321075eec746481590fe98bf05541cca1f86b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f12c70056a3fc6b89898d2f46cc15d229d0a843ed92c3fb81ddd29c56a2c4ba6
MD5 255bf1c309c58237cd580f9c31882fdc
BLAKE2b-256 4f62c11df5866d009e10f7e34344c9fc50991f5d14d457d34837ea518d77bb6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4747469f81d64eb112016fd3f966b9077be842f883a3ccc7d2e409f5533d8343
MD5 16afd6fc86b12e0d488fd17b3ee69229
BLAKE2b-256 9f64c83760e7c39d92abafd25a25ee200287f7a2e1415cd04680c6063c9c61e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c6792404785d7f5030ea44fef2578b3946e13ec2c55df256905414d7c776e14c
MD5 95545a72c7210d09a300ad7b4656e7b8
BLAKE2b-256 d250426b0e00f23bbb82aabf682f8473a32ba5fc8d7ab3d0076e7a322d276ee6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d3196af46b9d395d91cf201a6c3124e74f5d16280f49484de66b4acf9b64952b
MD5 e01131442b417f14eac0be904757e3a1
BLAKE2b-256 45c8ee1e913274af093e7ef52a99b1e7dada41f301e80f41c9679f1daa629981

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d8c005200476f25c1ac73436b95800a61e3d200c387b46340d86c64ee88a8fc9
MD5 1ed31d1377b0c3183721ec8d47e65627
BLAKE2b-256 0049b705d3b96b63cbfc918fd60e9437bc551e87bd8e9c0ee1beefe3c6d8b161

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 327891df130f90e005d9f2b16532d5fa90d8cdf6bc5f75bf03fab52b7fb791e6
MD5 92733e67245416c82d8b94f7c998fa1b
BLAKE2b-256 273af0a804bd83bcef33aa77c768634b0fb2bad9bbb5c270b42f120aa110a53a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12cc1c2d62d99eb64eee9ae4e2f0fb29764ec1c9b816bac2da4562bc501feabb
MD5 259200ada94b38ba4e7ba3d1e0d7d0bf
BLAKE2b-256 93448665f1757370acab63bc49d7165f3b7d625de94af6b66b31a69d966acdc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 abdbd45e48a94042a186f07938c84062cf9e2cc7c0bbbcff29008c855699fb33
MD5 7e87ab9a81c4c04b950b722a18706295
BLAKE2b-256 8753060ab49c039423f50e222cd1d655025949aab85cb8227410bdb621b4989f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.2-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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 19d15a807aa8e4a5bae8872262d33e40956f35e843ce5270a7493201c2b836fe
MD5 e3348cbd1aa3b84181f844b3b7835ab2
BLAKE2b-256 ce2f69ba48de6ddef51fc2ee919ca55db22d2b2c232c15b436581f57346d896a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 176.0 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.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 686e8b4e97e79c630dbda136170e2efa606f740216a4510b7c9aba1f731d5459
MD5 0c079fd7d6021fe29d46a6e838d64771
BLAKE2b-256 6a238974507f128807e77603dbed7868a478f016ae90455c4dcf06567002b916

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6599f3d0ca754285e462a72836046e8464790876f8ea7ecf5f0937e636330e7
MD5 864dba5c89dfee3e16f976492c8eb3a9
BLAKE2b-256 0a266dbe1e460d742854763cb13b75c464b54809536928540cb5ab369232f0b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f9efd2ea89983cfe3e1780d6dba9d03ca01282768b9d5347454b78035dba41c5
MD5 f92949378e46f22e60253cfd401d3020
BLAKE2b-256 18a59db3f5bf131fa0004e7c2caf7db3ff02cf5851bab4c46416844ebd7b6c75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0691078a037cc216b08d58cee5f779afd3b2a18ebcfda140606fc8f4db89ab32
MD5 0ea0b0088603865b30f2218e594b2251
BLAKE2b-256 a04a6b71ac626e97f2038ed4e6045b1282e7ea41c6e6fff3e3d4584a46f8200b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c47f984f596c4f39b56fbe4687aaf4b1ba162b5f67b75dc0747baf2c1378d3c4
MD5 998f696909a38e68d9ca4b085f1bb16a
BLAKE2b-256 83804e5f4d57d2d278b054dbe4223f9b0d2f8a51906f2737a95f56c27e4b0ebe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2f4753ed8b3a230bf6f8ccf0373db8155f9c6b8d4f4352e8798c598213f7f9a2
MD5 eb1ff57cce4f7e4ec6faf794cd5b9c0f
BLAKE2b-256 dbd2c7227814f2f15433e1d2771414f93c39dc27ccd38fef91e049107e56ad45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 470f5f83c62fcf376f0c375b53246e5c8e001ee243693e4235720b7fb03645f7
MD5 ae14c91d936c484a30f3aa0e8b03eda3
BLAKE2b-256 b0a00019f6bd74931c255d0bb293fdcd801f09102f0b9e2d82db85d4d9e4a1a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a695505254ebda85f721e6bf3d7a52bf1ec93589ea5a61e370fe8499b069c536
MD5 7c5d25da381203e3ad93fdddc3762e05
BLAKE2b-256 5633833748899af535144281fc3faf4d22de95e6fd1bd9bc1e160d7b46a55038

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c0947d4aea815384609032cf1d2ad6254c54c50f638829c59ccea4e57fe2efab
MD5 86dd0cc6edf0da24c761985d340a8063
BLAKE2b-256 a648ba1839b17d630792610be3028e071e617d3124b5c79ceddda33d39c62130

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e4eb159ebd90bd9d7e8a66c8c82134b4da16d02cf72b8f18093b3cd1fc886c4c
MD5 744e13a7bcbb26c8e2e3d3e335b11bf8
BLAKE2b-256 cdef719a0d769d08dd7557e531ebca5698b48c8027ebe56cdd5a5cb65062567c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.2-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.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 74b45f23b85fe281e50f2f22b4fa3b7157f517ae58809474c938955841e2312e
MD5 bd8b086a74694926680a1142ed8cadf1
BLAKE2b-256 b052ada4f30bde7294c6652763ab67769fb6815c91dfb55875ac2f0e542abc74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e8eb39aad53ba3907c2793b0f0332b5fce82968d380bfcb2e95aab326ca9980
MD5 6f0eac9dd97c54031b06db008c735a1e
BLAKE2b-256 d1598e05451be8efaf6652876cc267fcc9b96442dfd2d96689f6876cc3104c2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 651d88a2edfade96ffe8e825a254bad041193edfdfdcc990e81b8468ca0a0c31
MD5 bd001f4da7ffc23f3aeadce1e7796905
BLAKE2b-256 ff09e0d14e9b1b776aab0b90239681aa4b569e0b16c57c0156f7975ab5a3cc5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8cefa5685123d7fd00d7a5132086639dd8fe1d01a390bf37e28286c4a38d5fe3
MD5 420f44bdebd387e7029afc799fd67735
BLAKE2b-256 88ba620073220cf3bd927aa0456b12c959ea71614163ba5db9bc94f61568ebc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ba48ee66af418534a540bf6083b6b86aa03c723447fbafdd00451b028f41fb0c
MD5 4d195b32cdeb37c8844591a6fb797b3d
BLAKE2b-256 9b58b204ef0b9bfbd38bc9e085c97dcb9404cf0f4aa926a777bd6f223ca314c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 842a391e966cc2595a888a08ead007fccbf40df6e70424482ee664b8b5d9c033
MD5 af523c24117ecc1c3549a59046567426
BLAKE2b-256 05dcc04c16843969b6eb281e4d3f3033e5c61ab9e0bb108c96ef627a34b4d1d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 579e5ec673beeb1a546d701f66326a69e8e2755f4ecefe2824450b63d5f1757c
MD5 78c4ca92521a89c0d4666b4e73a04231
BLAKE2b-256 5a9e1f0de3be6094d3ae478f02f1d7b4878e646366469def48d0b75a9c5e7ee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a39960c9bac5b415d589275bab42a877df4b81e1820fe9de4969e637fa4efa47
MD5 f9682be0474938817366870ae43e5420
BLAKE2b-256 4bba29948ab74fb8b12ff6d329a87ded626511044eb682759accfb30e923002a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8f8bd62bf9e52b80980688670f4b4cb1957c0a9d320f2c6a0df01a1296297b23
MD5 e6b177b60cc2f87ae8d3ab23ce28118a
BLAKE2b-256 d720f192adb4cae3d730737545c5acc4233f65e92b8b0e07efd7621d110d33a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 189.0 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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6eba5d771b658167759421932f1555e91329d74e3cd822f6814c0f1c9cdaa7a2
MD5 493afd91dc941af33242d606fe8b306e
BLAKE2b-256 eef301ae4888d4402f35f924e0ad026584f6b2f38c3b0d9e586b932608be4d00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.2-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.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1b3491afe0f63e249b0f79a6cace2bdad4760f4db24fe95a8caa232ec496d334
MD5 09ee9fa6569adffff69523b5b0ff99c2
BLAKE2b-256 d8d3e9a66f53f9f726cc1769112da84e1b85f1b45b40360c0fb48d2ffdcaaa7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6150faa12dce80437b7d0f71d96623d17fa8c9a90798c479ec3b551c6ad9d3ef
MD5 cb77bd142c8837604605c72241fca199
BLAKE2b-256 604c1db68ea909135b0a751f5a9d6293e1f6a736628e39ddd99e108ff5c899a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1f6b1583eb97e7055bab30875da0f6611f18d944f0b3b0b132ff790efa21070e
MD5 ccac5f6057a68fa3687e5d6c0bb617b3
BLAKE2b-256 94c9ef167cbc38af6f54379a3ffb7db99976912ca4e7f10700eedbcb703ad0e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 04609b3a7e68033b35ed5cadf0d9a09590b816af1b6407dfd7adb1d10da0f48b
MD5 0ad72ead40f56dde2f23b70023fbe963
BLAKE2b-256 22b60258a86761da35eae9fbfb36c85fbd712d9cede64db6a5e6b07fc8b800dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f307f6c0609dae8a0e72b39aa0749e50bc82b801f77710a481394278e5f7072e
MD5 e3b02082d3fbb5944a702a039f9d12ae
BLAKE2b-256 7f49c077f9c5dd3ef42c572b1d296079985f97c64c78403f4c0a4d9548f8866f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3d7217654e569f889d901cad63da715e6edb28d965c5509ee0f920a6602992e6
MD5 cc839111e6bb0884ee217eece827683e
BLAKE2b-256 d13bbc5e609df96e474ae5882b7d9151887cf7bdee8eb2ff950f83a147f5352d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f59526197dce9597af560fe7a80da5574e265e0d34e9b519caadbcfb984111ae
MD5 9056090c5d1105676acb0b091a616692
BLAKE2b-256 4d37dec1befa3f6396a3396f103937ebbf356f491fb1867b21290563a3eca240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8d595fca6e539d9cb4da4ab9a62ed5fe8fdcf71fe7ff7f9d51b182c8e36e09b
MD5 5ca84ee1ea61db43dd67d85d105b2c42
BLAKE2b-256 0193fa2920055389174f26f9ad0b1caab4e755b0a93993f1bfcfefe77b3d2019

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3eeb11316e4a8066756d37dcb48fc80fe532468f1b0d1df39cc7a12bc43055fc
MD5 2961a0dd1e5d882f9ed368ea75d4ea4e
BLAKE2b-256 e83ac1796747015e07805afd3afa8a7cd2892fb54275e2b84e07f9087c139cae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 189.1 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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 06dfa1b1135eb612a7f38fed3e276b2c59387ff7acbf9e8166b6f24b40d6df5f
MD5 d21b6154925be419fc76d136653b5297
BLAKE2b-256 e2f9b71457200afaa79bc5380d3d6913d3502b061dc84e7df47e5f4b3cb6f2ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 177.7 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.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 946abe8d2a0d86269dd945753dc9dcb63db10b0f4ccf0e00fea4ce83e38b571e
MD5 b137f21c02b05b457782ca8b8ff381a3
BLAKE2b-256 c8f77cb008f47fd7b7589e06fab319cfc313a492d7fc95ac9048d53f87b029fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33f8d2d0fecd3dc34def42de55c7201f8e2455b8ad63361d2f856e3085f1915c
MD5 8fa65f793bb880702997d43beeb04b84
BLAKE2b-256 76327fb5fc41223a8c28b314dd257fac9edeb327ec1cb779e42798afba8f6435

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6bc11958aca86ab2f97f97c673e9213659241e5ce3fd03b49494e9d300222801
MD5 452bac7e2b0acf6114ec6fe013138fe8
BLAKE2b-256 75c9388ee03d8e58eb65a56a319291d45e6509d97a84705811292da5c7d604f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 82a73efd19f676627e7e562f5fcfc593f5b27c5319ae8c05cdd7753646e287a2
MD5 50691a6f6e242b174d8774c1a0dc1473
BLAKE2b-256 52ebd083b3319c480b788d854424991ea85d7894e4d2f6fb9ceb002c75ec6f73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8f8817ddc24951e94cc956ab180e3da8a0ad491a21380e273777ecf6794a79ba
MD5 0da8248775e0ef052e659c1d12b72fa3
BLAKE2b-256 45cedf0d5d2776117fe510c2fdcc67eb3571553ca67e45b9fee2602855d58f22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 101b7a3c04a935fbb3c1550c7a28c000d486d1f7ee7af7abe2dfae08404716ca
MD5 c9474c58c7069832a7532476d41ec005
BLAKE2b-256 4dab0a3333f8450900a2d36475df4920b965dac35b4e4a06bec2a21ffd9f56a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec2510d11aa79dd19c595765873e22b61ca7cbd6b438d7d4e799a7a8b015f0c7
MD5 5aa46f153727b01fc249cd1d1f7981b5
BLAKE2b-256 d6e2fb2850952939dd0e67eafdfb0d0b5df6681898c89c24a53d426e8af9a5f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b40dbc8dfae16d24432c8abda615abe549183ab39383b9d7c6957f18996a8263
MD5 b31316525761b1224dcf6bff6253e906
BLAKE2b-256 154643c9c081d2235b8f15a0f8cf6fa36904b01553286347b13d4027e89a3621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a316dd41303a7273214e9cd62ca45a97638f417e9bcfc9216809250039f972b5
MD5 a87447724e1965e45df533043d8831cc
BLAKE2b-256 8c7b083e94ca3f6d041d3d1795c845fb276b976dcc40220b4a036b8f88e7422d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 190.5 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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 70725dd836a05be7cac3e4ef3dd76968042a118fe0cce8946ae1b76265a42c0a
MD5 199b4313c7939014c2b7b02a5143c294
BLAKE2b-256 6715539c50ae3351436c06287febc0f057ee904064147b2e301dff66906f0910

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.2-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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d95e3fd5bf0825198d7d9d2f5e6272e04b5560ec98bce1c16a0ab61baf8895d4
MD5 e6d7180fb2246d2c206eadeb2427f6d7
BLAKE2b-256 2b8d257ac1a75c32ce539c214ddf135683031e226facfc65cec68290051ba987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62227a7a85fc0055e02fb65ebcf98e6725d7dc3ac6082822c95a35ffa59d25fa
MD5 ae2fa6b74d8e12d10eaa8cc4a5455911
BLAKE2b-256 e617a2defde72c5ad78504efacdcda87dfbf689263f32357418dab30feb0bb9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b0fc3210b1f6d6205cc188929ab1bcb57b452c09d3f55b7a229d3fd3b8ed056f
MD5 4ecf3f00a5a5a3efdf556a83098d2f79
BLAKE2b-256 dc3a998e7ee1f4bf552552c2e3ce06427adad934435f00ba0f601eab62c46253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0d18cb8334aaf62cb520ab09dc455b35502878ef12b854fb633e683ac8c964b9
MD5 e316c5376e50a6b15bae4a57e8a97ba5
BLAKE2b-256 a4687339f69252d8767dd87bdcf498ea1b2e2b24e1f1ebf9ecb83471c52c7c4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 01769aebccf9d9cb4cfd2ccdbabd54def2ddd821bdb1812189a982fed35f8179
MD5 5303ef1266851afea25f4a22d7e39259
BLAKE2b-256 eb0579c91717a7b551a88b2554bddcea39e4998ee35bb1cff58b845b5a5dd086

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 86d54b28597b0d8ca9b73e0bf81cba491acf44d991f006365a7d15f23519371f
MD5 53959a000d9442a6057400d5fa1afe11
BLAKE2b-256 87e6b7861679682887f81afd0741ca2706919c9c76cdf0cc97e84a833f53ded5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa4c0c0a6c1783b53c2e0ca003cbeeefd0ec0eb371f6558029094d7a803f23bb
MD5 4ec3d75eb60ed29d13f858c90256ec84
BLAKE2b-256 a25041ca877f29051ed3d0610d502c48a6123cd38047a0816ce6f32634cd8e28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ltcpy-1.0.2-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.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f40e1cb133362bc055486685b58b9782849419c0864df1c1192b355970acf8ba
MD5 a895c245b4ee6e6f337738d62b0fe3f1
BLAKE2b-256 c417ab0ad5e011fd5e3fa15b32e9eca73d215d9e9b25d22109948a27726bc4ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ltcpy-1.0.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fad719d21b7cccf10431f7631c1083d9ffa190e1582d4a25ecc95f16e697bcb7
MD5 52a8b5c3907c024cdf994c2704d8e1eb
BLAKE2b-256 1ef56176188e3e306812d090f19043b365691ca4ed606c065401924a245b5973

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