Skip to main content

Library implementing polynomial splines in basis form and operations including derivative, integral, sum, and product.

Project description

Basis-splines

2-dimensional spline in basis form with convex hull

This project includes a C++ library implementing multi-dimensional polynomial splines in basis form and operations to form new splines that represent the derivative, integral, sum, and product of splines. Among other things, polynomial splines are relevant for computer graphics and to solve semi-infinite programs resulting from optimal control problems. For example omg-tools provides a python framework for the formulation and solution of such problems. This project provides a performant C++ implementation of relevant spline operations in this context.

Installation

pip install basis-splines

Usage

Please refer to Github to view a detailed documentation and examples.

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

basis_splines-1.0.2.tar.gz (586.3 kB view details)

Uploaded Source

Built Distributions

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

basis_splines-1.0.2-cp314-cp314t-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.14tWindows ARM64

basis_splines-1.0.2-cp314-cp314t-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

basis_splines-1.0.2-cp314-cp314t-win32.whl (2.0 MB view details)

Uploaded CPython 3.14tWindows x86

basis_splines-1.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

basis_splines-1.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

basis_splines-1.0.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

basis_splines-1.0.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

basis_splines-1.0.2-cp314-cp314t-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

basis_splines-1.0.2-cp314-cp314t-macosx_10_13_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

basis_splines-1.0.2-cp314-cp314-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.14Windows ARM64

basis_splines-1.0.2-cp314-cp314-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86-64

basis_splines-1.0.2-cp314-cp314-win32.whl (2.0 MB view details)

Uploaded CPython 3.14Windows x86

basis_splines-1.0.2-cp314-cp314-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

basis_splines-1.0.2-cp314-cp314-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

basis_splines-1.0.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

basis_splines-1.0.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

basis_splines-1.0.2-cp314-cp314-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

basis_splines-1.0.2-cp314-cp314-macosx_10_13_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

basis_splines-1.0.2-cp313-cp313-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows ARM64

basis_splines-1.0.2-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

basis_splines-1.0.2-cp313-cp313-win32.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86

basis_splines-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

basis_splines-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

basis_splines-1.0.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

basis_splines-1.0.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

basis_splines-1.0.2-cp313-cp313-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

basis_splines-1.0.2-cp313-cp313-macosx_10_13_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

basis_splines-1.0.2-cp312-cp312-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows ARM64

basis_splines-1.0.2-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

basis_splines-1.0.2-cp312-cp312-win32.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86

basis_splines-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

basis_splines-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

basis_splines-1.0.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

basis_splines-1.0.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

basis_splines-1.0.2-cp312-cp312-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

basis_splines-1.0.2-cp312-cp312-macosx_10_13_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

basis_splines-1.0.2-cp311-cp311-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows ARM64

basis_splines-1.0.2-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

basis_splines-1.0.2-cp311-cp311-win32.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86

basis_splines-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

basis_splines-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

basis_splines-1.0.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

basis_splines-1.0.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

basis_splines-1.0.2-cp311-cp311-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

basis_splines-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

basis_splines-1.0.2-cp310-cp310-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows ARM64

basis_splines-1.0.2-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

basis_splines-1.0.2-cp310-cp310-win32.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86

basis_splines-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

basis_splines-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

basis_splines-1.0.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

basis_splines-1.0.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

basis_splines-1.0.2-cp310-cp310-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

basis_splines-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

basis_splines-1.0.2-cp39-cp39-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.9Windows ARM64

basis_splines-1.0.2-cp39-cp39-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.9Windows x86-64

basis_splines-1.0.2-cp39-cp39-win32.whl (2.0 MB view details)

Uploaded CPython 3.9Windows x86

basis_splines-1.0.2-cp39-cp39-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

basis_splines-1.0.2-cp39-cp39-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

basis_splines-1.0.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

basis_splines-1.0.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

basis_splines-1.0.2-cp39-cp39-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

basis_splines-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

basis_splines-1.0.2-cp38-cp38-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.8Windows x86-64

basis_splines-1.0.2-cp38-cp38-win32.whl (2.0 MB view details)

Uploaded CPython 3.8Windows x86

basis_splines-1.0.2-cp38-cp38-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

basis_splines-1.0.2-cp38-cp38-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

basis_splines-1.0.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

basis_splines-1.0.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

basis_splines-1.0.2-cp38-cp38-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

basis_splines-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file basis_splines-1.0.2.tar.gz.

File metadata

  • Download URL: basis_splines-1.0.2.tar.gz
  • Upload date:
  • Size: 586.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for basis_splines-1.0.2.tar.gz
Algorithm Hash digest
SHA256 2f871ab369c610dbfa667e199d60551532f4a786aeaee75a5da337e9173f701e
MD5 98f4c1f7814f27793959cf5a201a579a
BLAKE2b-256 3230ee6b076e1436bea9e1684e23170e69c5874f3d9b05a6a1ae4d96fa8fa009

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2.tar.gz:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 d0a9a326135d7a689e8fb11690e05079c962d9971513fd8de0f631dff3b21515
MD5 9fc4865dd4498824c73b79cd25aeba79
BLAKE2b-256 6fc6ab763f068ebd2e334e5129846eb9138a5f254fe7bd8739fb6a9309e8c2dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314t-win_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b6e0756a0bb3e99d74d0dedc344d51d7bb1bcd3f5406834e3a777ba2ad57155d
MD5 7717dde1e39cdbb63a3a72460f77cea7
BLAKE2b-256 e6cc537c761be5133cbc8a2c484170bc07144981cde01b7ce4b8296c48ba3623

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314t-win_amd64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314t-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.2-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 db7bfe21fee547c2f32916d77631f39d1ee7fe132249b2da9c1bff99c73ecdaa
MD5 55df88d53c43a0ef3d3f15403ee306d7
BLAKE2b-256 6c9707d80a4653142efb665ee585f020c31179e5c478b401bc0c941d150f80f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314t-win32.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb6e57812ef3f16c08bf5ee8f45520613ce9e9aea48d789eac8aed768f9c2ae0
MD5 0531e6deeccdb28f4e72204c9f4b8034
BLAKE2b-256 4559cc45ba11110c7f3fad6b308a6249d263af2d7533668a49ade31358d58a93

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9c332ee94e6904f4aedc5b4b3512fa258b2a651ed331dd30242ba49483f0f3e
MD5 45ebe0663f6fd99195eb0f89c3c3dd2d
BLAKE2b-256 89bd7c37ca997da13e6a8f5ec99dd483b56ea3ea1b65f5cc7875582407d763b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f51adda840b3ee862af695cac5b3d12be4021a5b89fc7a5832775f1df7103767
MD5 af184321c810833833794df74a783759
BLAKE2b-256 9e001a7ee41b015a12b59886e857230e01af65dcdd288b7aec0c17207d251546

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b7de3f8521384f7451c4b06a5b188b3910f54dff2cc9fe1522eb7012456ce6d5
MD5 6d220e6b30ef2175dbd9d846f32019fa
BLAKE2b-256 ff0a8166658c56ece8b672a65616264f56042355d4bf684ded504c2a8c17501e

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8fcb836473e19fbdb5f7e8004d9398c9e5efe2bbbe6eccf00ea4c3e8a1910c1b
MD5 a40fc747fd11c6294bb10dc8adce38bc
BLAKE2b-256 102a6d3c54c067ad2b2163a1befa2a36ee3f3e28e949b2f1ccf87dd55cf8052a

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 de52c7940182bf51d9f2f6690e0f05a50ae0fa9aeece29f30971816f849214a2
MD5 0936c693f9ffa70ff83f2eee72789e10
BLAKE2b-256 4cfcbe7efcc3fa2195d1aee521a646ee7d9a93010a73879bbf51687687bf4057

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314t-macosx_10_13_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d925e02afe1c0d5d72f26025e838e49ce2a8c31cbbb76ee66c300b5148f244bc
MD5 ad508ec28b609917d5fc6e711e49c46d
BLAKE2b-256 1a1738f6f5f6bada4a88320ec083a86887770f3911924fe9dcc3b756c864bbfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314-win_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fe5e6a05a6c30e649cfcb8461822de9fe40fbc3c59da5586c44df42f3bb21a17
MD5 c729ad562ba06d0da0f65f0f510a93bd
BLAKE2b-256 31f157599368c188be3f3aff3ce0a59c6917eacba5a536b4414db2fe0929de61

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314-win_amd64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 661611337115d30807124e701b6c942673ad1d67dafceabf0b69f8a1a074f0ba
MD5 0d25c6d75b82622b9e91ad573ce5804f
BLAKE2b-256 77918b9478a7fe56332993b8e47976335908d0c03922b7d22bb001da7a492c89

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314-win32.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b59564a29498a301e1e8925164ba291627d4fd00318d22ef80d5005d067e765
MD5 6b8bc351f93bbac548f20464ad8b9a0e
BLAKE2b-256 57bb1b071e41e17d1487a527ac68d8950ba94e6e02898a1add2939ec608538a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0fa9d32e2ebe4988d35eb109f24c9bd4ecc7dc75b02eb54b27cc620fffb06bba
MD5 6bebe6d3e5ae9c4d8cf32ff727b909a6
BLAKE2b-256 b58939cca44587c4b370153379b2963d0657bc9590a5887f8fb6721d93cecf9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4233dd8c70e3aaf61215bb99ef6ee7fc367ae49306cb598f42f063aa83e7b4a
MD5 d2bfbe10e3a4567439594cc58f37a21c
BLAKE2b-256 9fcf152499a3ca9f9f1dfb3407da75325921957579680d99583c2fd141a729b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 127be51338a2539e1140a48c55e3b15d3da00ac45ae87fdc870ed2189a7c35cf
MD5 ebc1b554b3f3fc70e16d49599ba3e0aa
BLAKE2b-256 903c27521425f00cf872b6ffd132a7ddd3b94b8c17b3f823aa268425b7ef3ea7

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a85d431f2c7bf145610a736bff6c5558b8629911d2f2bf38b2dc48476b4b0d6
MD5 f1ce22185a1187dc266235fcf1d67553
BLAKE2b-256 fdce383b7837310789cbac4798dfbcaf1561e265cea7e9a34da16d41172938e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 10eecb0c631c42e48dcd3930169f218ebd2d470e5617ad6cb67413e33991ed51
MD5 1c116aa17898aa467c65ff13d0bd0313
BLAKE2b-256 db0a6c94d75b64a0aa6bdd5cee662e031e66a1f0d9f5bdf9ba4a612cc3bbbf1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp314-cp314-macosx_10_13_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 0bf544722bdd992a55c9b2c26e5d574fb0c7ae3fd8c7cb97a8c1e65a02381a93
MD5 1176052408ea88442cc78b9d32096fb0
BLAKE2b-256 8a08e0f4ab9b2a630f9f81635833d48ed1e9af2d3b336aba7a057baebd6446c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp313-cp313-win_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5e18aca985a2a5ad8471098c42e7a5bc875f58a0d7cdb8b87d813ee86dfabdb8
MD5 f6d7a9e9457b0dbb4df92b2eb6e214a8
BLAKE2b-256 19123aef015af2d228fa48c45e3c2d70798b6d43c2799fc701ab1633ecb06e93

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp313-cp313-win_amd64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for basis_splines-1.0.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 87b9beca7b34506d6131916328b54258dcaee2395562d8d7e0bc887b3b812a26
MD5 463a71ff8ac13bba6ee01a919685f2f7
BLAKE2b-256 07fc3517f4835b84db7ec6777ab8d7cd54a0a314916e033e1c17c0837452d57e

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp313-cp313-win32.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 85f4358416d8d1802014d09e99476e6774923f952bfdd4389293d65bb9c34012
MD5 ad923c6483e9506bbb7631333f53e8f5
BLAKE2b-256 82c04ce5e76a293b626ab75f4d865e0f5f4a796b5d37f6b8889550ef14e1ac44

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6661232a6681a172fb727c485c06e87bc9b6a7aa6375f22eb28e2f432f32ec0
MD5 f5fcd4e6341e67a9f0d7809b1243f1b4
BLAKE2b-256 f3d87120a8d72f44edbad37203e3406cc3d09e9b02aaa73b23ed8a381e56c35b

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 544c5d5ea4202c7657b5d1e8313d6f8ae4167905e57c9ae4bc8378782125292e
MD5 8142392664b98d2bc64d2eeb32a07837
BLAKE2b-256 119bf0afee45e164e5a3921af1c4aea1772d69ae28bd9881b7bbd54b1bf26e33

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1999a6a6ef4a99a34f3b7358578c5f4738009bc86fc1b100448266d88c95930b
MD5 e6d0b7c25a40fe607921ad49da1beeaa
BLAKE2b-256 4026d343d0caebb15c7f24dfe43a4c34fcb480b10d484bb644388bad47afc417

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ee9fc8df135a820b390fce99bbf50e9a786f4e0895cec76fea7ef2f3b11deb9
MD5 880b6889e278d7dfdacda7fb8cb59a76
BLAKE2b-256 d2a1821eb75ceb2fab3aad93e4ce0e9c4a72adb83c28f4d5d086cf02f8138e62

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 19fc771dfde109da804fd7ca967b760aa2300ad9ad981dd43672ccf889ef5521
MD5 22eb82edac467e346b23f8c478f5023c
BLAKE2b-256 f0d37b8fd77453140291611c2e6e58280f7556b60a0576a1cfb246665fc7e3b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 89a5c035d3309bd00f635e3bd0e95f724a1bd36156585225a2444cf57300cd5a
MD5 f8707eb959957f7ee6f2213e40bfb550
BLAKE2b-256 fc29102c5a364d724eaf48bbc6a5c6654761fd0bf9857ad58d09d4d95c685de0

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp312-cp312-win_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6cc486f547a1c4ebfa0df24bb9bbd8fa3a4eaad375989039e3c57bf453fa017e
MD5 5bdccf71176dc8ccf8341a0f996a28ed
BLAKE2b-256 e09d2a6a4737a901b0601729fa72b0d3464879a1850aea5cbd33443a639a7c5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp312-cp312-win_amd64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for basis_splines-1.0.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e137ff7d23bea197420f4978c9f666b539c0baff2b20e3453c4bfd0001a13e1f
MD5 51b12c973a9a5f9b4f5a1b252ada5aca
BLAKE2b-256 f4803aab426a884a834c37474e9d5fe723151dd4ec84966cff71bf1f14c22030

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp312-cp312-win32.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 44ddf50c43aa9d24b84afd7e593c92b6a2bd65a314834945f2f892cc24c86524
MD5 12e01ec3171f37daab81d1e7e6022eb5
BLAKE2b-256 f6e9ff1d4b42bcd8d592c2c92d33b43b898affa7a98f4c77045c6ec36396c65c

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 077a150002df26afa7fd65e22a3e66f070fc5cd25a39bd184baecc1cd5e2443a
MD5 bd24a7c1611aa37c6e866355553d8554
BLAKE2b-256 1063ea4abe052328e80a108a8c701853f638c93c638596d695f3807c5ec3107f

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d42a90a5563a091f104967b5858b29f622a18f6ed13b31a3cd7302979e16a487
MD5 9103197df001b9bc859900c8716feca9
BLAKE2b-256 6f88758ce0401504522801e5b57388d14c39ded4c79346472127ffcad23ed445

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f0c257d322d91df046a8b30b95f2a9e48692c46fec2e28bd2b92160c7f04f3d
MD5 f7b4ac5cdc27a638f78baa6205d1a18e
BLAKE2b-256 06466bd3a41c7d378959b6a5a80939d179ee82d65e5678a2bbca9880f5d3c31d

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff26cbc081bd0c41a0d32997fcf2570237671e5243ba06fd5c2c279bdaff239e
MD5 cd0aa9e50dd3aac2dca207e0de05a3b5
BLAKE2b-256 bbb7139ffba4079c74bff624b8b68e6b6d497ce9774958c9c5fd49039bff10f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f52971537d2456408dccad73a4a0283d0ffc9039cca65ab15d0e161087382c0a
MD5 4de1cf4408177194960c58ae6decb4d6
BLAKE2b-256 67014a5c223d3390263d624544aaa5dc0e82cb1bef1eaadb23588d364b10aa32

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 9cdfdcfa14ad27c3b593bdbe9c673b4324c3bc4899f8baf10a8484fa8a11ec51
MD5 629592b9a0cda059e538f3eb48c4c82d
BLAKE2b-256 f4a9ac44d7c95563e80483334887d7c68386a77f0d6e8274a5962dec90a3c82e

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp311-cp311-win_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 01cdd6707258815b657113182ff46cfae40f2b58b081f97758106e58bac22df3
MD5 03ba966022199fa44b8dd801a8d9b027
BLAKE2b-256 8ab1f9953148f761124b6845ebe73f3cd4759b1ba7147f82692e3341ba02b78b

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp311-cp311-win_amd64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for basis_splines-1.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c708b73e14dd81e6aebea2efa815d7846e18fb9e6b9dfb89df7d898d5d853d20
MD5 83cdd0b0389cdafe87ced89dd05fe8ff
BLAKE2b-256 4732014eb096aaecee91b7716e0b774b22db972e61d991053f2c865cb2a410fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp311-cp311-win32.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 944d9426b791ab4bd41660b9813ea2789e10ec413e4687a8fe6f16781ee6956b
MD5 8d29fa18717880058f4b738ef9400905
BLAKE2b-256 f3ef13d4646704c294c383d7e8f0acee3f28259b96c479eb49865d0a0687a18d

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b69aa4c601df47aa9f382c4170df2126cb0d484c98e4e57d9e0d0800c40f628d
MD5 4c25f5290652e2d5625fadbb8d085b25
BLAKE2b-256 01ef3bfed06bacded3d45326455cafb7689340784fb86d35260e9101a5592582

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d796d6c9e6bda9f76187f77343f29fe1a1ce711044356b002c2aa899772dcfd
MD5 4d503772dba947d422d7cd11cf15abea
BLAKE2b-256 afd68c86db58598d2990b499fba1fc566af2586896c075e071ebdd31ec75671d

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 74cc9f7d82bd4b456f8817080a69a7cc1168a852c3bddf39052290a5937d9063
MD5 ab0ae6901ab309033014825f58bf1b60
BLAKE2b-256 b9f99d07d2079201ca7222a6fef4b3e9dfe3203e7237dd2d6bd4fda9516a5bf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7805b680f2c249a4b23fbca3f1de83673aa5692b49c34ad02a869ad2cbeedae
MD5 f5762fc1eb7c5610523f7f6412442ee6
BLAKE2b-256 a11392cf6e4d5275a6a9b583e83f2286d873cae9942173173c3cb7bfbd126b57

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 12e8ec39bdd83fb94a91698afbdc2ca1350f08c6221be3e38428fd45e0d53612
MD5 b5dbb8ab0573bbe0567d72620a9cda51
BLAKE2b-256 4488ada52c67d04e65b07a21aa5f42d56136f9706946d71871b0cb2710280ae3

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 cdcc3d2777df3a788e0a6026c61940d1a910346d1e3c1bf6d6ab42e02ebab9b2
MD5 8bc68fd480978554d727482c4b9e8dfd
BLAKE2b-256 09610d0f09ac61bfbe8e35f5de63de75579ff981bda4e03d6e09a178008f6040

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp310-cp310-win_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6efaaa05bd5b121c186417508a168ef8d9f78b598eceaff6e1776ca59d4f76c8
MD5 0bd27ed91ea9434ee35c1b4e29dce6fa
BLAKE2b-256 8d8f829b1abcf1e9c9225c2ab19808e288cd4ea22ebf421cec44b1443cde3534

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp310-cp310-win_amd64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for basis_splines-1.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c7f6aef13009dad9c30183c67e12b4c45ad3891092e6eb2cf9dd403e148a028a
MD5 6f2239c151bb42bcd5ebf25d77618bfa
BLAKE2b-256 c785550dd6579fa7637b54ddb31537fa1131a0c98f92795d863e04f92c68cc12

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp310-cp310-win32.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d04a6897788f2bd6fd5eb1ce9c8bcade160476c632e2b8c26f05949940772df2
MD5 accf43794a07930c08d0be912e1531f4
BLAKE2b-256 c670ce687ba18f6365b0587e6f820a0e6964462424023b574c1f5f2043338255

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8307feaf51b38db80331b24161366cd5b08da218f5173a53bf517dfa0ec76f72
MD5 3dec3419b53972b559756d8f42579413
BLAKE2b-256 b0d0834a312b77401c2003f93817f93636b862d442be0e92f5aa5e408dfa852f

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c964fad0271a240b3a683f6f66f403d02398c3ca86f43455ca6e7e0b00d196b
MD5 fb9c9675aecc4f720cf4c2b77248d4e2
BLAKE2b-256 e0d9d131009f28dc944cf926d69b786398d51cd53de48cc20855370e3ad2d7c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4612b82405d35e2491b3cf8cf7e63cdb207338bb09cc7e5895e098c986433a74
MD5 e344bccb3a04fe21231ebde35b0797d6
BLAKE2b-256 e888071fa3d7d30140966fbaea31fe03764b5ac0da3f4ed4e6301092e47d6956

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b916d03b02d2ac02a8d45a6a1581caa1f7ab2c0956799a648da6062f66e43985
MD5 2fd1e8a4b24051d70be19ab8a98ef45a
BLAKE2b-256 87ddecffb38b0d4b37da82a8065a7b7328cadb48e75b21660c102dc0ebde8d77

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a217e561a0988b9ad69e67601d6d54e29a13bbc2fbdc2c82ddbb45d3db65002a
MD5 2e075335fc3ca66b692dd2d7002c7c38
BLAKE2b-256 946db01013e9ed6e059df5fdbd3b0f1f6fd6e75a29809a87e26255357b2835a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 3e4702357d8f18ac24641c1dc96fe3fefe1b2909517a5669c977d904f6680755
MD5 a6e3e79e1890b87077908d3623827e76
BLAKE2b-256 d0b0ce2a5aa0e4d5cf44912444c28b4fd1937ab3c5a2ce6c4bf20bd1c8238523

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp39-cp39-win_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 946c45275b3a5c2c99d848c3452edf3f04a48ea853ad73942f2346bc63d221ef
MD5 4ab14646306a21218e33486c1437b69c
BLAKE2b-256 c1eecde6b93eae54251809e387138bc6a3ccd33d1047bfe608a3985108716ecb

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp39-cp39-win_amd64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for basis_splines-1.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b30ff6ea7ed3b9642b383beb3ac8f745817541aa8923b7fc50ab822928910f83
MD5 98d566f3af8ddfabaa0978062cc81b2f
BLAKE2b-256 d2e7eb847ea461a53076a07ab99aa70edd2098a4d711f04424ab2982b5a040a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp39-cp39-win32.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8bf7a8f2da0d2a8871cc2d3b3dd30284136062dc07472d58c13b183c14aeb33
MD5 c827d74583b46d575c25ddd41837fd09
BLAKE2b-256 3980ca8473c0c8647f7b86d1aefe54a30dcbb4c41dbed3df0166ea613609af65

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69f3044b1c895c94f0fc3c061b1066971a1c2315f9fae307ac59dc121a74d8b0
MD5 69be6e0fba7f2fe3e3b802ccc017a1f9
BLAKE2b-256 610d8320f130ebeba3dac997e68928098ab675f704d2d1639344806a40415828

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8fb6181fc60cc0537449fcef402658512bb03c25664139bb04b19e7a127f9ce8
MD5 8ba787872f2485420e01dd637d377894
BLAKE2b-256 673889e5159d04520f079fae067f6371bfdb77ff6f4cd6311eee99ec03c6b9a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f64c49852bfa277847e69bce4529417b0a8b5df91609218a520c9e65c1b6acd4
MD5 75387727861f1f29025b9206aa044e3f
BLAKE2b-256 f66b983c77231c6d30ed8210fd428ce635beac1a438058d51de26f5631eac293

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cdef0e278d475f036c8138150ae71a57c00101fbe1329d007bafafa67ffdf7b
MD5 3f67ebd6a2030df3c551db2537ec6b73
BLAKE2b-256 d2696af7f8c85ca23f3be979054efb1792c63a51496397a50f0fb9ad4462dbd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ea744d48401df154f8714e003294c2d56f9cecf6aca91377d1f0656500f229fe
MD5 2c98ff8f51c2abc3c969a2dadc0b4626
BLAKE2b-256 04cf7eca2f0d0d9ddeb10d848336d05fd1c701035de7ad0de37473601475c178

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 33b5a30f8a03b1cca39c56cf70d696c13cf618bcfc85e85b1fc34f558e66d900
MD5 7ac83b63d9863df32b0374b45233405e
BLAKE2b-256 04bf47a9fd0f8379c1ec7fde30a45a8a0a8aa89abfbae14b7414467c008d66ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp38-cp38-win_amd64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for basis_splines-1.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 74ecd7c32286b38beabe94e9f00e96f52eb8ba923f6c7e67103f5ff4f7b43da8
MD5 46c3716a12d397ce66fbc753e9aaff12
BLAKE2b-256 eb1cc67c4f0183b5c1ad300be6971151b265726ce084f9f04e1f2baae5346965

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp38-cp38-win32.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1aff8767e5838bbc4555155e4814ec81602eb7c9169bc8026c5d374ccc64634e
MD5 1c3dc7b93aa423208f1ff9910aa99e7d
BLAKE2b-256 14f3222ff82e7f4e43d78112cf2d7d407710b195ba0bc6ea976759287f22ae1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db12326d279751f7a79bdf9f18f0ff1205a77619b91d5e8ea18d3cb5e283c113
MD5 e0ae771d8c66438d624b18c6a1ca3d20
BLAKE2b-256 9276b929b4c17b73e70a0ce45608642ad94c88fd7e5b2e28e08799e3570a72a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 287129820accdcffc5c80f9d4f706d1fdf8809053d311e7436055c8163c75503
MD5 e11c8d91024e5f5c0bc56a1edec8d90b
BLAKE2b-256 e4979bf34a396429aa2c1f60a35629081205808e3b312c51d7e7ac7f1b85e14b

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a09cea058c13c948670046b9e4b1aa5a0ebef104eb499d262a7f8b6277369a0
MD5 526f5a7758649e3dd0270d1b3a31cb67
BLAKE2b-256 d03a4e1e9a52f2a61f8de18441bb47e6a765cf033c65d35840d40f259b8930e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3e69b248aa75b6ceb3ef47314e6e9928628e317b5090b5980b426c4e42e8a96
MD5 b8cebc5cf2fb8aec2d8343c69699dc70
BLAKE2b-256 b111826fa2085e694921bc598927b081c37b4d4f78bcddd8cd14a27404e5f35e

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

File details

Details for the file basis_splines-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f0822497521a3354b3c7906454347ef8ca38160f08fa0852a7b879e31de546f
MD5 2b37e5bfb71a662d15e529073a32fefb
BLAKE2b-256 ac33960351d69b911cdf13741ad71482a0cd95c37e4cfff085e625ff43f4a59c

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on phdorp/basis-splines

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page