Skip to main content

Python bindings for the schiebung core library

Project description

Python Bindings for Schiebung

This crate contains the Python bindings for the Schiebung library. It provides a Python interface to the core functionality of the Schiebung library.

Installation

pip install schiebung

Usage

from schiebung import BufferTree, StampedIsometry, TransformType

buffer = BufferTree()
buffer.update("base_link", "target_link", StampedIsometry(translation=(1, 0, 0), rotation=(0, 0, 0, 1), stamp=1.0), TransformType.Static)
result = buffer.lookup_transform("base_link", "target_link", 1.0)

print(f"Translation: {result.translation()}")
print(f"Rotation: {result.rotation()}")
print(f"Euler angles: {result.euler_angles()}")

Dynamic Transforms with Interpolation

from schiebung import BufferTree, StampedIsometry, TransformType
import time

buffer = BufferTree()

# Add transforms at different times
for i in range(5):
    t = i * 0.1
    transform = StampedIsometry(
        translation=[i * 0.1, 0.0, 0.0],
        rotation=[0.0, 0.0, 0.0, 1.0],
        stamp=t
    )
    buffer.update("base", "end", transform, TransformType.Dynamic)

# Interpolate at intermediate time
result = buffer.lookup_transform("base", "end", 0.25)
print(f"Interpolated transform: {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

schiebung-0.1.0.tar.gz (26.6 kB view details)

Uploaded Source

Built Distributions

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

schiebung-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (739.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

schiebung-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (777.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

schiebung-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (811.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

schiebung-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (724.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

schiebung-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (738.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

schiebung-0.1.0-cp314-cp314t-musllinux_1_2_i686.whl (774.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

schiebung-0.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl (809.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

schiebung-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl (722.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

schiebung-0.1.0-cp313-cp313t-win_amd64.whl (397.3 kB view details)

Uploaded CPython 3.13tWindows x86-64

schiebung-0.1.0-cp313-cp313t-win32.whl (375.2 kB view details)

Uploaded CPython 3.13tWindows x86

schiebung-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (737.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

schiebung-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl (773.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

schiebung-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl (809.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

schiebung-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl (723.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

schiebung-0.1.0-cp313-cp313t-manylinux_2_24_x86_64.whl (786.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ x86-64

schiebung-0.1.0-cp313-cp313t-manylinux_2_24_s390x.whl (780.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ s390x

schiebung-0.1.0-cp313-cp313t-manylinux_2_24_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ppc64le

schiebung-0.1.0-cp313-cp313t-manylinux_2_24_i686.whl (826.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ i686

schiebung-0.1.0-cp313-cp313t-manylinux_2_24_armv7l.whl (736.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ARMv7l

schiebung-0.1.0-cp313-cp313t-manylinux_2_24_aarch64.whl (729.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ARM64

schiebung-0.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (573.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

schiebung-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (609.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

schiebung-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (699.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

schiebung-0.1.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (609.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

schiebung-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (542.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

schiebung-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (542.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

schiebung-0.1.0-cp313-cp313t-macosx_11_0_arm64.whl (480.8 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

schiebung-0.1.0-cp312-abi3-win_amd64.whl (397.2 kB view details)

Uploaded CPython 3.12+Windows x86-64

schiebung-0.1.0-cp312-abi3-win32.whl (374.9 kB view details)

Uploaded CPython 3.12+Windows x86

schiebung-0.1.0-cp312-abi3-musllinux_1_2_x86_64.whl (738.8 kB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ x86-64

schiebung-0.1.0-cp312-abi3-musllinux_1_2_i686.whl (774.0 kB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ i686

schiebung-0.1.0-cp312-abi3-musllinux_1_2_armv7l.whl (810.0 kB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARMv7l

schiebung-0.1.0-cp312-abi3-musllinux_1_2_aarch64.whl (723.9 kB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARM64

schiebung-0.1.0-cp312-abi3-manylinux_2_24_x86_64.whl (786.0 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.24+ x86-64

schiebung-0.1.0-cp312-abi3-manylinux_2_24_s390x.whl (780.1 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.24+ s390x

schiebung-0.1.0-cp312-abi3-manylinux_2_24_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.24+ ppc64le

schiebung-0.1.0-cp312-abi3-manylinux_2_24_i686.whl (826.0 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.24+ i686

schiebung-0.1.0-cp312-abi3-manylinux_2_24_armv7l.whl (736.0 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.24+ ARMv7l

schiebung-0.1.0-cp312-abi3-manylinux_2_24_aarch64.whl (729.8 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.24+ ARM64

schiebung-0.1.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (574.3 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ x86-64

schiebung-0.1.0-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (609.7 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ s390x

schiebung-0.1.0-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (699.6 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ppc64le

schiebung-0.1.0-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (610.4 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ i686

schiebung-0.1.0-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (543.4 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARMv7l

schiebung-0.1.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (542.4 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARM64

schiebung-0.1.0-cp312-abi3-macosx_11_0_arm64.whl (480.3 kB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

File details

Details for the file schiebung-0.1.0.tar.gz.

File metadata

  • Download URL: schiebung-0.1.0.tar.gz
  • Upload date:
  • Size: 26.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.10.1

File hashes

Hashes for schiebung-0.1.0.tar.gz
Algorithm Hash digest
SHA256 bfaa2dd3e08c3206ab689c665abc488c679f99830e560f496a540a11be856e38
MD5 8e06af8e2ad219b49ed28a4217b82722
BLAKE2b-256 b80d5b2b68d0f04a779f256f7fed8aabddd6d9d1602a32ecb276c8a6a12b7009

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 071da8d85f4ae683c1559ad24c07f792cc9e628d524334942530d3b1e0571306
MD5 e2ca6a148ddd9174e095bf3729ff50af
BLAKE2b-256 790d2164a28bd77116d5e241ff8bcaf0321efc30a6c1ff7272e6a0f0d08b8e30

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7c4b50548b4624f72294ab0bd9f24f2afd596947e4d7bd542e9ddcd912fd5b92
MD5 d173ef6a1a34f6a920a83dfd5f7abe91
BLAKE2b-256 98074a6a7912891a87286cbac366e74b9983ef465db975da86e916966d3018fa

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6f66038ad06f3a3b27758caa7d3176037b000ab3ce59151663a835b89d854b29
MD5 d972348389674245e6c7517e9c4ffa79
BLAKE2b-256 862b7bde012c817995e87f647a224b5f04604955009b69528a485a9401d13dc2

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a2ba872ee30b6c66d7bb5c312ff47570856f2f7224880e16cc6efa3b6f745e14
MD5 c02ecb034d9df57966759851ba1b6793
BLAKE2b-256 0713f46dd402d7235e95e0d559f74c47fe74d82ae4e6be3c2bf2273d972dd4d6

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c61ea022827aa361ab1eedcba4d6cf448ff9bed5fd30294b1065629f85eeb7ae
MD5 5e9d8b82162e33b524e5dffad371ac0e
BLAKE2b-256 06c4c1005338603f41d3ec71a86ec0b20358b497f8832cb0988ec81f4fc66ac9

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cb94a65c150ea1b8c772d5b2ced875aea41d9e94d106f2ae8a864d7b6b8c0ece
MD5 5e739ee09205991931bf3fa6f5d287d3
BLAKE2b-256 a4a432728ff7761655a92af9ef29ab4936afe1acaf203811a4663f7dd2dacf42

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bf087ca096dba7bdf411f9f5f595fc3ba2617678c11cdb079a6ddccd34a7fcbc
MD5 a6fba0ab84bfa968c884da93dec6d099
BLAKE2b-256 ae11d9c687b09905a3009183068862a17149bde5bd873a99870c95bf09031508

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f98c8564238cdbd35715d5cfea32e85408cab686eb391a5c60fa213ca7259ddf
MD5 f7f810e5e4006dfca37e91354ed9e4eb
BLAKE2b-256 8d2646416feec7f84b23abcc44a1c4074731ccd4ec9f631cb91aab11904e4a25

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 c3e13bf5b85ae4b089b44ca66a2228516915c532a13c708159bfa4ca6f6caa92
MD5 865f2ed707c7b93729480c5f17cb4db3
BLAKE2b-256 792f366a395f24cc1461d48a706fa818b2f43972597c40f21ab4bdb239974b70

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-win32.whl.

File metadata

  • Download URL: schiebung-0.1.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 375.2 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.10.1

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 8de34648c6b86f2865897ff5d04696a4a7873d6110ed982c7c1aadc7e192328f
MD5 15f60db1b5e4447c3819838cc84fba39
BLAKE2b-256 cee971d87723ab9ef9bf2462804bd547161b04153f66eda501b340954770e229

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a515bc2cfeb945a8a5d19feaf83485ca88c0e605b097af0efa41b60c8776994e
MD5 a05ba4e5cd6c77c80abea5021a826b04
BLAKE2b-256 142d9505bf643249f13d02e259ccaf14b0cd1fb80e149d60d9df8561ae8d0c59

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 82e18c6b03f9f14e099e7fc5c51bffcfd50825e06646e73b0e7ac9380c00dc52
MD5 39ba97a971c17aa80b212b4128070e0b
BLAKE2b-256 bebbd25b59ef3a27d07063f35ec8931018cc264458924bce226197367d69d14c

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7e251d0afc3f1d76cb712c4f78996c6aac5b04c2614df97c83af9cee5c5e1948
MD5 7015575794f1d618f05d76b35a06e52f
BLAKE2b-256 a2d8576ae4af52c4423ebfa9c94ace564d5cbeb20f4f162465c7fda6e4798898

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a987ac8d2550856f4eb0831f8ef9c3971f90f4d549e5ebad919dc7e5cee4fdb
MD5 f88d8ebfc3c98c1903b400a094f0b7ed
BLAKE2b-256 6e61e7ce8f62cb5d000f614e1ddc51fcbb286170df7621f81f156c847a4f5a10

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 fb0ed47a4229054c87af19545727f5ca0a5897406ced9a5a43837ede4e04fd34
MD5 6f286e8e672153ca4599021719e03cd1
BLAKE2b-256 b339071dce2bad629d4bb1ae15cf36f34a3e3adfe92ee0d8793e6929033b5efe

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-manylinux_2_24_s390x.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-manylinux_2_24_s390x.whl
Algorithm Hash digest
SHA256 d43ee3c82bc0a8352a1ec64873ce573208e4df3f64a4a73abf23252b604c0146
MD5 3ce9281d81ecc9379a8b136fb25f8381
BLAKE2b-256 091c4c547350c78a184c728e8b9adc32ce7c618fd7b1d544db891d27642918e7

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-manylinux_2_24_ppc64le.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 04d1669898a5a9117441dc6a569869e0ead3b1a5c595b4060732627c9fa539f1
MD5 d8995f42a0f10b23218d8dd99301f3fa
BLAKE2b-256 ac4e794a8bced8ba58b0780ef601c31baab988c10402b6f09c97947e8516f9a9

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 6537a3f7c81a8d1d6dc9270c95c5087f82a08c874de5e653e3c4850de22629e3
MD5 bfb01d881aa8a1104e02c74ab944bc4a
BLAKE2b-256 fdd1d93359b339a874593c45292041671328fc47457dbcc8ecd6598e2e3d66ea

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-manylinux_2_24_armv7l.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 6d333e7b63f5db034d43ab3022fb15117fab80eb2fb04ee003e260913eb4dbc9
MD5 c43003f4bd6d64c1f40f669f54d0caf6
BLAKE2b-256 5062c8587c30b4cada2e3a3691d44aa52c276788754ad720787ff60224cb2121

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 c211fe2e615becd3b208e5fff164f03e2bd6eee2bfc9f1b70c48eba4e7eb7ed4
MD5 e2144089079796b182440d45f1e02855
BLAKE2b-256 f89fdc4706940929d408005828f284b1ed2d0f93f7f83d64e51ee06cda2be607

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78456925e6c5f8bc1faad2500b4dc76b0d87cb93192abc27a21d0c9067a5eb8c
MD5 a9655819251467bc72d91f952863cc84
BLAKE2b-256 b2f02e417de1f19587cef80d3daffe2364d1b42e5c766f6c45ca320b93edeacb

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2182e6ebaeab291a505a709a52788ee9e738b31d7ab4dbaaa782c549887ef626
MD5 a3bc9a796a4a76dc0c92c3b8ecbe629d
BLAKE2b-256 36f35dcebc47149bba185ad548b32175b838f28051fb38b9b6f6d51f4541cccf

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3a724c2d5858b08a1be2af1c114635af0c79833534dde028b4f4df169686232d
MD5 fc9e207fe184a360433a43497f6bb58d
BLAKE2b-256 b59bb062bb3e36b4358c65fa41387eb217204c09973f42d67f4f72bd94ada1f5

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 86fe35fb3d8c44e866cc30d2965c8dd1136e58512ce04e06ebed49c2f3e3eeaf
MD5 06cdba4d92328172382c1f30a07389b6
BLAKE2b-256 33a57cf44e30f302e9e97ea2b9f8b0aad1a54f104bd889519d42e5546f6d3260

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6b99b890e373868907494d35107ff1751dff496ea5d604e00dc87afb7cc3d3a2
MD5 1de4c9e1d1a70b778a937fb33985a21e
BLAKE2b-256 6676f0dd5b89e9a06958428f0be6a09321f54ed26babf396bdaaff28aa85016c

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14387f3e3699954d037c769937cd8084465aaf0901c5deaafac123b4df6eaa09
MD5 38e8506e64c8433203098b87a129592a
BLAKE2b-256 726cd52921f550f09f123161fef625c1cd950535903c3c004a8367d92cf1dfeb

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 791f57bee2a041676d46a716d6d9e2eb3803d282148bf8baf6b230c1006a0ee4
MD5 198dd917c7886f1dcf6bd0edf2d01505
BLAKE2b-256 02a6f349cc44222b6f0ab44beb7e9845193590b2b1fcaafc85661d73219d9056

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: schiebung-0.1.0-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 397.2 kB
  • Tags: CPython 3.12+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.10.1

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 f620634a48f4f7f0ab85310592a3052ce6715fb1a8f0e7908f0aeeb5b00f29ae
MD5 ddc6be34867dfe786541efd665835fb4
BLAKE2b-256 86a61a68d627b5007c595e4b98d97e9dde597f8756f1339b1218ad37c932d583

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-win32.whl.

File metadata

  • Download URL: schiebung-0.1.0-cp312-abi3-win32.whl
  • Upload date:
  • Size: 374.9 kB
  • Tags: CPython 3.12+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.10.1

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 b8cf89985f143b9cc584f4813c2201803487ab9cf4b5ac56a54437f64231da57
MD5 ffc210c44ddcbafa92e10c710e3346f2
BLAKE2b-256 31c4649e81d5f580d2983746ff862cb34935c5ab8540ba925bd5ef4280910ad7

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97d18071cde963a8f0a39021ab3c3dd70db4b08689ad4f71dd8f23348e4e8961
MD5 2d76708671b1c85af702bf29cfde27e9
BLAKE2b-256 0e507ea1d8fe5d1946713bae9417a1d0c7f99e027b0e0bafe5dc60383c21bb42

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d020fe78dc770a91b4cef2a0d76c157a510a303bc79c273adff295274da007de
MD5 1b8bb19a5ddeb4d601caf917f14c922e
BLAKE2b-256 7d4c5a9ecb0e15d3a7f3ee5e79cd9a46ad21eb9e1e3c836dc1361daf3f5d30d8

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 18b1ef106286758e11de1ad8cdfd0b94d7d031b7436445572120be94d669fa71
MD5 dc7684d6d2b5ac2a636b894bcbd1c484
BLAKE2b-256 298cb21c9ec2b0d6a68590fd972bde40672249709b740c937b14969e372e4881

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b0f27aead7917e1cf065fe03f55ee751ad5fa951a2ab8ab9d9cc8e04b93b4c8
MD5 b3c5d4983c438f551e97b7812a21200b
BLAKE2b-256 623ff3d2e98db126fc11fd602b6caa2d937a82e3b2c6ac6d5bc779532402faee

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 9f744298d5b7003a1b53a96957f4cedfbc273254639ae9211dd66c91b207d2ec
MD5 1310abde794e507f6bafa606d7d4b724
BLAKE2b-256 ab31c6554e1591c9e8e044b1261c0a17bc17ce31fe8813d4c79572f94a8fba79

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-manylinux_2_24_s390x.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-manylinux_2_24_s390x.whl
Algorithm Hash digest
SHA256 afb7c7641a7fb6d20eacf4909ccbb2f75398e1f32280acc629001f5932d674ae
MD5 e4cb1dd40003886f211f1ca516dd9d91
BLAKE2b-256 1eda110faeb9f8fdd2effd927dfbd75ca41162c3f5eb8e16a224bdfab848acc1

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-manylinux_2_24_ppc64le.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 2d12f41af880496ea7bf8915ad35cbeae6b1f0226563d0178987d04d3dcaee28
MD5 a08aef38c0df88a6392749765aea89f1
BLAKE2b-256 fb8c4da85a03de3698852d23e011857596e95b2f38eeb1aa3d9fc513d73937e0

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 5bf33a72b24965e0ffa147b28a9db0600aaadc7d673791d11326b4833aa613d2
MD5 0959a2e13a13b245e728331a442f942c
BLAKE2b-256 a3a24f5d1bb9fd17886587cfa9b5a82f39931762c6c44237b47290b4bcdabf01

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-manylinux_2_24_armv7l.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 dacc5a7b7df67fd255c348fdd860098c4532ad56b7ee8055d3b5a53a8f3dea2d
MD5 fc8ac3e00c237eedffde3e25df8d6728
BLAKE2b-256 d03bf7af43ef8fce97ae0c89b05244f913aca32e17212fce063960a8ac0a3569

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 34c9bb3d8ae285ec9f76ecfae2da1afab8b836788d5721d7b9441147043da011
MD5 4841c22401d33a2fb7192452cec390d2
BLAKE2b-256 1dc2bbc5300e67d85d49f05e97bf6c65d6c468843560534e42ff26995ea3bb73

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0325802b9a1bb10099237fe2fdb67939bbe01c80587bcc968e854e99683f6d81
MD5 8bbb33a59e80470960a231012f20c3c2
BLAKE2b-256 98c7852d74dbec835bbf9c1c9d3375c396c59528ee87709bc6fbeaa2c65a9802

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e219e17f61a5129f4da4e95401c1188a867852a2ad288ef698fc3b501163c822
MD5 12e9e0d9923ee3bbacff691d555311cc
BLAKE2b-256 166ab11a4a1a35e18c4ee845e312b5224300f80635c5d6392c63dac24cf47000

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d0ebc16ba872617a853de76f2dc2a1f8df24b19de13dd3d330f702b356695673
MD5 8c8933979c3433edd17374f3e0703300
BLAKE2b-256 a976c295d85a2b364ca0d08ebd6917441cdc856058754bf0ec7c28556b0d021a

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d0305ce23b44d14a38f12c4950e5c4ff70718f236465b35971be9f5f18ed9163
MD5 11b1ce08a459e22e131dc22a83b1b874
BLAKE2b-256 f6f231c1be3407918d4c9f272c647ec05ffea96ace296c72c1609e5d7423360d

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 67f0c1d481e78ad1f51e653cf3dd2368fbedc0238216674242e42595c11bd259
MD5 87330b5f74276bb6771a446b1152424c
BLAKE2b-256 f048416497368b5ca74a2fbe0902b1b0ec7d1554b371ab1b3e060ce7eb556d26

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 126326d7c44f144c2739d90c4b28d987e23cdbabde3bfc8cfd20d4a61c4ef68c
MD5 21183c5ba56a21fd6283bda09287f91a
BLAKE2b-256 85abe6ff04c8f3ae5c94dd635c133ac5834c8aab2f529e3b32f4919d6296d501

See more details on using hashes here.

File details

Details for the file schiebung-0.1.0-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for schiebung-0.1.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68fec4b33715f37f3bc601aeb682d362ad6da02befd3c9574c84d0d22c43a417
MD5 4bc9232082e4df8ad521ed5e2711824f
BLAKE2b-256 e4dbf2bfc4221e530d330603b43725dae42ab5e84031556405c68724c5077976

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