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.3.tar.gz (585.7 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.3-cp314-cp314t-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

basis_splines-1.0.3-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.3-cp314-cp314t-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

basis_splines-1.0.3-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.3-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.3-cp314-cp314t-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

basis_splines-1.0.3-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.3-cp314-cp314-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

basis_splines-1.0.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

basis_splines-1.0.3-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.3-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.3-cp314-cp314-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

basis_splines-1.0.3-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.3-cp313-cp313-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

basis_splines-1.0.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

basis_splines-1.0.3-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.3-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.3-cp313-cp313-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

basis_splines-1.0.3-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.3-cp312-cp312-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

basis_splines-1.0.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

basis_splines-1.0.3-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.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

basis_splines-1.0.3-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.3-cp311-cp311-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

basis_splines-1.0.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

basis_splines-1.0.3-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.3-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.3-cp311-cp311-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

basis_splines-1.0.3-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.3-cp310-cp310-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

basis_splines-1.0.3-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.3-cp310-cp310-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

basis_splines-1.0.3-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.3-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.3-cp310-cp310-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

basis_splines-1.0.3-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.3-cp39-cp39-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

basis_splines-1.0.3-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.3-cp39-cp39-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

basis_splines-1.0.3-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.3-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.3-cp39-cp39-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

basis_splines-1.0.3-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.3-cp38-cp38-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

basis_splines-1.0.3-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.3-cp38-cp38-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

basis_splines-1.0.3-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.3-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.3-cp38-cp38-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

basis_splines-1.0.3-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.3.tar.gz.

File metadata

  • Download URL: basis_splines-1.0.3.tar.gz
  • Upload date:
  • Size: 585.7 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.3.tar.gz
Algorithm Hash digest
SHA256 040675053eefecf7dc044d1f0ce990daa2d4a249d3c2603f0dc472b54d585837
MD5 96871931e65ff81e08e1a4fdf6fb221b
BLAKE2b-256 8b90881fac410b9ad7b881b4c6d39006aa33183caf3734f7704cd582f4cbae61

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3.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.3-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 fa8628903d46027008f54599e22823ac91d87b3de6ae768c4649347804d4d547
MD5 26b5ba82abf4df71f31b01409da56d62
BLAKE2b-256 5ddb058b8da46c433a1800b4b149c3c037141f29e55d85cae8fb3f1c606dce55

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 647547169f878e75d80cb99ec67ad82126a0fea7ffd589bbb7bf0c0aa120f651
MD5 e2575db016bf25ef6f8a6a9fe4f569dd
BLAKE2b-256 86f6d4de3e52cdeef900bf65d70527be538758847ee4a089cc63a02c89209120

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314t-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.3-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.3-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 cfee19c3adce3b9d7c30f11928fce94ce3f870a91c14f5f011bb33870dad11fa
MD5 c629f7de36d8e84246e18e7363a1ee53
BLAKE2b-256 7ecbf32855cd8f3e5afb6bd9c3c952ef15ad626f07d08026ae146f153b25d6f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54cbffefa4ae00896f982163710f55a82715373c02c801ffe765b38654001a8e
MD5 1cfbc99c3cd24d80be16c299f49521b9
BLAKE2b-256 e16b16dd0357d2d0d8a793eb520dcf3970720fe680962c930e11d26ca8b78b1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9809b595a297013e6bf694b0fe63134c5b0db52f22101ac5bc97da44ee20804e
MD5 53619755d72f5f01eed92da2fb968492
BLAKE2b-256 79af12d498ebd7946d351e09f2025505dedc8a844acadf8e2b8d434d6b835838

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77c7e644d73cf0ea7d53d92308ba399a04842ec45e6ae8a7de83e90dee4c40e7
MD5 08d68c4f1d424f8964c76e222abb5dde
BLAKE2b-256 96b9a7cce00d50233186a2e4a31d7ca06cf916cb1c39d1d1b42af5b15a3315ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a7d4751686c43ac5c0150914b7ea015513f55846fb328fc280a0c4807cb55f9
MD5 b70f3caf0e2fa72df5ddb16475853e6e
BLAKE2b-256 6f936e9d672e3dff2d1782dc980484719dcc492d412fe55929406a69880e3272

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eaee4d3d1f7db78467752cb15e86ae867ecc6e5343030f61b573a2605b172f4a
MD5 5db995556b148d44d5ec2d7861ae1d1d
BLAKE2b-256 3e268cc35bc86940be19074cd159fe3f014f406c672375bcf2287ef8a469537e

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 377eecd0521447c48b7c431a080a41208e50cd907893dac290775e4b08c3b45e
MD5 74eeebeeec880f8a8c56ae81a7cabaa3
BLAKE2b-256 d7a43704982ca35ed03319990c0fe844328149e9b3ac8f20f692bd46ed602507

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 492138c37f73ac4e8e040ee4fb76f59c3b33d026d81fe82c78ba513daf09993a
MD5 2cc01ca5bba9f6d37ac95bfef05d89ce
BLAKE2b-256 35919e914075d31ba501bd868dcf5958ab418094a6d027775cc704ed2966f944

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 459308e7df482a0aaf9ea9d17bdcf3173e591e3e68a01865bf967f2781534486
MD5 4b6f3422644ca3c3af2bf3ff78406307
BLAKE2b-256 201f0c3c567c2d4b0ae16091fe0da8742d44882a866e9eb97e325e7a1da149a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.3-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.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 0e7b00d35bfe9a2f7fff9ca6ee2c618fbc1b694e52deee26ae98e46f92078ba1
MD5 b8b678d7f3805f7b46b152ed29fae207
BLAKE2b-256 e1412b8f7c721369158e6de6c988d264d1fbda5c1a2384b5126c337ef8d50540

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94abe2e709d7c8a519ce574645e06a2d0770f9eb3fae34d969b20dbc3a450b9d
MD5 04d05169928dbc8df475493803a48bf7
BLAKE2b-256 36e250d1abaff3674d260f8de5c3c1625de5b01eb8ca0a87fef2d1992e910dbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f99857c8781b5e9140fb36d3a7176c7feeb71965599652dbd7511e4dd4e201d
MD5 f5cb55215f059b02af86d26cab991af3
BLAKE2b-256 c419000efcfc0e2f23e137ccfc4d2a13c4e1c6674429dd2346e4808054e36b2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ac0d7b813d95d0ed109908997bcad4a2052f92cabb04048aba0fb73c0a76360
MD5 fa79a8ad595d4c7d457e9df5ef57b274
BLAKE2b-256 4541089ef31fecc85cdb4e1471c6f55d0e6913ee55d19d1395a32865842254d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 665c832527e7e862d4452bc10501ce3eacc3784ba511bcf90492f751b75c1659
MD5 d6f23fef736d77ac9c206c8f0fa4ef2b
BLAKE2b-256 d68a20b8ee6594e0b6c49c455599996b6282d84c7fea98698aecd912404d7342

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4099f0869a8da54efa748e86d334e3bff648b21fde79e47df5006e5bc679d188
MD5 22d97102593f8f6d33d31b5806e439b0
BLAKE2b-256 cca0225b1201f82c6f89c18bd80505a4b0d0bef44f498e3d36dc8c71668c1e68

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 eec244bdb7a1adad397b5c5b92664fb9e8b292a36c7423ea7c18d08c7deffd68
MD5 c57b14ab420862e131834b47b4499c21
BLAKE2b-256 02c7da0914100dc43cf6ee4b5b458ae1dd5b77593c07964c97f3b98679d15dee

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 56be560ab2232645813c9c3d799a88a5b9145efbf6c588792dae905e54453ae3
MD5 72c784a5385af99a30dc0849602d9d1f
BLAKE2b-256 f7c3ca4dd2399188ae6b94c2876ec5bfbcce8e5ef45ca8bc4ae0bdcc346fa582

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ae5b3b9aa12161ca9b069e0829a5f0dae7acd9d9aa486af46e0df50994e4f24c
MD5 7845429ffd52817a00ed8308457f92e8
BLAKE2b-256 058070a606c26d455e73379167a1300ca3bbb4144d353adadd0b0edf8ef6a9b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.3-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.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 98a4eb359531a3670ccd3109d6aa1134892f14e2d41783767686449e00b3fba2
MD5 014025e636cf58ed2e15b629c0d7491d
BLAKE2b-256 6962ee0f69d401e34ebeea603c4980ce3aebba5bba9820afb72e07ecb0e6b45e

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ceeb16c31b42b3f78a8a7179ea576ff6011067b080855bcea2635d940137975
MD5 936a51ec24ab131ce47d9c17f790c347
BLAKE2b-256 d6f19a284ef1a917495dc2a7002893b10d4eab23e32132d25fb6daf1ff090430

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c1afd4f86b2c084ed5f97422c65fa7340956006b83e3fb81e44619124eb44eb
MD5 e3f54d5632cfea99c6b574bc00e330d9
BLAKE2b-256 1b783c4c7ad1647c8f005d218a31a7427a67f9c34604bac4b413253248cd0996

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0752cfb08a8b3ecb81cdd7c54549cf6dd62cc0b14fa9ebea82f4b4b59f168bf5
MD5 381bdba55e5c2afdee77bb942dcb966a
BLAKE2b-256 f89a5fa35d694eef3e724e1f7b2fe24f3a05fd609a145f83ca6f3040f085ac97

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5cb7e8d1129c313fb56e198ef8beff1214e9f3588a2d35f2284096dcc736c79e
MD5 0c692784930463219e62f42ff27ef2fc
BLAKE2b-256 7ef8f59d1936f222c1589483c3e01a949c9acce89b4217fed208587b5fc23db9

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1056ce357960fdc603c3bc92a7e70872baf2897a45ef19feea660d94796b5acf
MD5 e13b604f3b500d702a95c0dfb5452d48
BLAKE2b-256 3826ac2b724299013359372f690e8b2411614d636496e275797a637c9093b4ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2fed54db1495e7acdbf4cfa3bee58e365d564fa9264286ce9715d6746095aae4
MD5 407c5961b9eef865ffc9f41f9d646166
BLAKE2b-256 04fc5467182e0795d96043c8b61a1309c24993a5033404bffaa1adb6cdc11f93

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 8f89ce8c6ca7d124324d902dd193252d0d3085165477ee1a1228bab5b51000b4
MD5 335e4a0d46b64c375fa326370904e961
BLAKE2b-256 72774e28c7098c00d2eab9e1a87e6c7c5f24f4f62538b9e62b509eb4258d0aa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a72581843af7be6f599bd07f955c4f1f45b3670d35d7d8193fea44e73fd15361
MD5 900954fba097c490fb2a374d13225145
BLAKE2b-256 fee31772f59e123e25874d839a523010025900e4ee082823f2075ec58df698c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.3-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.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b32768eaebab2fba9688298b3dfa57a4474451ce581326a0e7ca99bc8f5104d7
MD5 ac3444a7011cb8ccab2c557afbb773f2
BLAKE2b-256 c0fc82a3eaf0fe33f963b5999c497c963ba7b4341a23d0fdbb67d4828e3637c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90b4f9d9610bfe2c69035e4e3565edc277585bf6f6880d89a4023c7eeb9c27e5
MD5 05755156ff8e6ff8f9ff83511e66449a
BLAKE2b-256 27c793e66c1b25c0359b44132d358d014d93956654705206f2d345748cd22d43

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3313a2001c84a964dab96a83d081fc7f0dd794e3d3c83bb12f790cc4f55caebb
MD5 c82c7e2dfe55834cf22417c21d27d744
BLAKE2b-256 caf7e815ab43c3cbe25a49fe52f878d2aba04429ce098826476b48b10d0ec9df

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3976b781ff6e8bb465f7463a56a351d67ddc8bb7166a3eb93029e14b007c2008
MD5 ac9592b69642a91d8c0b2ed23faf8e9a
BLAKE2b-256 67961022870996dd6e636d4cb507a2993a96ab026a0b17eb309ccaa6c386bcb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1922579625a3d00f7853746b106d106f9e6a0468fc11a362bbd3ccc68d6fe7d8
MD5 bbab4e49701a231bfa4d76a980d9d0df
BLAKE2b-256 03e0a497f5ad85114ba23664be0cee4b9f0a694d4fe27f480cf1093716a4fba1

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 366697f169d23e2e99e3881c5dbd0de7c660c7b4197efc10172a065d92418e24
MD5 f3457887f072c785ac8239fed3a00e7a
BLAKE2b-256 74abe7787d968a5f4f1e1eae4b283ba687abc436cb40d49228ad5f7c05dab0c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 189f1b7ed86c65f77269f12ec1743a1155f896db487385f54756293a9681ed1e
MD5 a6575bd9f5000884095df050a9631ff3
BLAKE2b-256 c3ace201541206fb7e4f1f3f02cd9ff1e4732680c43b88f15274b52bb6ae0f54

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c80fa7c0a9c9f2c3b77fc92022f15755012e6194699bf9b717d856d57cfe2ac2
MD5 9329c6172745be0bed7c6fc075b1d57f
BLAKE2b-256 46cd5376fe5fae9ce247afbc2e2baeb1381cf9a2912d90bde69fc942df61ff54

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fc3d0061bf21c9ea1a4f71e3db289cc3f4041321acdcb832afd68aa66f4d6688
MD5 3bae60ff78a9706b9306ac24d1ec9f9f
BLAKE2b-256 406470d3208af140d108cd63467206563dd38bb6a0cd0a47e5a56a5760969603

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.3-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.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 192f1b30f42057c6c7e0dc9e63d67d6b27897ffcdd531667b9b90252ba87c727
MD5 9434aeed7a42d5049834ae24a08ed6f4
BLAKE2b-256 690ed45fdfd9e2fed30e391932c8f9468aa16c1981c89412f02542b1e524b5d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b27959a88779061a893c7277d38048627164eb17cb908c13d3e4077c9479fb3f
MD5 68f4962f1b4437092c5248aacce70fb7
BLAKE2b-256 9572912aa4ba8d45ff286938b7fa38c400e4b8cf868833b612596a3a00b4afd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d97448712ede2861e561d192053eceed2fc15278fd187a0ac50614ef68d25f4d
MD5 184b766a5958722e907672333911fa0c
BLAKE2b-256 c41960b622af5c394a33c3cbe049bbaa24ea05c11944b2155b1bcaf9eca4d210

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4d6a2d9afa906f02d85b4d368106e82fb889309c379a9874bacda03dc223712b
MD5 f850f556d0125235c47cc4ff3d6b550f
BLAKE2b-256 d197346beb694e75d69b62613331f25e1f2c5aebc3209afd07d68af391026a50

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4be260477e6d4e72061ea5c44bd3819e3f086f445dafbf5c49b741828ab64fe3
MD5 cae336b9f1c150d00642ce2cb190ee21
BLAKE2b-256 af69c4b4c1ab4da4783355f99e77e58d409867a6680ec93ce363996fec20539b

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec39a274ead828aeeef2630a1fe0ebfeb1239171a41f4448704cca77c5ea1ae6
MD5 afdcba3e094f28790f0fc1bb27f9f972
BLAKE2b-256 4261a207b8f8ef70070b4e11470feb0011a3972ac5c18ed582e315d19f093602

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 33382e7071e2ed7dce65a31a4574c784a2d13814e04e8a48d8a919272e34f327
MD5 9f715cebea1639aeb58ed37e4ad89405
BLAKE2b-256 0ba68f69571bbba8df9ad66297155d579445faaf82e48a50ab07b955cdb02a7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 9c819d08b9a1f9d164db1b964e57b8a4e9ac8b26040f7f6722e5693e0bfdc3bf
MD5 2dc2d09dc701a17b027cfbdcf9a612d2
BLAKE2b-256 878bb96c231a5c8c45b65714415f2bb27f91bc3e82355083150eea2443d2fb68

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8502eba78aa065ca7e92fe89abcd12ddf68143918a08c43c71cc5a8b7c6cbf02
MD5 55dd77938033a58381e3d5a23260a093
BLAKE2b-256 10006ad55290b90b55b3f70179e7b9777f43346c9527e210f9f61e7675004a17

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.3-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.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 520e2dee42e25a6e2e1c37417db71ff1fafd0bea1e08416e4866eb865f675e69
MD5 b863791fd04e7c240293a5d6d41e116e
BLAKE2b-256 c256923dd9eb9d33f89400d696db989a1030ad5781ce14637759a4083b2a8738

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16256d40016e0a61dc1fda96d050f9d1d88f12f07c5750759937d8dc2da33fc7
MD5 d6b70a8c2efd95a17d02aa49c06c998d
BLAKE2b-256 2d73ab731695d57f609488af434b06936f693d01024607d514b66277c439ad2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 22a3803d6b539503b1e5592f9be27254f85bdb47469a57ff3065af52d91b72bb
MD5 c2d8e40ec75fb1e840c630f80ca9c59d
BLAKE2b-256 4d651c62dd575b819402214922242b0a4e0a2f696264f38c3c1d025dc1ed110e

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 adf805037e11db56a8264b650a4432e585bbf759144c4d50b23a716ef639fccd
MD5 90b34a078cbe0255edb7a31541fff035
BLAKE2b-256 c028c0e64bc3308b282015ae8f001f478d3b6368f687fc26b51ba2fbd65cdb5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 43b175baf94f24f621f16e3c1d14fe5bdea7c4efb834561ec464e8bd8e7cecc5
MD5 9a537e00b287b66b185ed2d12301eb2c
BLAKE2b-256 95bc11f493ed332898101212de0911b321f46e6d83cbebd39da5f8c7b38bfd9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4cbf615e62e450df92800e59fbff630d226f12389c7146470831d24cccc3eabb
MD5 786b32bb079b2f03263221380711ac77
BLAKE2b-256 f3ccfa8b911cd9986c02fd0904867a079fb03bf38053c9ef7988136487fe8fad

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e1244a107da516c1afdd1c2d425da268c931df3dbfd3624f201d1fccab439a8e
MD5 d52b1f5330e96da9e33e5330cb18d42b
BLAKE2b-256 50e6dd24d88d3fcc2f155fe122b8f025d0a59159165ab59571c61fd580273f8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 35f982da1f70414b7f00274f9868f993c5d89d14a7e1dd7667c8465191868861
MD5 2cffd58f39a5fcba0a45f6215c9f8fd1
BLAKE2b-256 6fb14a9a1ec61a915fd4ff48630189e7fa623f99ca7d21e8bbbcded0033cd96e

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bcd6f49364916899065519d4c55f4ff5de5ff57f413109cd0779430a1c41a8c7
MD5 3a3c6fec1efbb6382e36f8b807ab4ac5
BLAKE2b-256 9814369d0d2813a9aeec089f33b36d2c09e8e43a9224111820c0d27c430baa03

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.3-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.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 dfcf9b6fd7debb4c0115f74b1c87443043c87cff9cf3b56cfdf9d2dc9a780b54
MD5 e7f53d5271c6a255397ce84ae2233796
BLAKE2b-256 eb8f842133fb53571eafa728d88ff9dfb2b2cbc08caac52942b6ca20e330d4f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a233af62c31dcbc9814e56e0aab12c76278f60204e6964d1a13ae3356c0119f
MD5 0d52eeacd781191223c2a9d52b844c73
BLAKE2b-256 a01b47608158ce31b0f7deb2977e3555b3ed4c00ef6323bc02fcc78e2fb1af7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 66f81ec05f33dd5c863c1c18bd3fd7997004c4038dbdfff7e3ed33b80be4e45c
MD5 6a1499d40372874268fcfbfa95317b23
BLAKE2b-256 fc5be2649a901afb55ffe909b7dc71a350efc4062b0602af35f4e6f4702b55b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e1bb4d3c999189cac4e39c4a5a7e5319c1ad54f0199aeb7e1912499c395d94d
MD5 88faefeac806acc0aed2669425377d77
BLAKE2b-256 31a867a1454fe0be5125f29c935524fa800d98f966690a297252b5515f229553

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ad129383d0d18d87597208f73d3d0700cf577682d2c5958ac0c23304e42d9811
MD5 0cf96a2e514d9a5f909e164862f754b0
BLAKE2b-256 09ae3d1e4b53247c5c63367275ffca7e3a19142e0fad9d1297897ca629bb6df9

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb6a428442f1153203c7b3c3683f34ed87d5ed2a6acf9364465b1abdde568308
MD5 37e63c37b1a3668492ab83c463b7fccc
BLAKE2b-256 9cda597f3a9a56ca83fc1f73f665d91427b5a454d1880d7d76e6d731a97268d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0eaf856fd202fd550191d76ab1f091b8cd0579179f96a5a86752548958592e4b
MD5 6f0896421bf562110472a5eac0f9bbb3
BLAKE2b-256 e180e7e6df9419cadb1a6f513e2719f9d03c5a5f999417e36e7f800ceb6b4018

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2a1f28df530aa2d29d05816c8a875f02f677de23b542438dcd90c2904431bc5b
MD5 26e31910b5102129661dbd52b18f4752
BLAKE2b-256 c730057c8cc7f5ab907257b945d9130f7dd2ed367e56cd4ac785661bbbc9c9f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: basis_splines-1.0.3-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.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fd2d9241492d615b212f603d49385adf51eb5ac77890bde848a09672686b922f
MD5 30388e27c900cc932880a8536185dd7c
BLAKE2b-256 d95c1fa145e48f71023101d5e1d323ea431d8df3069ad7c95b4ef468c14dc096

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d524651feed4a8b68b1eef44bd4b1329ab3250e9e1b9fe320074acf67272f4f
MD5 0c37d245eae3ec1d13108c570d7c09d7
BLAKE2b-256 9f62f3ecc597577cce5532d8faf59e475b76e506bc23cb6084eb70f4de7d350c

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3c8db8ce3a570e14ba86c5905b1562e403a5e27142e15c1c88bbad17d69981c1
MD5 75a6a141da159b1a8cf6a7cf097a0bcc
BLAKE2b-256 e0e0ce15335f28df908edcb728f751848cf4551caa9b767be78bd263a3a1fc33

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34857123f3b8a8538f48d4a4a4efbafc2e46daa6578443d8ed47bdb8e1d54620
MD5 a5989bff39de4b5b9c9f051eb1888a5f
BLAKE2b-256 3ff76fc33698fe05049911e05727212efd43e221f784db3b4d2b320cdb2264bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b5df31d0435e5287fdaffea8a63b662912f86f8e2f7e9ac208ba8201787ef40
MD5 40daac92fc8e0fb53a3ce60140fdef74
BLAKE2b-256 6a68633ca859481550e680881163a01a68432ab6ba65c8a4a6004c8b7adbc193

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 beb1dfe6f23ba62ef063a5aeb58022124b83da1d9a20755559cac4c24b075bd3
MD5 e0e1a2e19ae77f5c3d550870a2c2b70e
BLAKE2b-256 26271f6eff444eb504f9dc7a31571629e7a6a96dd4f1a9e67817c4b1851804ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for basis_splines-1.0.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5dd184122e4ff469163bfc88adeb2db3571cdbfd8c82627950d33f7beb122f41
MD5 cd0e2deade6e341f1279e083e8deaa83
BLAKE2b-256 9b83723fc2c7ac10569ef9f55d7eb65bffd384968a61413487198ff8e712a01f

See more details on using hashes here.

Provenance

The following attestation bundles were made for basis_splines-1.0.3-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