tsdistances is a Python library (with Rust backend) for computing various pairwise distances between sets of time series data. It provides efficient implementations of elastic distance measures such as Dynamic Time Warping (DTW), Longest Common Subsequence (LCSS), and Time Warping Edit (TWE). The library is designed to be fast and scalable, leveraging parallel computation for improved performance.
Project description
tsdistances
tsdistances
is a Python library (with Rust backend) for computing various pairwise distances between sets of time series data. It provides efficient implementations of elastic distance measures such as Dynamic Time Warping (DTW), Longest Common Subsequence (LCSS), and Time Warping Edit (TWE), etc. The library is designed to be fast and scalable, leveraging parallel computation for improved performance.
Installation
Source
You can install tsdistances
from source:
$ git clone https://github.com/albertoazzari/tsdistances/
$ cd tsdistances
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install maturin
$ maturin develop --release
PIP
If you use pip, you can install tsdistances
with:
pip install tsdistances
Usage
import numpy as np
import tsdistances
# Example usage of computing DTW distance
x1 = np.array([
[1.0, 2.0, 3.0],
[4.0, 5.0, 6.0]
])
x2 = np.array([
[7.0, 8.0, 9.0],
[10.0, 11.0, 12.0]
])
# Compute DTW distance
result = tsdistances.dtw(x1, x2, n_jobs=4)
print(result)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file tsdistances-0.0.4.tar.gz
.
File metadata
- Download URL: tsdistances-0.0.4.tar.gz
- Upload date:
- Size: 58.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f28625fe0157337df1c7903b6278db7ca2eb730a897b8baaf099b6d88e52c34 |
|
MD5 | 46fa4165c3dbf2985ff86297668f86be |
|
BLAKE2b-256 | 0f02bc0ceb38defd2a2c80bb3a95174024167f06dcce8e2edb7c865a77317994 |
File details
Details for the file tsdistances-0.0.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48af074b62074ec437e471a9b3042081fac19cffda46961dd743cec031cf413c |
|
MD5 | d4405c72b02dbd437d230a41f34ace7e |
|
BLAKE2b-256 | 3eaecc6bb004d4179d3ad2aa2128c97a241f49a9f91b30d1c8f38b7e8386292c |
File details
Details for the file tsdistances-0.0.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1594f462cb2fa651cb9f22670115c6b03ab6d94547a7b4428155a2eafb676a2 |
|
MD5 | 50a29990c495299571f006def9042a71 |
|
BLAKE2b-256 | 79cbf845e4ec290956904bf3b7365ec79b2cbf0759eedb38b0bcedcdb2bfbbe6 |
File details
Details for the file tsdistances-0.0.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51cafc44b615144a9842d921fff0b71cabe71e546a40cb3701953f2e539ba350 |
|
MD5 | 1e3aa8c573601bb076afdc02e970c407 |
|
BLAKE2b-256 | 62a61336ce7d86f56d3fdfec69b0c8791efa7d93ffac65166c06f47c68654ff1 |
File details
Details for the file tsdistances-0.0.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e18d0c1d0d1f0bf942e908d90c9f88672b335c82c202d17243c4879edc25ce5c |
|
MD5 | aee0eea8a07d9088d87fa218ba849860 |
|
BLAKE2b-256 | 974bd708c80ae2d0f351de2baf3838bfabda78bd6d474e44a612d9d8218ace1c |
File details
Details for the file tsdistances-0.0.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b85a7c5e0c4fc73103f02b4c483f1191da7ff6b378a2126f30bee192b63c3ffe |
|
MD5 | 9fef60dbc5bffb2ca900662215512e17 |
|
BLAKE2b-256 | a46169211870c5abb06c1e769ea840882a7c5db1e74cdc0652141cdb957d022c |
File details
Details for the file tsdistances-0.0.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d350eead5b91f7b62a1a43c481053f60412e8295a69c823e4d62f8117460e983 |
|
MD5 | 05b0e30e61c8ce9ce78944d1e3a462c0 |
|
BLAKE2b-256 | 4d0a251c561de8923a66c304a79f03372930f093912a8754f9da6a08b556759b |
File details
Details for the file tsdistances-0.0.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f560ed4006e834f39bfabf5480dc94486d5f7fd4c186e16ba3b6ee82f6df926f |
|
MD5 | 32369c648095a6285ed981bbdc78f21c |
|
BLAKE2b-256 | 74f619559faa39f48ff7fa1c719a3866c1cdbe443380dfbb8f643b16eb257bd3 |
File details
Details for the file tsdistances-0.0.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13962ea055f71f8191d957a0cd52bfd5b7f9ec79c6d896d70f00ff3ba4e5d252 |
|
MD5 | 94b11936f89076913c60bb22d8bd4e20 |
|
BLAKE2b-256 | 8e437614b1d3b9c757e4b0e00b18ed799784b84333f60b046301d7c5fc94b489 |
File details
Details for the file tsdistances-0.0.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86445b2868da0300f41965cb89781cf09e66701a08136bdb6399c417842be5ee |
|
MD5 | 31d52ff93ed04ab3cd7a52185ac2a7be |
|
BLAKE2b-256 | 022e568977bc737dd71e4fe0fe7e4f9d4867164b82182bc6af9fb6fb0a3310fa |
File details
Details for the file tsdistances-0.0.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f2dde8ec9d813ce081a43703da70d665fa2c85c4b8b145a44109c62da1b731a |
|
MD5 | 89d70a515b069a6590d981507f01660a |
|
BLAKE2b-256 | bc60fcc8d0c305c9217f6a1631ffc4ca2d525db2f911f2aede6fe851a961efbe |
File details
Details for the file tsdistances-0.0.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dea60b9605cad9a974c272c4a4972a89d5e2b7788f69fa4e20bd848a0bb26451 |
|
MD5 | 7ffb58665f93b3959f17252d85ef281e |
|
BLAKE2b-256 | 0dafdcbc6de0ab345bee3af9a741a1deb2794fe38108b9435b979610100798b2 |
File details
Details for the file tsdistances-0.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 099d7456dc3873abdf486045160052a88a1ea0b22279db49f7ae150da68483a5 |
|
MD5 | bdce8dfa3071f1bc6bc3604ac73aff65 |
|
BLAKE2b-256 | 225b9955c4dc039968de0933e19660773a76280f762890b7364bbfcc34413e46 |
File details
Details for the file tsdistances-0.0.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2839fa0962af2f6806728f787e7bf5090983cebb495b04eaeab958a197c060f0 |
|
MD5 | eeaf688ec5784d28f00b50da7f31b674 |
|
BLAKE2b-256 | 25e8f9876bdec8d2c01cbc85079e0093a9f29252be345247903f64aeff075d79 |
File details
Details for the file tsdistances-0.0.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fff3cf6089f5c8ed712cac0cd83a2484b3ddac8d4197ca754e8f05a2b0569afa |
|
MD5 | 1d12e843967c87cc95eca211e1900af4 |
|
BLAKE2b-256 | 6a7fff88e00b7de2c5d9f0735b12924cc758038b131b07bcc156ef88fe5188ba |
File details
Details for the file tsdistances-0.0.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddb8cfd623269fd9b6f972d275dbea7f04d7affe7ba582221fcf137b326295db |
|
MD5 | 4a7246b8762ffdc1d688fb9964f21b9e |
|
BLAKE2b-256 | d4ccc3fd6654ad7ea6ef63d81ae953d6b462ba7d8852a0c34b75d0c06b1084df |
File details
Details for the file tsdistances-0.0.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d88bc3c91ed820af17cce69364f82c37dc16e6f6ead14cb11075aa785f29ed2 |
|
MD5 | 6b764c706bbb094e15e604de880423a0 |
|
BLAKE2b-256 | 44266d5a89a4356329e2318543e45a018ea1bd3d44df319375ceed17e7a4093f |
File details
Details for the file tsdistances-0.0.4-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b34fe364fce1a2376a73083bed57926713b9e7de39598ee04c75a8078a6932b |
|
MD5 | 4a6929c68c06348fad36321103fb9e8a |
|
BLAKE2b-256 | a43009153024add9d4f9ce255deadc6207eb2b8014b8eb001553d7b2861dac67 |
File details
Details for the file tsdistances-0.0.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.9 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad29361679e04224373dd1cf352b7ac00e4779107708a5d0ab9ed37ebee23453 |
|
MD5 | 0f3ca278286e32137f864c6a55457617 |
|
BLAKE2b-256 | 071481c17636c58406903e11a7885b06b29d0ec6701e0ba0601f9fe613290cc7 |
File details
Details for the file tsdistances-0.0.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3ded2ccbeaf5e99c96018ad7360c17f477dc42bcb0fd7bd1c8abbd72b66b51b |
|
MD5 | cdc3fbc13f6ec801d20585fa4028a069 |
|
BLAKE2b-256 | add09ca6672d03f60571cbf6b56e4895325f3b9cb18c9adfc74afc142691a70f |
File details
Details for the file tsdistances-0.0.4-cp312-none-win_amd64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp312-none-win_amd64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9188c41e89a07da3f232b898e15de69116b45ac1f6a4e512db0e515f4da7f65e |
|
MD5 | 99a50041a202a2cd84147613c86d50fb |
|
BLAKE2b-256 | dc9fdfc79e702acda46fbc8d8bc27f1492d7285d8b56861c0db391c7c2fdaa9c |
File details
Details for the file tsdistances-0.0.4-cp312-none-win32.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp312-none-win32.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccd642a55b6939de73e668115d90c3a7bdea5357f791cb62a531df73c958b93a |
|
MD5 | 58347ed6288af7f7b6d766d9268e7cdb |
|
BLAKE2b-256 | 5c5ac1997d70befaf30b46080d7f6b79ba777eb46d446c20733d2485de3b6774 |
File details
Details for the file tsdistances-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab18f8bd14f0ba2a24be8d0ba9b1398a91ffa9e8e5d90ac33e431ecc74e4a3f4 |
|
MD5 | 17dfc8518b30d45907b92d5e13b7ffa2 |
|
BLAKE2b-256 | d2bebb2bb4a8eac3640fe80ae62803ea0e77e913efafd353a25907ef7978c5e3 |
File details
Details for the file tsdistances-0.0.4-cp312-cp312-musllinux_1_2_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bdc4bcf15da64f2d3e7a1ec8f97475858d1cdc3d94adfd18dbcdc05fd2f5cdf |
|
MD5 | 94933d1b3e825bffd1ad5c6f980a1012 |
|
BLAKE2b-256 | 7b9d1c6dd92d18bb71868acdd399df5d697cc4dc041dbe64e74a454465d5f613 |
File details
Details for the file tsdistances-0.0.4-cp312-cp312-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 198d56d277daef66c0701aadff0cc426e8c296f28128669ebfa6ba859e2bdb2c |
|
MD5 | 6e984a9ef4f9ab4ba058824d7888b366 |
|
BLAKE2b-256 | 4848ffe40ef571ba7b1d076677fcc97163a4f6479511d8cbebbe01394ba91b54 |
File details
Details for the file tsdistances-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d09669956fe2281cd808dd0f3c8aeeec0839a9c553157fa6b7b0860cb4cb54ef |
|
MD5 | 6c0fb939fea19f3f15f7d6beff980109 |
|
BLAKE2b-256 | cf39c071a1824e2017461c2a7cad643912270a1792e19e519945c48e2a5aa635 |
File details
Details for the file tsdistances-0.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8177bb8141168874c2f9b75172a07292febf902aee7dc17d79dbcf53c2e27d0b |
|
MD5 | b29240d07fb09f01203ae42cf86b7b38 |
|
BLAKE2b-256 | 5f8f29676dfb938d05d5dc64975fe24cd291abfddb83d4bfc341efa2471f745e |
File details
Details for the file tsdistances-0.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9639f6c904bfec4ff6e2409cf5e7b51f262b036888b736ebe7d54c5476e626b |
|
MD5 | 1a84031bd170736110373789a4b5b28a |
|
BLAKE2b-256 | 6b6dd30f19907e89facc806dfbdc9ef37b3ef721c8f02fc31ffc0db49dd5bc17 |
File details
Details for the file tsdistances-0.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a76335c6eeff17ed97423b3a9839209ef0421389a0c796f2bd66cccbcea1b3d1 |
|
MD5 | 5bd346d12beb454a073c9a60937e761f |
|
BLAKE2b-256 | 533af461aa62b06393ff212b7494e5883652535332eccc996ede9c5974df0e62 |
File details
Details for the file tsdistances-0.0.4-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20b882bc002b7d29a8a840b17d9f096271944dba818c309a53c11886e2ef1178 |
|
MD5 | eab3dee1d72204c383b6b5fbd8ba98ad |
|
BLAKE2b-256 | 37258964932e0551d5b1236e0fb1550be8af0c32b0d59a79bf9940c0adf3076c |
File details
Details for the file tsdistances-0.0.4-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca7bf85186227f73c4a0b60d9ffa555d10f4978a03ead1f5466b3c30391a2e8f |
|
MD5 | 285574292aa493d636de322406535e02 |
|
BLAKE2b-256 | f469f0a3754e1b98c8da2c13072c9fbb6b18874e2b0d72663680e7c59e8f540d |
File details
Details for the file tsdistances-0.0.4-cp311-none-win_amd64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp311-none-win_amd64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b48190b0857a22766abe8d25d36aec453083869fd673d58108b9764bc4bc6885 |
|
MD5 | 5f45fe87a84ec13a39c8cba788b986bd |
|
BLAKE2b-256 | d4defe9ecdbe0c07e300d949bbe16004565fccf1b0712afc49f63b9b49a0c5d2 |
File details
Details for the file tsdistances-0.0.4-cp311-none-win32.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp311-none-win32.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61cb6677085aaec8b755efb7803727748567898c9c51ca72990bb8971f675703 |
|
MD5 | 82320cdd273626e98ea3040b18a57eef |
|
BLAKE2b-256 | f17d62bcdc20e223e398e9e672a9c63a5caa237ba4d00aae63b220db8841147a |
File details
Details for the file tsdistances-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18cf60e172caf979950c4e7af9eadcda42afe45aafa827b61667aeff433135d3 |
|
MD5 | b7c42f32c3148fed05c7148f498c2f9d |
|
BLAKE2b-256 | e9ba2b4b501885aa06e72b82a6b532e83233b06f4bef04b93a6ed208e072d496 |
File details
Details for the file tsdistances-0.0.4-cp311-cp311-musllinux_1_2_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 470b896cd371be529eed7ef2efa7df067acec6f33ddc46f420aead182d408a9e |
|
MD5 | de07276f1374f73c19d3c3adecedf3ab |
|
BLAKE2b-256 | 25ab33e2a6fbe15a28266816fe20ec9ba6ba6412dfd07d123a93efa1023c2dd5 |
File details
Details for the file tsdistances-0.0.4-cp311-cp311-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1e8647b1ada82f8d45ea63649e9389754d3e8d312af7fd82c9d6f54422207ec |
|
MD5 | 48b229d0da39cfbde4a27e896e7d3dd6 |
|
BLAKE2b-256 | 18482a5f31cba1b3d4897f34bd415224d6d69d192dfe5250921572e5be89f1b4 |
File details
Details for the file tsdistances-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20a8eacf045f85c753b3fd2add40081e3cca4e375533851127fab244785b9b35 |
|
MD5 | ff41e8a23b87d86243595c288bc28c4f |
|
BLAKE2b-256 | 6633c2d7c2e33522639bab863b2473d356efc223f901d15069d600c455d71937 |
File details
Details for the file tsdistances-0.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 473a43f172fa8a015b7cbaff4007511f0c39508014d4612bf353948907590e96 |
|
MD5 | 1039a55cbe6d3db9829311c0f12be4b8 |
|
BLAKE2b-256 | 43b36fb9e6f6aa585579f03337066f3280f29f0dc38074a37d63190616497c80 |
File details
Details for the file tsdistances-0.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | beae354ff836c9f5659c8303872c4e3b3369df36d2cc6ced58985bac4b9d2367 |
|
MD5 | 7ca3e451685d575aeeb28394b8b34759 |
|
BLAKE2b-256 | aa037fd09a553bc907b544396cc97684b765525d2b364c6ed1de78729772b51b |
File details
Details for the file tsdistances-0.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30dbeda2af4b5ce62abe6d510c70779f0fd194127f03d8ae52d6127ba40c93f3 |
|
MD5 | 0a7aea3975d75b2c2295e77d49b5a372 |
|
BLAKE2b-256 | 400d94c9e998e87fa277776d491baf3727efadf679c779604daff9920d85dbca |
File details
Details for the file tsdistances-0.0.4-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 243258cd8fcd80a83b6195c60be45344081daa95b807adaef280478b4b4131ec |
|
MD5 | f9b462252db9edabf7af26539303e936 |
|
BLAKE2b-256 | 6e10df81e3fa5634d5056916b7279acdfb5d8f50499165291324c4bc600c686e |
File details
Details for the file tsdistances-0.0.4-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4382b96a45943f15050de47165f16ca803824191cc969dc34f11d6e1df2a926 |
|
MD5 | 316c6b70a5d053bb20f63fd50ca84104 |
|
BLAKE2b-256 | a430e5d2db79b9c85adf9ade9bd551f96b6a27bfe1f1e098a3e805f0b1e9a1cb |
File details
Details for the file tsdistances-0.0.4-cp310-none-win_amd64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp310-none-win_amd64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6279b3b8b431d3cab6032f116e15eaed30207e8f9c3b7bdff139b19af4512265 |
|
MD5 | ff18d2ad3ed7d874e7e017f4edff96a4 |
|
BLAKE2b-256 | 28f55bb289aeb742a5c1acb74d9cad5b341fa7bac3af38ecf0b5687bafa80f95 |
File details
Details for the file tsdistances-0.0.4-cp310-none-win32.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp310-none-win32.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | feff5b1f412bff842b9d7bd369ab3b986bdcef83c8548173663496d0c6170959 |
|
MD5 | 5821ab21d0f69ff4c23b3dab222e9edd |
|
BLAKE2b-256 | a949a3e33647245c01d8693189defd6173129aaca4da9f1670486ede9aac97c8 |
File details
Details for the file tsdistances-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2cb5b219b9977939857a3ba19241803fe66a3756818c18409f4d5b8bf9c4f0b |
|
MD5 | b68b0882ddb829c3412c5d434119a710 |
|
BLAKE2b-256 | df23b59026ab7d0f7fc00ba8375da4edf66ae7a7e0e94fb6059dfebdb5ac8a58 |
File details
Details for the file tsdistances-0.0.4-cp310-cp310-musllinux_1_2_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f93353f921c2b4011a032a004a65ff98592019917a25ef50ec557af44752a69 |
|
MD5 | 5a89418fc67a0b3ad9910be4358624b7 |
|
BLAKE2b-256 | 364439cbd84719ff86ecd3614657b01bb5518543ca7f3259464dbc1276de0e3c |
File details
Details for the file tsdistances-0.0.4-cp310-cp310-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00f6a14e8306f24e35ae068f3d5bfc87f873ce4c5e07f25392607409bfa345a3 |
|
MD5 | 55341160c08a46049aa2ad8f6c4068ab |
|
BLAKE2b-256 | 2c4f9cc927b5b06754644591f7bfd0d32f237c9e1f9cab7a9e51652c27b090f4 |
File details
Details for the file tsdistances-0.0.4-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44d890aad0a57be495db340e60893b2cbca7e79078295ee5c0bad84fb3d8dd70 |
|
MD5 | a07542c61389bf9013476f43006c3829 |
|
BLAKE2b-256 | 005e46e86847a0a438c0dcc6481a2c16d4da6bfdd94d932cd71e42c7e8bb0099 |
File details
Details for the file tsdistances-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e656ba40f100a1f256b077d0bc31628feb2c764f1a35d7901130b4efd17934fa |
|
MD5 | fcdb6d45f4149a78b2e25d4f7e622359 |
|
BLAKE2b-256 | 303aa933e70f078b3bbcf4b4c2be54be51a6b4f40f4c1a5fafc0da38f7d38b0c |
File details
Details for the file tsdistances-0.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef9721ca0db781dd2b06f30942b67b1191433ff1815713f68680602aa95686d0 |
|
MD5 | 0f0910e3980d73da01b2f50e94ab235c |
|
BLAKE2b-256 | 56fa25fc88ca6a327c37855e2f0f8afcbf672209c245929b119e20e6a97ac973 |
File details
Details for the file tsdistances-0.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4887ce73de6b8c1df249b7ec31f3f2cf127a7a343a452a105f4eb324fc76b0b3 |
|
MD5 | d226e97b01cd6ab6a1a5c0c2acdceeea |
|
BLAKE2b-256 | 2b43acb93f4e9a1c432abab20f53fa08c98d225d95ebaa5f2b42727b5d9867f3 |
File details
Details for the file tsdistances-0.0.4-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccf28f355d31b68d5a0959de526cc0873fb8009e2ca7a49f6715f4d35e3dca6c |
|
MD5 | 6aee07b106b605da98aceab0112f1932 |
|
BLAKE2b-256 | 3d5448f51f4fecbc49ef60da610595c9ed9a3226c0bf639d785832866203be6e |
File details
Details for the file tsdistances-0.0.4-cp39-none-win_amd64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp39-none-win_amd64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9905725889db1ae24e1b29de44b64fafb7a0bd517561d5d3946eb84c3d33a31b |
|
MD5 | 01bff320299d333c03e884803edf7661 |
|
BLAKE2b-256 | 19a4fa8aa7e2e08f88f6048de572c17a296c8f340dab4db9f96a80fd74ac4e9e |
File details
Details for the file tsdistances-0.0.4-cp39-none-win32.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp39-none-win32.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bb4a67e810c6c29d740ce54fdc02b248971d72a1ac8134a44c5ae64f9e9ba50 |
|
MD5 | 69e1a78c586385b3a1cd6f7490256f07 |
|
BLAKE2b-256 | a2d8bec000462edf0c7804e21642b20a5d3115dad2ceba151a922c4f1d136c16 |
File details
Details for the file tsdistances-0.0.4-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b86a349fd391d7e02c50d615e800a18d0e11d3dc043d4bb11f6fc7708ffe307e |
|
MD5 | 02d8c572fa1ffc9d61316ac8c9dd9c91 |
|
BLAKE2b-256 | adc1a42b7b4dd7a264dc25d6f97b0742dfe4af97cf15cc0a66cc5f6c2185c92e |
File details
Details for the file tsdistances-0.0.4-cp39-cp39-musllinux_1_2_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d956d850ac353e827d1355b86bfa976240045849cb3fcc218e374a24519169e8 |
|
MD5 | 9fd0bd159e03591b0a979a9db8b79499 |
|
BLAKE2b-256 | 29d98ca0a552d3367ed9ef3b1134f28bce331ac905b20c1b0c311077d6e10ea6 |
File details
Details for the file tsdistances-0.0.4-cp39-cp39-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58e6caa76a230599f0ec5e099561b8d1795cf33dfea6c44dcd2502e57d5da634 |
|
MD5 | 91e3420f40def342795ec7edb5780d6b |
|
BLAKE2b-256 | 4ebb335cc853114b89b255c9cd28caa34411230d3146b169a4271d353b4a347a |
File details
Details for the file tsdistances-0.0.4-cp39-cp39-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4889262907190cabef155b426e98e477a97f149fd98a01cd19ab557e6f25cf3 |
|
MD5 | 19a55c1420df83e30bf827238701e014 |
|
BLAKE2b-256 | 13a392c85e314608a24751b0fb991aac0b3591dc15c269fe3c06151545519548 |
File details
Details for the file tsdistances-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f42e26a48fb7ed2e12130e2aac7af571cee888723cb614583e55adead01f01f2 |
|
MD5 | 2d0aa6a31bddd580d4317bf8a415c240 |
|
BLAKE2b-256 | 31c635688c66aaf8fde8fca30682b7bf83be559b75181e3c3c85370485b68738 |
File details
Details for the file tsdistances-0.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0748f74c5cf2c22bb21e839e1f3c6f11c6ef530b086ccb4807abfb5df5881c7 |
|
MD5 | 8418232e7270c3b2cb09b0cc6ce7bb54 |
|
BLAKE2b-256 | c57a1bbacbd4692c58d23be7cce16c8675d722cb48e3b2c4cdf01f07a2b11225 |
File details
Details for the file tsdistances-0.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00cd0924d3211db5113162c624fdcc0c250cb0750fca0b4b0921f0d68aaddc0f |
|
MD5 | 56db2fc008b84aa12e33a439865b54fa |
|
BLAKE2b-256 | c8088d41148271eef87b94658a0e762681044554bb41fe4bec3cd957c5a291d1 |
File details
Details for the file tsdistances-0.0.4-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d014456f9d3d30777c1c1660222f280bcaacb7cb66d3bb00e6db6fc95a290781 |
|
MD5 | b767f820209e36ed4bad8ac28de4491c |
|
BLAKE2b-256 | 34c9c4cc203b800f5fb8652dc5b1db794dd3365e259cf133fd5951340ffd9d5d |
File details
Details for the file tsdistances-0.0.4-cp38-none-win_amd64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp38-none-win_amd64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 131f057117aeedd1189f674c5c38217b68f31aaa907c3dacae26451ee152c1d8 |
|
MD5 | 70a368d690d1a69db6b38dd80c5f2bcf |
|
BLAKE2b-256 | e00a729724a0528f0d3d5727609c5e7a96359ecef7c4bc39c9f4c66b65c78fc7 |
File details
Details for the file tsdistances-0.0.4-cp38-none-win32.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp38-none-win32.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbb764c44c23c5d0365834bfb86e13d91ba72c9dae2f87438e7e0d3d7b3fa470 |
|
MD5 | e5d31cfd99921127be27a0e381b91c84 |
|
BLAKE2b-256 | 28b873b387a8a681e28144464a5bb9447d95a8cb273d67e1e3186053b251ce90 |
File details
Details for the file tsdistances-0.0.4-cp38-cp38-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c4b6f72dc653962c2ac0427f774e2d8ebf5fe440fce140c304b53e4df437abe |
|
MD5 | 15f6ac4839953da892c1fec9c85071d0 |
|
BLAKE2b-256 | cb4343ee25a2b085d61578130846d8fd629d88a8996dbbed99727ebae919da64 |
File details
Details for the file tsdistances-0.0.4-cp38-cp38-musllinux_1_2_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 461e668ffb40bcec2926445f8b7eac6e5750dc2ee416c17064490873b8c31b8d |
|
MD5 | bd359d0e2ac92b3473913e737027482b |
|
BLAKE2b-256 | d3aec3b62cadb3f1e53a798a88361cf9f7ddeceab64b92e25fb7e2703a247e54 |
File details
Details for the file tsdistances-0.0.4-cp38-cp38-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8de2aa6c0ab3e286a506046718b6c699c9942a63d527faeb450734d6e3e37b90 |
|
MD5 | 843a7cdb27ef881a173922ec5550e307 |
|
BLAKE2b-256 | 68f49614e46b9b4aa0ae0f3b234542f90ba24a341677d16df0e34c6ba23952e7 |
File details
Details for the file tsdistances-0.0.4-cp38-cp38-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d721fa751ea31159e3261d539d98f5700ff0721c5eac79e107ccce536b66f608 |
|
MD5 | 78ea9efbfc1aff26c0acf498ae2f4c1a |
|
BLAKE2b-256 | 3d11d7895110c6775619ef3dd529bf01a5f7c537b0a3e429c7d08202385eb817 |
File details
Details for the file tsdistances-0.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90199ab1aa1e12717c1d47661881752cca7352727cff7f6f383927038a46071e |
|
MD5 | 47cf7788e210863e0020a9944a9c5d77 |
|
BLAKE2b-256 | 001572ee546adb30fdb9c7bc34c16a41246998f2eaf5a454252edc2f1eae26dc |
File details
Details for the file tsdistances-0.0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c39826ab896ff6efd05fa3a23ccd84b325b19da4ae5a15d14d38a6c9d7f3464 |
|
MD5 | eeb36926c9cef8057a8baa4c7fe27e34 |
|
BLAKE2b-256 | 69531279e973a8ad0fb511c7519dbd3313c8598265e4f964765601250db1943c |
File details
Details for the file tsdistances-0.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: tsdistances-0.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1274a1753b99de115096602dcb04ba6faa5a647b7154f69825c489302933eb8 |
|
MD5 | d53c18b1a4e3410fa602ee5c337df7b0 |
|
BLAKE2b-256 | 1cc78110c8fd3ce08c71b6acd27101ec49dc19d4da0521433af7a8ce4ad39c93 |