Skip to main content

Python bindings for the schiebung core library

Project description

Schiebung Core - Python Bindings

Python bindings for the schiebung core library — a fast, memory-safe in-memory transform graph with time-aware lookups. Useful for multi-sensor fusion, simulation, motion capture, AR/VR, and robotics.

Installation

pip install schiebung

Quick Start

import time
import numpy as np
from schiebung import BufferTree, StampedIsometry, TransformType

buffer = BufferTree()

# stamp accepts int (nanoseconds) or float (seconds since the Unix epoch).
transform = StampedIsometry([1.0, 0.0, 0.0], [0.0, 0.0, 0.0, 1.0], time.time())

# update() takes a list of (from, to, transform, kind) tuples — push many in one call.
buffer.update([("world", "robot", transform, TransformType.Dynamic)])

result = buffer.lookup_latest_transform("world", "robot")
print("translation:", result.translation())   # python list
print("matrix:\n", result.as_matrix())          # 4x4 numpy array

# StampedIsometry implements __array__, so it works directly with numpy:
inverse = np.linalg.inv(result)

Documentation

Full documentation: https://maximaerz.github.io/schiebung/ · API reference: docs.rs/schiebung

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.4.0.tar.gz (110.4 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.4.0-cp313-cp313t-win_amd64.whl (604.7 kB view details)

Uploaded CPython 3.13tWindows x86-64

schiebung-0.4.0-cp313-cp313t-win32.whl (573.7 kB view details)

Uploaded CPython 3.13tWindows x86

schiebung-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

schiebung-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl (970.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

schiebung-0.4.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (834.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

schiebung-0.4.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (881.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

schiebung-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (800.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

schiebung-0.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (794.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

schiebung-0.4.0-cp313-cp313t-macosx_11_0_arm64.whl (715.0 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

schiebung-0.4.0-cp312-abi3-win_amd64.whl (605.1 kB view details)

Uploaded CPython 3.12+Windows x86-64

schiebung-0.4.0-cp312-abi3-win32.whl (574.2 kB view details)

Uploaded CPython 3.12+Windows x86

schiebung-0.4.0-cp312-abi3-musllinux_1_2_x86_64.whl (1.0 MB view details)

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

schiebung-0.4.0-cp312-abi3-musllinux_1_2_aarch64.whl (971.0 kB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARM64

schiebung-0.4.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (835.9 kB view details)

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

schiebung-0.4.0-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (881.6 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ i686

schiebung-0.4.0-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (801.6 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARMv7l

schiebung-0.4.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (795.7 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARM64

schiebung-0.4.0-cp312-abi3-macosx_11_0_arm64.whl (715.2 kB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: schiebung-0.4.0.tar.gz
  • Upload date:
  • Size: 110.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0.tar.gz
Algorithm Hash digest
SHA256 37736d9e070eee9840bfdb3886af11294dffe2f6f95be6844e3fb49c10fa86c9
MD5 3da1543ca63972159d2b2533f75e5865
BLAKE2b-256 3b3b306ec3cbab0401d2b4cd509ce9b9fb32a911c37a3f32b23dbf1f9127c3c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 604.7 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 a871dd942250ef6eb2d74fbd1a78bf60d99b97f216f7796254b8defd512a0737
MD5 1636ccd342b23b6fa411c8c21f4a2dfd
BLAKE2b-256 4b8f0fc74fc8cd0671d7737bfd782e503881787eef4cf9949e85b5aa3a5b63a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 573.7 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 220ea5fdaf611427ea091fb201c1cec666d4eed80c0ae55901e4a7fca0b8326c
MD5 a03b5d9362d380e3b97dbb2df0ca8205
BLAKE2b-256 ea9bea8e2aab0c114d96fd6d1a888fcf4848d60e50b6919b90e4a76810de4731

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa2238500de3f536aaf5812809d272b6bd048dd0bed1a97eb868ace1d01147c4
MD5 8f9d319b9273d1e020b7be6b9b41491c
BLAKE2b-256 e9308e7504181f066d442c7a0f8d19a69c98f64c590f8f7a800258f8ac7cd9f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 970.1 kB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f519e271f8671c5f3f64933eea45d6f9ee43b48d86395ac03fee0236e4f73a6
MD5 6cde473e817afb66899de33d1268b68f
BLAKE2b-256 242f1a23e2547e692220e9898a9ba721f4fd096224c8ea7be56ebe4ed3516223

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 834.7 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ba3a9fda9dde2bcb6b609573a2905d49abbbba7ef2ab215c3269d7276c9a050
MD5 8493470569b9f2e05c6243c73403c733
BLAKE2b-256 4b26207a372c9a27921a592f9f71316bc7fccd76b7689b90e6ffef76e8a8dd11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 881.3 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8d36dd9615de21d57eef85c10a8a9310754c8756326e43a6ad7af1e260920ecf
MD5 476bb132a1286620db5227ca0935b030
BLAKE2b-256 ead328b07b227584590b8e53f04f25c6befa7539dde9ec3fd222860ae89aa511

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 800.9 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 345f1c8e1aad2207022d8836751b5a0e94720ec72aae7838cefe400eed3502a2
MD5 c58f926dc4d6c17ad038f75a37ef5549
BLAKE2b-256 bad233b2aa09e1995584cf53c4e104f1ed3478f1b250030e07a02da2232c2341

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 794.4 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eca2968bf60952d7e1e88fc4a133f0f4854d0566220cc7a1f2f843c1c1559dc1
MD5 e608f843270301e635261c7f5c766a8f
BLAKE2b-256 3eff61c60c6e2bba4055ababbf2fa368cba473bffac6d65860ed59715c0373a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp313-cp313t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 715.0 kB
  • Tags: CPython 3.13t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72138b27edaef9c93fea755d2100662f4af8edfe31933444b7008ec5c2b6b24e
MD5 1b1879c6b9d81adc2574ff12d9c3ef18
BLAKE2b-256 a71a95e442eebe25475921045a3e5fcf535d20ade92d29d32e70401252e5a8a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 605.1 kB
  • Tags: CPython 3.12+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 8ef957b8a15e17d38b93d6695e5466bfd38f557220d8f786009c6822e5892ade
MD5 0e8cb3ccb0e6da03da2d1d61dbe93903
BLAKE2b-256 05d0969d19be7a318f6390f2d9ef10e6073e8ce65451967eddc89083a18114d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp312-abi3-win32.whl
  • Upload date:
  • Size: 574.2 kB
  • Tags: CPython 3.12+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 05f0397c8edb1d9168f92db311b0881088c2ff60ac329bf46fa213901fcffdcc
MD5 5386d9eb2543e7dd272024abff6362f5
BLAKE2b-256 42865a416b100b8e620394964110312b75ce796c44f52ea6c69d8f717dd6619d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp312-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.12+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c244920e61e185ae4b487d1c8a35d2e9d86f3e53e93c93c35650abb8a2181d8e
MD5 c1aab27551c1fcd7194bad9a6492397c
BLAKE2b-256 75ea0e008b4c5025a3c0413a670a92a987df33166f7f19e14f514d7cc9a098c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp312-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 971.0 kB
  • Tags: CPython 3.12+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dc911cf3c05e87ba666cd3a7867380274e4558ec17eefd6922adc610421afdd2
MD5 5b7dc0f201b061a98bfef276b7d0b11f
BLAKE2b-256 40b0c4c8fd41056378f1d096b9c68203eaf2e75a55ce40879e0b15e485cc3fbd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 835.9 kB
  • Tags: CPython 3.12+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff7f91caf678d0b4199a262e5197d686709d82162949e9bf74c4aad0ff44bef6
MD5 57ace46f27e28c543a923273adc4dfac
BLAKE2b-256 1006b2a1a2105a3cf339e8543ce4429d5d3ee092cb753061151e4664e3487981

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 881.6 kB
  • Tags: CPython 3.12+, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 86fd10a456cdb715b68949f2a4ab5750d26ac4e731671967a46f00f756643302
MD5 1037f9376f7148eb647be91d483e68a9
BLAKE2b-256 9b7d1c19dda76bb53e5fdfc0a15a123646d2dfce0e9fee252167ad123e76e31a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 801.6 kB
  • Tags: CPython 3.12+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e216bc26f3cf181f37c266f87006fcdefe95c6289bdf6c4a66b3b5162f52b9c5
MD5 14b6691f04381c4722c38f37f58444ad
BLAKE2b-256 7ae39016619b347510272c9011a25f27a7f0967f63c87914cb32f0d83f034174

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 795.7 kB
  • Tags: CPython 3.12+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad83dddd123ec712b62fb3b1fb6a1cf01a73e8d91cb1eacd26cf5b96d4a21aee
MD5 a52af7842b2e7c2fe47c0a8f61ec771f
BLAKE2b-256 666b25c5706f6cb6ace57c4ac1eab140b6ef3afd18e3f354f3484282f8bae414

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schiebung-0.4.0-cp312-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 715.2 kB
  • Tags: CPython 3.12+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.4.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8583f14ac216451d61286ad262370e5cbefb4b2f1b29e7856a3ee8e256a59fdc
MD5 b79ee1725f8f9ef39d645b7908bd5387
BLAKE2b-256 c51081057e95fe122ca54ff2eeeffdc13fefcd9288be19a553a8d153147f18d3

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