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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

basis_splines-1.0.5-cp314-cp314t-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

basis_splines-1.0.5-cp314-cp314-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

basis_splines-1.0.5-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.5-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.5-cp314-cp314-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

basis_splines-1.0.5-cp313-cp313-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

basis_splines-1.0.5-cp313-cp313-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

basis_splines-1.0.5-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.5-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.5-cp313-cp313-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

basis_splines-1.0.5-cp312-cp312-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

basis_splines-1.0.5-cp312-cp312-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

basis_splines-1.0.5-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.5-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.5-cp312-cp312-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

basis_splines-1.0.5-cp311-cp311-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

basis_splines-1.0.5-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.5-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.5-cp311-cp311-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for basis_splines-1.0.5.tar.gz
Algorithm Hash digest
SHA256 9f7990ed48c587d57c61640cdcadf07bbe1f26b56c56746a2e9e5295ef9384af
MD5 94e9ebfd900f4819679201e3f08780b2
BLAKE2b-256 ba849bff1d6c1b95b03eb68fb836f32ef71707641596d1d6b50302b75167531d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e6a68cf2d64de6dc73895189f703847ca5a8dd5a43c1929931c0ffa73b5d892f
MD5 2fd7a8d2f69e14498e643c99291337e4
BLAKE2b-256 74da7beb555197a97583b31be388e62b3161d872c29b3a6996ea322526846426

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b75607c04cc982d05eff7d61bd4b45095cf99c536fa0cd67fc40bdbf7aecc70b
MD5 e01d1544fdc3c75d37381f4ada3b8199
BLAKE2b-256 0a720c7c718c94baa7772dbad53b31900ffa8a418d6c56c94224e04007bb3d9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 fe450817a37d08baef8248d3b36dfd8a928d23396d83c60a94229c20bb77b438
MD5 00a71f66204c8d6b40ec28073dc12302
BLAKE2b-256 8adebfdf1da37f80619eebfd0e9a59c5d14f7764acccaab665345b2bc6c43591

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 057cee26a1ea57d9f38d1f16fd2cca2e11949ac75cf6b95494645a724878a8df
MD5 01c9afa8cf8c336e9381656763bab7e1
BLAKE2b-256 a4f28dcd0c7594143c5b57154d7fdd01979fd801c082cd42b11f80f00edb1f7d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 30d00c3f5fa9dc3d7f4cd771f418e40ac8c29638f6f70dbb52176e4b775f3558
MD5 1a936ecde19be66980d67523eabcb91e
BLAKE2b-256 d55ca61259a0ebe179d4936c03ca9a2715f0858f11cfb3057aba28ff64ccc0f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a9cddfed2cac57af331e75e84d8a7c33ea2b9d7aa88428639b1ad81bd59c415a
MD5 6d4e9aab5a30bed3e26dcf36356ef624
BLAKE2b-256 036bb8c4deb40d95bec63c1819a57a9d4ba4f272cb7b1c89a7e87d990867354d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b1e422041080b17a58b142d7d8bb6a6c059900c8bc38e3d6cc76c66edeeed496
MD5 fb6b9c505d6dc9e0146af1fa71c82ffc
BLAKE2b-256 eaab5936e15fafd083c489563c5656660177735130b0f24a3998dff2a19be391

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d6fa21b47b897d240c9836af7b14583de27fd58ddcb997e20d6cc430d1c0510
MD5 e867a54fbc0f392bfb7248391c36879a
BLAKE2b-256 a3fdcc98c26e0ad3c6a4cd8462086a84b1ca29c76d408fb3f7075ab2130099ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 55b1fea2f96985eaaa968029e6f9eaa35dc4d984e0c97929325a476116570b99
MD5 cf0d92568101e05d9d2a14f8d4f417d3
BLAKE2b-256 6fd11342a06a23372862565b17571b986298c7ec677b89acb782a668649f1475

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 ea7e84ae6d0a73ae375abf1584091546bfe22bc2765a56ef7a1659713554357a
MD5 dd7403975a1faae4804c27fd2dc9fed7
BLAKE2b-256 62b2fce61a8cf353f40db5cee64ead6d36d030a88c6d67144e9d46029fcdaaec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0c11af2d02e25f6741c8111aaf462988e66ec2e193bb254e585fbd4e7905d1da
MD5 feb22b811797eda50797b42ff4310bb6
BLAKE2b-256 fff96fab9720be6a6eec4a6d9f7c8e09c6163951bae5f5e476c031f732ac7d0e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: basis_splines-1.0.5-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.13.7

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 87bcf1f51f7ea3fc3b80ed9d3b3b9e0adf4c24c12d32b4d7b56c3e86620f85c2
MD5 65bfeea2183ac033e38df671b6a20286
BLAKE2b-256 6415b2e11516c7825927670033a0ebe176a0fdec75f5ed51e8f3ced25e1b3152

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1cb32be3b2730312e47a9353448ee184d32686058497d314483dc108757fe0f
MD5 41f54f0cc31004e1b0c00ef26e2a2ac9
BLAKE2b-256 9a3087261d513d42b8572f2e07b6a13acd091584c5459a2b8a9d5710133f6dab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4c9ac0629fb3d5f89dfcff8479d3d4d2c5fe55d484f9a4d445929cb90b2f55d8
MD5 626f4caebb7b3dfadcd279069acc0982
BLAKE2b-256 635f87997516ebe4041afa616ec8e7af8fc65859aa4b6b2d90be6dc49ed865fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 02ca3913bc76a798527e679f2801a6e816ce36639ddbbc0506984e35872f6a3d
MD5 92cd7bae5585cee939526784cf51a791
BLAKE2b-256 4f12b2cbe538fb80c1ff3594ba325230ab8bd90801d04ac169613ae6ae93f5b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4368551abd348f936eb41cc88ccff27bcccec9f4d5e76af06fbb40e61146dd3
MD5 a8deb48333f9ccee374f56f435a7823f
BLAKE2b-256 2909912a8618815fd841b1d12ff1ec7dd723c8f62613b84a6c3ffc9d86ae8afc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2c48e8c208d98b1503cf07fde7a258c48ac76e04dfa805ea3a81b51003dde76
MD5 203767f9c14b232a1860414201b7b9a4
BLAKE2b-256 9d4dca20a9f84b6b82c37a0acfdf55ec91e8c7b70daf757106f33bcf0f38d7a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c62402e2a9ba789a26b46e36433298796797a825ae0f5ddac9863f85f78a4a38
MD5 64dc2746cbe8956ab669ebe2c1dbfed8
BLAKE2b-256 db929e2757e4ff3dc8c3bd497f1c40f54f1757699da39fef826f9aabbf844e8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d003520b87a74247f0cab2cba3ee37ea2b7c7b4d4341b286b28a5441f9f129fd
MD5 5f7a9280cab3ecd859317d6ba6879d99
BLAKE2b-256 122374a4b94e73d533e2fa915812c32c61a611a0e9ab1d7b015d84a0d19cdbd8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 72756ff06bdbcfa7f431ed3a6ec00224d8986482ea098d84686af297495b8e3c
MD5 b91fb7a2383377bb09b5527bd9998ee5
BLAKE2b-256 593572fb7f892d0cf08a0e0459e618770c9770e9a8b71a86e3f67676d04a4ab1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: basis_splines-1.0.5-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.13.7

File hashes

Hashes for basis_splines-1.0.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 64493d35f3962bf64d5c29dc39aa6c60a29057f833addbcc2cd6b320def91f8c
MD5 3db6d0f18d42e80bfa1f9bd850aff96d
BLAKE2b-256 358c1246a3b048a2e7aa944682f16bca3f7679641e9abc5ea5ed5d20ded3f36d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d253cdbca4bbfaad36282af84b9a7a3d8282e351a43d077ea70ea88be3291b02
MD5 6b4dfde2a0078e592683e22d97a16fbe
BLAKE2b-256 ad8d0ba368b77791d6128d021e5c99d4b1b26c999f67f6838527be2bc172a363

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed5b03a15bdefba18e511be8e07e0484f45f94ffba3c158628b395fbf45e4354
MD5 ec146fde1559cccd36bc1e668698b302
BLAKE2b-256 d96926d287e0c14ad8dcf19a41d8cbc00df401dc03ae3a3829da3ea775def0e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 00c838b9e5324953bf43138224edf520ef9eca79b1f7d83d1081055e7ea00a79
MD5 a9b338bbcc9f229be12f5da2528517c0
BLAKE2b-256 68057a099736641beb443e6d5f09ed4001eedf934d3c614e0409d67815fa36d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 10712dda957ed0a095a29b53f800abf9c5cf9ad949ad563a6b17c5d99236b012
MD5 9bcd3925f67cfea6112ce8abf32c672e
BLAKE2b-256 0783aadc566f6460967ac7717b691b2e9d20a6e6790704bbc299dc881a69a7d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0bd9b73aaf699e875f02fa98720b6e60a2ab68e15487952da9623b0273b1f340
MD5 ba571a60d6ba364f22ffb325e35cc568
BLAKE2b-256 108507934187c9f76b0658a9f02f378c6d1ba0513a4c6f76d410a1cbbd92c43d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 78f4e20c12bf75de88bc4d9314e11ec6f3d0186e1dd51c90c3e0343aebc21fc8
MD5 7e6678631bb194f14272173e77832210
BLAKE2b-256 b10cbc7aa1233ebe3f95a817542dc6e7efb17f23bed44e8c1bd026bdd5933d0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 cf9c4f0ad572ac32d54fe6d6cf5e3c0a50b2d1b8e67621c77d027be7c92b3f0b
MD5 4ef5fc867ceccff946dadaffbd97b4d1
BLAKE2b-256 09edbbed95c533838b11478babe47d64244e9066a1801a5343379266039c24b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 02943d290d7b9c94818b4ff1733520cf8471245b94d1b48aecdcdb0f4f24aec6
MD5 2edd4e34c3426a956a1208bb2ef661ef
BLAKE2b-256 eb7c301f3d15fa8b883b5f20408fd1d607c7469d6a79c1d55eba8256144a8ea9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: basis_splines-1.0.5-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.13.7

File hashes

Hashes for basis_splines-1.0.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 acf12b1e0deb47ee59fff8e64a04b1325603480d3a763018bcbfcfebedd0054f
MD5 4bd6afe1dc358fd5e9b0b6303e162124
BLAKE2b-256 3a1000824f47f9eb35af6cb70a65ae208455940064b2b0cc1635549e61a1208b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f694ff9a2f069dd9bfb08448b46ea857b45b1ef8b0bc4fa037d942c91d86184c
MD5 fd18698c13a40a1d6e7d3975545f9837
BLAKE2b-256 b9a7bd04f6ee0bf360f28822cb1522750c82d839a751749578c2008f71311369

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 98af74c0e55578fba2d450ae2b9a7cd7a3ce483ac5ca6ab27789b1339399b3ea
MD5 7d049f38a68781e026cca4fdce4b303c
BLAKE2b-256 374f7c9f92c8a447a5b8fe00a6c36350fc5dfc01b4a066136fde33ff15f1c75d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 45d4f3227f0c2dc5a13be7eca765bf9839ddb9040875332a81fdb05a9bc1c19d
MD5 fa895390abec5b7379a7f1ccacfe9e0d
BLAKE2b-256 af06ee43a2212e2e23c81c26b0c484c74e7df7202c70ee7516628975b61cd41a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5699e9a6dcc4625a9dcea22cf04b6db01e68689c27edff8d5571f0f6fd668a28
MD5 36ff4ec9fda67d9e15f88d05b81d2b38
BLAKE2b-256 91b0029df7844ab32709aa5c025d6bb1302adec7d989a595e0c8cafe36eddf9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9fa335dc6c2be4c6220c89936238b396a48574362af038876ff3b13a8ac85c02
MD5 7d6efe0a3b8cf319fd1ec1ac793eb5f2
BLAKE2b-256 1f1b5a154bf63fe818a63fe8c5c8513f111acad44ac80b332c7c9935a2757c02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4ce4c4d0f4fe75aeb61946b3701338e495f5fdd0102c5ff748ceb9601bc4a0b8
MD5 114ea339d9590018dda83ec137d5ff0d
BLAKE2b-256 fd81864b6b0c4c4eed68d93f2b04735ba233aac86a412a6f9750963198943d9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 1cf65b06bc716107d15353ba2d0cfba556731e1255340e0a97f0534701d45aeb
MD5 1ff3de1e0c989761ea4bd3a9647daf0f
BLAKE2b-256 c3c72ce65cf81bcf32595324cda68d0685e46f9675c331fcac12441b1c960ca2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4987ff90f939147601874e3c71bac4f4af889cdc35cd8013d2d7928eb32cbe13
MD5 4d56af5f2e498bf19cb4df826d96e9d8
BLAKE2b-256 827b340c7e4d6ab577129f03ca2894436d75171b2d9d82e3462ed1d641b0eddc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: basis_splines-1.0.5-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.13.7

File hashes

Hashes for basis_splines-1.0.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0bea2b512d524b62161a8ea40d1d17c30a06c4f28c663d07375809ba506cb5c8
MD5 bbb319216e5bddd3652a9e1ffa48fe42
BLAKE2b-256 21531cf2d51e59c3d46959f5970a859b5bbe62aef96651bb5fe1c69e24d7faec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90b475858910c7b2b20c3b241cc1a3c7c062da5ab9caa268ed1ef77ad9498297
MD5 258b5b3fd099ee7bd47f7b81bc9f79af
BLAKE2b-256 5587ac56978d59ca2670ab57d27da3b7c0e3c1a17d5177062463e3676773dc19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 56850b5348adf8068007174818c8255c414e306f42465536ebf6a7bded116b6a
MD5 4fbc58bf7ed12dd97e4776c0fa0c6e2e
BLAKE2b-256 ec294840ec89a4442d18f7ef3b5bce4690f1b33eedf040a61d2d132270a96357

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c3dbfed8d48111a044596f450c5ce49348ebfe68fbfdaf33f644d90d07719ae
MD5 76d482265cf65ae4945a82411c8346b5
BLAKE2b-256 5b597d9f7d22b1e634abfe2ea42f04ddf1b365e4a36d9acf82086cbc697ff755

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 75a268f629bddb1f968579e78f047f8ea939ed60508587a6ea5b0c2ccc28054b
MD5 72bbbca4c4f975f4babbddcbe0a3df17
BLAKE2b-256 eb85a7b6c10fa48c195e0fb2de0c915b6962b0459a210fb1a37821ebaf1c2ac9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f5d736b50370a9aa9b19506daef3c7b5bcec5a8aeea6708cee2842b20730921
MD5 d4c4ac6c6509971b010c061f92f1a0bc
BLAKE2b-256 a9252aa3e38270078ca731a26cb1498f0badafcd6edc43632942300f216a80d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for basis_splines-1.0.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 19db62fe996f99f57a29ce9cbbf844bf582a89c9854ed57b97472a88fdde4986
MD5 6848463cbf255869c386cb7825cd9d0d
BLAKE2b-256 18d4c09b30969232ab2122f79f6789e20225ec2d7f5ae1bfa421876fcc3f126d

See more details on using hashes here.

Provenance

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

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