Skip to main content

A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives

Project description

TSID - Task Space Inverse Dynamics

Pipeline status Coverage report PyPI version

License Code style: black Ruff

TSID is a C++ library for optimization-based inverse-dynamics control based on the rigid multi-body dynamics library Pinocchio.

Documentation

  • Take a look at the project wiki for an overview of the design of the library.
  • In the exercises folder you can find several examples of how to use TSID in Python with robot manipulators, humanoids, or quadrupeds.
  • On the website of Andrea Del Prete you can find slides and video lessons on TSID.
  • Memmo 2020 summer school

Installation with Conda

If you want to directly dive into TSID in Python, only one single line is sufficient (assuming you have Conda installed):

conda install tsid -c conda-forge

Installation from Debian/Ubuntu packages, with robotpkg

If you have never added robotpkg's software repository you can do it with the following commands:

sudo tee /etc/apt/sources.list.d/robotpkg.list <<EOF
deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub $(lsb_release -sc) robotpkg
EOF

curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add -
sudo apt update

You can install TSID and its python bindings (replace * with you Python version) with:

sudo apt install robotpkg-py3*-tsid

Installation from sources

First you need to install the following dependencies:

To install eigen3 on Ubuntu you can use apt-get: sudo apt-get install libeigen3-dev

To install pinocchio follow the instruction on its website.

To compile TSID:

cd $DEVEL/openrobots/src/
git clone --recursive git@github.com:stack-of-tasks/tsid.git
cd tsid
mkdir _build-RELEASE
cd _build-RELEASE
cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=$DEVEL/openrobots
make install

Python Bindings

To use this library in python, we offer python bindings based on Boost.Python and EigenPy.

To install EigenPy you can compile the source code:

git clone https://github.com/stack-of-tasks/eigenpy

or, on Ubuntu, you can use apt-get:

sudo apt-get install robotpkg-py3*-eigenpy

For testing the python bindings, you can run the unit test scripts in the script folder, for instance:

ipython script/test_formulation.py

To run the demo using gepetto-viewer:

ipython demo/demo_romeo.py

Credits

This package is authored by:

It includes key contributions from:

And is maintained by:

Citing

If you are (or not) happy with TSID and want to cite it, please use the following citation:

@inproceedings {adelprete:jnrh:2016,
    title = {Implementing Torque Control with High-Ratio Gear Boxes and without Joint-Torque Sensors},
    booktitle = {Int. Journal of Humanoid Robotics},
    year = {2016},
    pages = {1550044},
    url = {https://hal.archives-ouvertes.fr/hal-01136936/document},
    author = {Andrea Del Prete, Nicolas Mansard, Oscar E Ramos, Olivier Stasse, Francesco Nori}
}

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

tsid-1.9.0.tar.gz (8.0 MB view details)

Uploaded Source

Built Distributions

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

tsid-1.9.0-1-cp314-cp314-manylinux_2_28_x86_64.whl (690.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

tsid-1.9.0-1-cp314-cp314-manylinux_2_28_aarch64.whl (669.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

tsid-1.9.0-1-cp314-cp314-macosx_11_0_arm64.whl (505.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

tsid-1.9.0-1-cp314-cp314-macosx_10_9_x86_64.whl (535.3 kB view details)

Uploaded CPython 3.14macOS 10.9+ x86-64

tsid-1.9.0-1-cp313-cp313-manylinux_2_28_x86_64.whl (689.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

tsid-1.9.0-1-cp313-cp313-manylinux_2_28_aarch64.whl (666.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

tsid-1.9.0-1-cp313-cp313-macosx_11_0_arm64.whl (503.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

tsid-1.9.0-1-cp313-cp313-macosx_10_9_x86_64.whl (534.5 kB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

tsid-1.9.0-1-cp312-cp312-manylinux_2_28_x86_64.whl (689.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

tsid-1.9.0-1-cp312-cp312-manylinux_2_28_aarch64.whl (666.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

tsid-1.9.0-1-cp312-cp312-macosx_11_0_arm64.whl (503.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

tsid-1.9.0-1-cp312-cp312-macosx_10_9_x86_64.whl (534.5 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

tsid-1.9.0-1-cp311-cp311-manylinux_2_28_x86_64.whl (688.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

tsid-1.9.0-1-cp311-cp311-manylinux_2_28_aarch64.whl (670.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

tsid-1.9.0-1-cp311-cp311-macosx_11_0_arm64.whl (502.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

tsid-1.9.0-1-cp311-cp311-macosx_10_9_x86_64.whl (532.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

tsid-1.9.0-1-cp310-cp310-manylinux_2_28_x86_64.whl (688.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

tsid-1.9.0-1-cp310-cp310-manylinux_2_28_aarch64.whl (670.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

tsid-1.9.0-1-cp310-cp310-macosx_11_0_arm64.whl (502.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

tsid-1.9.0-1-cp310-cp310-macosx_10_9_x86_64.whl (532.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

tsid-1.9.0-1-cp39-cp39-manylinux_2_28_x86_64.whl (688.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

tsid-1.9.0-1-cp39-cp39-manylinux_2_28_aarch64.whl (670.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

tsid-1.9.0-1-cp39-cp39-macosx_11_0_arm64.whl (502.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

tsid-1.9.0-1-cp39-cp39-macosx_10_9_x86_64.whl (532.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

tsid-1.9.0-0-cp314-cp314-manylinux_2_28_x86_64.whl (689.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

tsid-1.9.0-0-cp314-cp314-manylinux_2_28_aarch64.whl (667.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

tsid-1.9.0-0-cp314-cp314-macosx_11_0_arm64.whl (500.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

tsid-1.9.0-0-cp314-cp314-macosx_10_9_x86_64.whl (531.4 kB view details)

Uploaded CPython 3.14macOS 10.9+ x86-64

tsid-1.9.0-0-cp313-cp313-manylinux_2_28_x86_64.whl (689.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

tsid-1.9.0-0-cp313-cp313-manylinux_2_28_aarch64.whl (666.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

tsid-1.9.0-0-cp313-cp313-macosx_11_0_arm64.whl (500.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

tsid-1.9.0-0-cp313-cp313-macosx_10_9_x86_64.whl (530.7 kB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

tsid-1.9.0-0-cp312-cp312-manylinux_2_28_x86_64.whl (689.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

tsid-1.9.0-0-cp312-cp312-manylinux_2_28_aarch64.whl (666.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

tsid-1.9.0-0-cp312-cp312-macosx_11_0_arm64.whl (500.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

tsid-1.9.0-0-cp312-cp312-macosx_10_9_x86_64.whl (530.7 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

tsid-1.9.0-0-cp311-cp311-manylinux_2_28_x86_64.whl (687.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

tsid-1.9.0-0-cp311-cp311-manylinux_2_28_aarch64.whl (669.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

tsid-1.9.0-0-cp311-cp311-macosx_11_0_arm64.whl (498.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

tsid-1.9.0-0-cp311-cp311-macosx_10_9_x86_64.whl (529.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

tsid-1.9.0-0-cp310-cp310-manylinux_2_28_x86_64.whl (687.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

tsid-1.9.0-0-cp310-cp310-manylinux_2_28_aarch64.whl (669.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

tsid-1.9.0-0-cp310-cp310-macosx_11_0_arm64.whl (498.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

tsid-1.9.0-0-cp310-cp310-macosx_10_9_x86_64.whl (529.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

tsid-1.9.0-0-cp39-cp39-manylinux_2_28_x86_64.whl (687.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

tsid-1.9.0-0-cp39-cp39-manylinux_2_28_aarch64.whl (669.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

tsid-1.9.0-0-cp39-cp39-macosx_11_0_arm64.whl (498.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

tsid-1.9.0-0-cp39-cp39-macosx_10_9_x86_64.whl (529.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file tsid-1.9.0.tar.gz.

File metadata

  • Download URL: tsid-1.9.0.tar.gz
  • Upload date:
  • Size: 8.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tsid-1.9.0.tar.gz
Algorithm Hash digest
SHA256 984b344ba330217cecbe1217a1accdb591a05a54a75b92b2e6bd17f527bc8a24
MD5 8df0bbe2f378a5cdbaefb51ba5eb617a
BLAKE2b-256 88b45758c049a454d7c2363a430190fd17de67c4046f5bf148ef60eef21e6f9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0.tar.gz:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6be5c5a40e7e0d36e13aba412fea22a394a53d83c74824c13dcc1fdc14a0f30
MD5 752ac9c95d3bff5f3bf97762c1af9e5d
BLAKE2b-256 4f7873fb7c68fc1b06021bcfcd6e7c9d26e444ff93b2de67dfeaa428dc2b408b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 725127fa71ba880ebbe20dbb3c7ca2d0571c4e25e61f29f62a10e70df7d4bb4c
MD5 07d12256fcbc6693b1aa7232ab711dc8
BLAKE2b-256 ee17c5b8af870b0a936660dca23146fc8351f4b207d34aabd798c026879e1245

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4ce5f2dab02f6994db34018e5d77ef3d0e2d756ff0aeb78edc2d08f6f774815
MD5 8e3b5f1c704533e3e289cfd5fbc1dfee
BLAKE2b-256 e3305138a64fc4c72d59507cf9980aa5d2fffd24553b1e9862ff4cd9f9e1173c

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp314-cp314-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp314-cp314-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be039a3bf51c66b1666a185d60ec2a9a2ba570a67eaf19198f99075a4f14bc89
MD5 48976f524c12bdaa34277efc9dd81ef4
BLAKE2b-256 787fc0fbc546b3bcfea4fd0cbe4f502badc3be0b2970e5580780a19184383f42

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp314-cp314-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 10d82cdac1bb28eb8b1f03fff47c46efd568c32c5204725f8e7fd68fdefa501f
MD5 0b16d39bba63a2440554473b3cd17074
BLAKE2b-256 443865cf5b10765710deb8aa8df55914762d2111bccd1657cbd15f9fffdeb6cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f89916a4475a4f4071c6a14783210ba1060fc420af3a28e73537ef8a991ebed0
MD5 192852c3fe67ed6824bfde38d8ec858e
BLAKE2b-256 01a052de43dce18789bcebcdeb827a1af08effbe33d9d1341441feeafd377637

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d440e851f21c9cc854b1be255af8ffe7870d18c000bf34f38b32adc42ebd2d0f
MD5 aa7d2126b1fe8b112af924d0e4e626a7
BLAKE2b-256 dfad42403c36a482ec1db7999a2f103c20667d679f277b00fc04df6c973bff7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp313-cp313-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ed0772974f4b4f899ca01faedca3bae5a93af7768b569b73788dc3b8039bc226
MD5 7d5cf8482cc16a08aff8e3478c1c2f16
BLAKE2b-256 d3ea352e629929105eb7b9dc73225730cffb817c07798bc4b1ee89c30d64b146

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp313-cp313-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 703d9698a20f48cb9b613360c4db53d6885fbe5d387a66afaee2f690c20b88c7
MD5 afb55b668441f3bdcaa6c1597c4d9b14
BLAKE2b-256 c28120571d70ad452abddb206251eec1abeeab9c6ba5e433c6d0aa6289e0fa10

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b98118f1cb99863d9569370c28b0fa34b420b58ddef0c5afcac12bc3b8f92ac7
MD5 7e7cba6c610a347541eddb7ad855d217
BLAKE2b-256 2707ecc5dbea2228943f6bd75a08b6c576bb17e52308eea2fab8b8aefd2cfb0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47ce80bbda90c391c04c9870a82817b3879a893a82403c95120334d02203754e
MD5 0f10e2b03e2eba3b6f27e8f7b43f329b
BLAKE2b-256 1ffd8cd620eea4c43a8f069f7566bb5478c6ec2b2674b4d1c8e1d40db14c4a03

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5c5be4afe2126dd817be519865726541bac0ce5239a5c09845f16c5d48303e61
MD5 d5dd029a33435eea91a46e11b73f4373
BLAKE2b-256 844fcacf7fb8ce647aef0c73d7a9da223b39a681aea1518d714bc57145bfd162

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18b9b42afd6e00e1262fb28c7615f89fba781a0bd0d02e7d90e7fdca428b70f1
MD5 572f0280f8e4423bc003f3a0f586ea70
BLAKE2b-256 ebdf373b951d86ef868be22a963dd60fb91ab02a30f626b1bff172213cb57dbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 779dab5d68d8938a1580d9940cf91a4a69962e6c0394c8d577bb1563828d360e
MD5 0ce7a76009f46079eedeabd3f95658d4
BLAKE2b-256 636edef328f15cf56244b87f0917a3d69dc353d8e892af6952daa97070b63bf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2221c94ce40ea8aa9b96270a74d461e07d2db786158f09c8ffd8dc084a425e5
MD5 8ac4d932dfcee39a59c1c030102d2f0a
BLAKE2b-256 176e244a4b5c972ec48abb8c4a22b4b3a4d5fe430deb3ad770b941addac2fd0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 abe36f386de94db12e503f225d6ab7848798a2fffb1b522e90b3584f7a615006
MD5 17a4cfec966239e1c9675f6bf7df6a8f
BLAKE2b-256 f626cc222ab01c18c08fedaf2332ff0e3aa66cb8a8d5f1e67522000ac8861ff5

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c79aa4dc069e981eb042b464ca4686b65c11a9750a47434d3dacea32e0a250a8
MD5 cd1fe45309be72d56ffef4d1b4e70f8a
BLAKE2b-256 6c745d7e1c6510f7b62c3f36879b87cdcf876ab26a041bdf1a29033d4b54c0a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a287869f06291c1faf0e18c0982dd0b103df8d9f9b83cd236fb5523a69ee8bd
MD5 d6a4dca5e27cb8e489091357993e49ca
BLAKE2b-256 d79c5cbbcde0b64b2b98240c624679751404ae7d74ac82d8f04fa6a904759268

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb3a275b52c7335814276dac5e8e9d09baa79c3a481cf4a3c6bbc2bbc6bf5277
MD5 b6240cca5e458db1800d30313459f2fd
BLAKE2b-256 35dc691f4dd55d12a7547f7de7f8d59cb07e0768a75314b3e77467bfbf32a727

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1722650583be638b2c75614becb18b5022fb71edb01cf0eccd85ddcfafdff0f
MD5 25a5ec109560f361a699a9761310f91e
BLAKE2b-256 b05120eabc9d33f3effc436af7b4387b97cfaca1ac6d93d3efddd3d82f672f9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d590d92b1f963e9a5939aa0c4a42fe4e71fc5b0c572a4fc589c2ece9b9c08bc
MD5 1c0ee3b58904bea5beb3b3fdeeed5789
BLAKE2b-256 4f9d951bf413976113332d541db25f92f2cbc1a5bab6f2bd5cf4e19adefc070b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9b419591390a69ad1c3f28c11986789b0e4042359a4e07880668c69a664afbf8
MD5 855f5201afe845c91130fbb2c01921be
BLAKE2b-256 4309c834ce0e1699b468d812d081c1388025b56b025cba6c5fdd68fb55d50a56

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09025dacf109ca6b9809863ed2136b942e2fb9b903beaa851e5b02843a79b3e7
MD5 2ac7bd336c47c10edfbabdd7a0ca75a1
BLAKE2b-256 4153b1b68556a03d72ab42853346dd330468113e3107a7d1903bc0ea4b2fcb55

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f62c223f5ddcdde54051e66732846f61e45f8cadaf4b450448374ea0507793d8
MD5 f6b9efb00b3371a937ff0b8c77f24294
BLAKE2b-256 b14435917b2e2767dabde2865ce0711258e3c702ff2d3ee687e04d469b0b6028

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7f1cf9446ae466a4bda2b0fd6e8aeccafddd50f73fd103478fb2a43f7ee92fe
MD5 0a63d5ca277bb53d37f9cd3d83887b99
BLAKE2b-256 0c144d8e0b0ed3c713d8e0874d9e74c7930f9930165814add7df2446beb34a13

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 decfd124e5457257c6a8bebb50fba138b3977de2c2987803f3218837e07c74e7
MD5 5975905a74fdc6b4edac3067c0baf959
BLAKE2b-256 33bb496f1fcc0df5b51ddfc91790ec07613febb125f011bc7c827f5dff1e3b8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62fac28a470bf356a6445eded423bb11f0b789ca129126ba3bd56fd5fbca0923
MD5 9348dfa18372a0cef227716510ad50b8
BLAKE2b-256 1edf410ae5a7b896d7076bf1d68708dcd580443f25c37dfcea74831de66193dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp314-cp314-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp314-cp314-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1e78336ac1612ad1d8725ad782ca9e869995cc626027ebd038c8a8c5dc9a8481
MD5 8e8ec9d71b83b348d34f539d9896fbe0
BLAKE2b-256 f4826336df4979a1b4e3dc3924fb5fcef22d721bc7a74f581b7565f516404a9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp314-cp314-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 56a2b82cd9a5009644d7db7d6bd13905094cfcc92753c252fde8c66c01df3c93
MD5 82cedfd975410feef4856bc25150e9c1
BLAKE2b-256 4815862fa6b545ea47a42ad0dd488eedf541747407a13bd1cc5aeab99b1563ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44522d3a08d654b87ca8d71487dfbaca93ff683a2f1221442b002145ec5c4bf9
MD5 b170d1c177d7896ae4ef40fdac09f1eb
BLAKE2b-256 1f2a15806e822cc8a972c3152f58bd317d8e7724463486220c65dd7636eaf945

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2701552a37dc226509ca3563a9f3fd5fa78e21d855ee16dc71d1d5cc04366ed3
MD5 12a1b1506b2d813f4d5dda563985a75d
BLAKE2b-256 d561a44ff4c2f9f98712539878d15ee5284f9719619ee0dd57a1c1cd9a2f997e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp313-cp313-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fb32f60dbb9159c5dcc7f072a6c9abc44c2745eefb0136f9dd840fe78510a295
MD5 f8698c1c25d439da433b2bf38e388d4c
BLAKE2b-256 4c6e7b27b84418c3df63f96c1db2eab32094e58ef758b2fdcdfb874e68639a9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp313-cp313-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c13aedba47b1a9c04b6a8c9896b477f61b3d5ef2b2a942af586c81ece6674174
MD5 97c0ee2f119e3e9e71335e779a5bb1b9
BLAKE2b-256 682c0fbc2b41ab5e6a896f04d271107220e86569d8d5ed6a60f9d28288769141

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e690ec6e4c12f49b349950edf058f46967020a7ac2e9fc1ed30dcb066bae2f60
MD5 04add7f8cabf5c35e6fe61ada2ef3cdf
BLAKE2b-256 c7b7920311695bb8f5b293cf01b8e1660367b89b1908057850488974451a7023

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b29d535ec52e7c9e7a683a27dd375bbbe3c18d47180cf333c54af5e35e636bb
MD5 a4aedf8b7b1ba2721a70a5a50edc32ea
BLAKE2b-256 121852db01e3c223a7d5700a1c7788fc4e74fe520aecfa4216385ab117b4c756

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4fcdc3bfbfd26f38692cf3713e706bf966d9015a056c4b2db4f055fbe245c2d4
MD5 43385fa1ecebe4d9ef69b7d4c2366d57
BLAKE2b-256 0d736a68cc42e4810eedb3619501c91fd27049cccc9fdbd8f4de2ad959aa24c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 63dccdab921d1a88d51afe7d6f6699bccc5d4057908dedf7cf889c1b88454969
MD5 c785e329cab9c46b09cd4cd2d54f17be
BLAKE2b-256 5f3c71e33dff6f47ee43563c2a0e7d7633c5111bbce5b4d74bef9e654c2b21e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 91c8842a51dc204d6c1e35dae0227a9fa1281b78ecc4dd1c0bd9b4069af338f9
MD5 6a3f965d154157e52ee43bddbe5601c9
BLAKE2b-256 a24421e27e94e52e86b703e0e2f076a09e9901abcf002d4468e9aaa66781879e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4aa82f18cfe7595baa896c0ab1b8583e03685d941308f7810f0861f19c8e75af
MD5 67e35b72f9b07b2cf317f738b460d961
BLAKE2b-256 06645012855cebbf7ac15c34cfdd06fb9c36fc1e97a06716a78857d5c3d472b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0932d231910140854b9feafd734ec8392c42f75b61721c761b0e6f7a93731685
MD5 faf053ba1c6da8c74ac59d290e0144c6
BLAKE2b-256 69f49053e2f126f66093f04f1a34236682ded43a98517a41114f47c50e7a106a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd12eb17aaeb5681efada24493cb87252c2b8e91a54cfcabb8f0a4038250dc36
MD5 df587f973fdcee29fd48ed8d5cfed15b
BLAKE2b-256 f1e4e197fecf1a0142f23b21b6625390f6e8d76ce2215e13dcebdb3df3c51a87

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0643d843fe897d857c5be42c6ce42f6b3348b6841aadf85767633d380578c98f
MD5 12899c086c1c3315253f8d885cc429e7
BLAKE2b-256 f45cd795ca3ee0804f7e95444ddf3c85522103a8f13896d64843ca4fdc45bb29

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec474d561ca952c8132469d150e7c30bbb9dee3c19bbf17f0c6e25c3866dd0a0
MD5 af9cf09b1d832a9582c8c7c7201c2439
BLAKE2b-256 2b4e04dac57fbf7f514284feb64354589b3499fe9d82de51e1168dd970304ac6

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cc090c9fb59ff8d6316c9bfebc4a312e8479d4d8dc9aeec922636665d6100792
MD5 cf353a7158bc0394c989ddb37e712d63
BLAKE2b-256 ff1d3abc91574b092c4c41ad40beaf1ec0a42cebe1cc201bbf15c47381acbfd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b646b403cee84c6b1fe78f753705d7a6a5cd282bf5d6f582ee20afa77dd13511
MD5 4919f9798a0e38b4cf42ee1bbda83162
BLAKE2b-256 25d75de28395ebcf969831dfbc990dd9ca17dca20e6dfbba7f3d1aa72f61f8a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 23f1cd088b4398747da260e6d76600c16d6bf4e4d7e4c5c3bcfeb03b790f6719
MD5 1d6a3b9aa71b9a18e73f553cd237b9e9
BLAKE2b-256 f2a753a36f5963dbcae1c3d95dde3876e2bce60fe9db7f18f160a14eb59027bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9235f0a11feca531c3dbe8a489f886e8a208edd07472628da2206893920526c7
MD5 3a30c089d5afa05c3b0c09eeac910a12
BLAKE2b-256 d52502d5d7f0c87520ea847fbd81086c0e620dbfa0ffc7323dbd6e09b2f8d2bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tsid-1.9.0-0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tsid-1.9.0-0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f40412e6be23e57ffc00a394ac1cbb62a4ca8cf2e4b32dfc3d67076c8d71eb18
MD5 0e4eb6308808c67adb3d6f57ab58ea27
BLAKE2b-256 ed6590b17d26ec9ecd4489c5301fbc549f7dfdf1a68161a5f3dc69e8aa39995e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tsid-1.9.0-0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/tsid

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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