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.2.0.tar.gz (93.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.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (968.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

schiebung-0.2.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

schiebung-0.2.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

schiebung-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (912.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

schiebung-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (967.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

schiebung-0.2.0-cp314-cp314t-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

schiebung-0.2.0-cp314-cp314t-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

schiebung-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl (910.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

schiebung-0.2.0-cp313-cp313t-win_amd64.whl (566.3 kB view details)

Uploaded CPython 3.13tWindows x86-64

schiebung-0.2.0-cp313-cp313t-win32.whl (541.6 kB view details)

Uploaded CPython 3.13tWindows x86

schiebung-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl (966.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

schiebung-0.2.0-cp313-cp313t-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

schiebung-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

schiebung-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl (909.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

schiebung-0.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (787.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

schiebung-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (779.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

schiebung-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

schiebung-0.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (825.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

schiebung-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (737.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

schiebung-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (729.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

schiebung-0.2.0-cp313-cp313t-macosx_11_0_arm64.whl (654.6 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

schiebung-0.2.0-cp312-abi3-win_amd64.whl (566.2 kB view details)

Uploaded CPython 3.12+Windows x86-64

schiebung-0.2.0-cp312-abi3-win32.whl (541.6 kB view details)

Uploaded CPython 3.12+Windows x86

schiebung-0.2.0-cp312-abi3-musllinux_1_2_x86_64.whl (966.3 kB view details)

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

schiebung-0.2.0-cp312-abi3-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ i686

schiebung-0.2.0-cp312-abi3-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARMv7l

schiebung-0.2.0-cp312-abi3-musllinux_1_2_aarch64.whl (909.9 kB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARM64

schiebung-0.2.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786.6 kB view details)

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

schiebung-0.2.0-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (780.0 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ s390x

schiebung-0.2.0-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ppc64le

schiebung-0.2.0-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (826.0 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ i686

schiebung-0.2.0-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (737.0 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARMv7l

schiebung-0.2.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (729.4 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARM64

schiebung-0.2.0-cp312-abi3-macosx_11_0_arm64.whl (655.3 kB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: schiebung-0.2.0.tar.gz
  • Upload date:
  • Size: 93.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0.tar.gz
Algorithm Hash digest
SHA256 0185294852e8cc05097901b9ad191fa44d0901908b2d63db17dc3f04a3e025c6
MD5 2717a2121d3aa3434ec26a3ffbb4fbe2
BLAKE2b-256 50269630a2a816715549986754fe2f2c17f16d2aaaa464064e5bfd62637d1157

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 968.5 kB
  • Tags: PyPy, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 788e12f61945bb5fb5917ce3ea91e97561728158bf759aaedd9d452f469f7edb
MD5 90810e0554d08b639061bc6aa9bf8c79
BLAKE2b-256 c2faef42eeb180b28529b85a2d1871bf4167e6737a4b21361bff841149a6955f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: PyPy, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 203ff39961b7fdad3452a798047754b45727d573ef44eddbd3ab99e94b6e19ab
MD5 c150d14593fd6d9483d0fc1a5ef3cb49
BLAKE2b-256 bccb17d7f49ea174c80fbcbe9d4165ee8850ba1b56e5129a4ff5e0a8d8ad2b1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: PyPy, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4421b773ed603f5474d8c5707fb32c51e0622c0c7eb5cf3b1314371bd3df44da
MD5 d5ca54e409d7ed8e6a145087283996ff
BLAKE2b-256 4444c9da7e1714edfb32834a37e11e1521a5f876c808a4cb9ca4e1e694e38a7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 912.2 kB
  • Tags: PyPy, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e456c53387f5b1d24a5c8df7e6f075b51b6cf621e1a8e4d4513478f30b4dcf3f
MD5 534af5f37db0e7d4f8d05b24f164811a
BLAKE2b-256 9b590c357da484fbf01e7b296358ad6feb061372c9559d697cb87bd3353ef0c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 967.3 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 553a9574754591f68133ea004f1e325a35fac51e6a111653a4d0191957f83912
MD5 70cf7f6c4a68d986603d097e4b7e251f
BLAKE2b-256 186d751493bae98fe44339525a73babc6881cb4f4ab0d4fd73989271e3041397

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 467d2ae35012cfff5efa54f11edfc0a95d3690a07a5f28ddd2fc65921909d56c
MD5 9436640de8fed8e3ed42381823f1bb70
BLAKE2b-256 fc6dd143758192c30df5625c6ff284d4f56456fec58c10a063cf24b8e5bb8601

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b326d685f4172364be99497f227c7e3980863fe7d5c63e304c5412df7d2258a3
MD5 639d53989378b60ac7c942b34b167497
BLAKE2b-256 bca2cc068420f77fd21dd8d072c7315af534c57bd68777ba200ad9e15450b6a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 910.6 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 894a223f830271ea8b92541c64c1f20a7253cde241499ae50b55bde3cb50400e
MD5 69ac63ea6d37d004ee38b05a7fddd0b7
BLAKE2b-256 e5f6da0736c5ce80475a2c0d12609c603ee7a4998977a3a8101f9ebb876c7d64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 566.3 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 0e7d094931f84f8620b03d50b180dfc2b0072e50ce55dacd0ad51a3d1802d8f8
MD5 2cf2a31f71eec3f6ca18387c73bb27d4
BLAKE2b-256 b6a034fe6a11598d43b05f3072ae553bf5a95d2d69cccd5a3be01e9eeb108a7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 541.6 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 bbd1188c9d75b3c17c5ab31d68e516a491788bc023df713b5594c5f4b0d1ce35
MD5 9ba941510ad6e03aa931773116e23fd2
BLAKE2b-256 61eedf435b87aca40e58827d7aaed1c5bbc5a7d252de9d63c363792a334c33f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 966.8 kB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f88063d5d80c2b7c7aec1d8a80a8d4c9b5b0f556bfd6c6fd82eddd0a7449fad
MD5 37bd88b41e8747e3767ea628fbaa1cda
BLAKE2b-256 256e2a9e4a031bd3534c80aed68001a8b2883771e1d5e103bf517a44e8635de1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp313-cp313t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9990424973dbb407c87c7620f8a6fbbcf06b3ea79e0ccaa7dd08bfe1d11296f7
MD5 80f1026320f4156ead3c58cdf46e81f0
BLAKE2b-256 d64829e90f52fb549cefea754f8cf5e236123ff5ebe7902c4e8762e1743c7167

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7f257b7a328124a11d863520bb6a711f39d283c4f62caee9723a10185c944c5b
MD5 639c2a6e07472c50e6d2bcca8cf9d3ef
BLAKE2b-256 4d22683f43dc5473502d03f8f7f1ccadb03b30282dad92eb25b5be5942d4538b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 909.9 kB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9056878d3c8320032a3326c3cef88102bee23ba5b699c7bc595d60d4756a21c8
MD5 a82977f48c924475e2aa2c57d1bd170a
BLAKE2b-256 7ea3d508f23cbeb9aef54869243507f4915156c86b2ac9f5444403fbb769aa75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 787.1 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ea4ec85195985347c7bcbcf68120bb58478058552bc51e1b544a136f2b55c95
MD5 83574b0ed8f80387eb0034f6ebc0fe7f
BLAKE2b-256 52eafd1e2b97c06025834469d764b1b072c288f4d428c3cb5da4d4c93d697c5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 779.7 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 938d4313d225054f878224c829fa26952a189205522ecd08e31ea3a98eacb219
MD5 e18afbe1fb40493021e16c4d6e127f1e
BLAKE2b-256 7ea838fc17baa33226b3700a3604794a01c18c6cd1a1dce12f5800062b291bca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1b5ba477c3d1789746a78d1afba3fc81b08cfd26dce2941ed97bd3802d899635
MD5 76220119a7c576ac971cfde10132b0c9
BLAKE2b-256 2b80026818602dfd19189546fbbc47831b51029838eb136f6ae4377522780c12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 825.9 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1e86371a89d2e818225243e7f6e162bce63233b9f8fc262ad2a03cbc18cd456d
MD5 be5ac281e78aa0bdc52ba42d4a637ab5
BLAKE2b-256 a0b7a5c19691970c4e28e2850ab7c4418faa022cf1194fe974d235b4b2f88a2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 737.8 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 83a34e913d38f7df07a80edf3add313a1c4ea189fa4b2a5007f2f59c990f3b77
MD5 f1898e50ea6a95a09b486313385cbf11
BLAKE2b-256 58535f66bc1a8ea5812bc088e8d43324cbc687117bf0e0c93e0aff389f4137e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 729.4 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc0c79bae5eb0c06a79ad7d127f1f00ceb6d9ec91500baa5cbfe6d7b43b55dd6
MD5 56783a556d048123c809478508cb57fb
BLAKE2b-256 a0af47caa5d059d089a7b7a9c0f059fc66e320433ebdae6024c7c4d01f3f207d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp313-cp313t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 654.6 kB
  • Tags: CPython 3.13t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12058f1c63bc7dcc49b6a233025c4266c791d66ec96434c4ba9a8372d86f1798
MD5 8e80934a82e78d7988ae9010cb1ab8fc
BLAKE2b-256 3386ab9b231c1c5e1c519c295f0cc01ed65a594eb8b9e78ca2c7e7713903a6d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 566.2 kB
  • Tags: CPython 3.12+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 b7da5e2871e7f197639afc06e483e3fafda4c8df978d9a0e80e1be6d2cfdec2e
MD5 8e6e8fc8d4f82f058c478f88a1084886
BLAKE2b-256 6d558678e49f38604bdfbb3502400757818e2f0ee3de9b441f76f5281798e5c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp312-abi3-win32.whl
  • Upload date:
  • Size: 541.6 kB
  • Tags: CPython 3.12+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 2cf8a50df8b224da33fc7c762556f6dae7f2ea63177990f7850064fff464b771
MD5 5aa097462f99729ef0e715d43d350da7
BLAKE2b-256 a031769669191199d35b4dc3df2badd4169e1a74f05bd7b1e6bd0bea63d15621

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp312-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 966.3 kB
  • Tags: CPython 3.12+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42e238116f707bd37c4943f42a63db045f532c5d38f0ad3ef2cba4365fefa20e
MD5 d66d7859d287f59ad17d14092d71bfdd
BLAKE2b-256 13f62b64f3a422ad91dd7189c4898c425516de5b697b211f4735fb13e4b0c82f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp312-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.12+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp312-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7263e18cca3d5635e46c105a7f9b1b8ef2d1afff8a12be2c6f10c66c31305011
MD5 8ddde381eefe9a887fae33154e099bcf
BLAKE2b-256 73d5f2684614d12953da67087fd81f7082f90e8c1d529f443fb9b19c0bdc18be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp312-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.12+, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp312-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d9f5b7959c4f8142ea4eb7ccb053b92368a3597554ee3ba91f280b2f0274be1c
MD5 f506323d056169431017c3eea95e5760
BLAKE2b-256 7beb6f6ff2ce21512854cbd49dd0347a5bc78eeb7e7b5659ad82276e8e7f4cf5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp312-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 909.9 kB
  • Tags: CPython 3.12+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 85b0ec5f5998a633a84ef68d33fb00f26af157c6e3e53a202bb520b66435c427
MD5 f90d36d1670e07c6e5c9b1f19ac1852c
BLAKE2b-256 c5b5f84d960abf1b5367b1e3e92fde8adcef12af94703bf2c8212177bedbcafc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 786.6 kB
  • Tags: CPython 3.12+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78105490df4d6bd6c4efd859085b632c27e9677a4275b1e58be87a0ec2d3a0d4
MD5 1d72633b568033f541a9bbae0be4ddac
BLAKE2b-256 d590d0e3797d3132583d88d0f075ba152469459aba40cb1569b6c38eba7c0cec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 780.0 kB
  • Tags: CPython 3.12+, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6de00a7daafb5b1ec844344cf5149c0ccb661bd3f5822541593fbc7dbecb98f6
MD5 6e37d2c3a02c25e60fdc003a69d79cfe
BLAKE2b-256 30dda25c30b7b32f9dd09de3294fce65152f836494d4deaba8e8af0bb8f89e39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.12+, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c4de9a905dbb7048373900b072f45f7df939cbd1c15b1471c7fb9d34ec7d3963
MD5 93f3c0e71177daf71ffd0dda0f3c9a2a
BLAKE2b-256 7b8084e34e85b062d4757be09306b89d263f3212ab0253f4008a42bb4c2c51be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 826.0 kB
  • Tags: CPython 3.12+, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a4743a797925b7364fa111eb7b91fa99f197964313e71cc9e48d7793a9cee449
MD5 620806916775f4633474b899069c82fe
BLAKE2b-256 acdcc407cbbd64233ccd3f3f4a4854a314662145f0cd04781fd786032e04f2fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 737.0 kB
  • Tags: CPython 3.12+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 065772d808466baa1be452266bc96acec020a3a232f3198fe657e42d3e09575e
MD5 96517d40a3994506c02fa7dd71f0464f
BLAKE2b-256 0971b98d6da3a216cb88463116f2742c8c7bc869edfeb1aadf1d8d05efadf947

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 729.4 kB
  • Tags: CPython 3.12+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c6bbb7169194cbad54dbcfead110c6dd6ca5ef5835a30f883b51bc60e9abe170
MD5 4202e073a4859121ad7cc3042bacf1b0
BLAKE2b-256 6b6e66dc7f081cc3cb019c3bedc2860f60ecff1adb8269c1732a40ee16b4dc13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.2.0-cp312-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 655.3 kB
  • Tags: CPython 3.12+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for schiebung-0.2.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69b04c3422f404fbd96f4c32d533b04c037d6a038ccf0aaa94f2fb1fcb77bd02
MD5 b6e75cb84422f25647360c0556156fa3
BLAKE2b-256 5f353aa63a98420f226ce6992d654917518129ec512d50a3a424054e2ec8e65a

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