Skip to main content

Sparse Grid Interpolation Toolbox for Python

Project description

spinterp

Sparse Grid Interpolation Toolbox for Python

Tests Documentation Ruff

codecov Quality Gate Status License

PyPI Downloads Python versions

Sparse Grid Interpolation Toolbox for Python.

Grid types

Grid type Basis Max depth
Clenshaw-Curtis Piecewise linear 8
Chebyshev Polynomial (DCT) 10
Gauss-Patterson Nested Gaussian 6
Maximum Piecewise linear 8
NoBoundary Piecewise linear 8

Routines

Fortran subroutine Python binding Description
SPVALS spvals Compute hierarchical surpluses
SPINTERP spinterp Evaluate interpolant (and gradient) at points
SPQUAD spquad Integrate interpolant over domain
SPGRID spgrid Return sparse grid node coordinates
SPGETSEQ spgetseq Generate multi-index level sequences

Quick example

import spinterp

z = spinterp.spvals(lambda x, y, t: x**2 + y**2 - 2 * t, d=3)
f = spinterp.spinterp(z, 0.5, 0.2, 0.2)
q = spinterp.spquad(z)

Installation

pip install spinterp

Requires Python 3.10+ and NumPy.

Build from source

python bin/build.py install   # build and install via uv
python bin/build.py wheel     # produce a wheel in dist/
python bin/build.py clean     # remove all build artifacts

Requires gfortran, Meson, and f2py (numpy).

Documentation

License

GNU General Public License v3 (GPLv3) — see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

spinterp-0.1.0-cp314-cp314t-win_amd64.whl (138.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

spinterp-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (132.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

spinterp-0.1.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (130.3 kB view details)

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

spinterp-0.1.0-cp314-cp314t-macosx_15_0_arm64.whl (117.6 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

spinterp-0.1.0-cp314-cp314-win_amd64.whl (135.6 kB view details)

Uploaded CPython 3.14Windows x86-64

spinterp-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (130.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

spinterp-0.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (128.7 kB view details)

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

spinterp-0.1.0-cp314-cp314-macosx_15_0_arm64.whl (116.6 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

spinterp-0.1.0-cp313-cp313-win_amd64.whl (133.0 kB view details)

Uploaded CPython 3.13Windows x86-64

spinterp-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (130.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

spinterp-0.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (128.6 kB view details)

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

spinterp-0.1.0-cp313-cp313-macosx_15_0_arm64.whl (116.7 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

spinterp-0.1.0-cp312-cp312-win_amd64.whl (133.0 kB view details)

Uploaded CPython 3.12Windows x86-64

spinterp-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (130.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

spinterp-0.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (128.6 kB view details)

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

spinterp-0.1.0-cp312-cp312-macosx_15_0_arm64.whl (116.7 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

spinterp-0.1.0-cp311-cp311-win_amd64.whl (134.6 kB view details)

Uploaded CPython 3.11Windows x86-64

spinterp-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (131.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

spinterp-0.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (130.0 kB view details)

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

spinterp-0.1.0-cp311-cp311-macosx_15_0_arm64.whl (116.5 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

spinterp-0.1.0-cp310-cp310-win_amd64.whl (129.3 kB view details)

Uploaded CPython 3.10Windows x86-64

spinterp-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (124.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

spinterp-0.1.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (123.2 kB view details)

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

spinterp-0.1.0-cp310-cp310-macosx_15_0_arm64.whl (113.6 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

Details for the file spinterp-0.1.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: spinterp-0.1.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 138.0 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for spinterp-0.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ecda933148792377b11fd830c9a458d7d709fe3c8116f0668e504c40881ea0ca
MD5 74bb8f77d2549610b39db09ba02e0857
BLAKE2b-256 1f51b19120b0bb29ffb264dd99496d5538b083409c0a189b3e8163f1a0797fd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp314-cp314t-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08d8b88db2a4514b5546892f3abac0aaeb5df5794f91c600b323d25bc0e86c27
MD5 5fcc84419b0e2388813a92011cdd4520
BLAKE2b-256 b7f91adcef5252cd9596173f808449ad6d2679381e2cb9d973bf454cd126bd6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c18bf3291cd952deb4975ec453f30dd0c6eba62396908b331acec4a710b8e8af
MD5 eeacd0a48f0a69ff7b35b660e4495764
BLAKE2b-256 87488a6099549af7bb2e5be45097f2795c24b426e9d84fac548568f32f2a90fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d480411afcf3ca263ce36782208ee49b43da20f5780a6f69c683cc363988a458
MD5 b3cdb005e44662403e6b9241e7cc2929
BLAKE2b-256 1f7e758798a85df56cc18fa71f2f34c0b252b33e4e67424d53eb6be616852fc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp314-cp314t-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: spinterp-0.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 135.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for spinterp-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a5e14fb42653dcfaa04eff345f0e3f76a5eb90a37cfde97aea40ce182212f5c1
MD5 657a4ff6c1e4f9f3d16de1332f5ecc55
BLAKE2b-256 5fd761b8ad4af3bd996b3427a3d18beaeb21b85f712eb224588e37aff200630e

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp314-cp314-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afba1cc0d7318ca4bddc4a64a06bb06bb17c0bdb74eb94880247250dabde8da6
MD5 541c64ca4dcf1955dec31b56feae6b04
BLAKE2b-256 26def57170e03ea425571ad0e0c1b3b7384d9811bad856f56d84a884a0abb75f

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f40e4f0bf4ec9470bbf107d6c551bf30353e38e46d9ef7c73498769b84692f79
MD5 94d729ff65879a5152f997c943abf52b
BLAKE2b-256 92bd6e4e7e44850890955b927a09953fdab68c4e515a9b095558dbdcd2067d30

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d0366e904e1f25bc1b05b675d7cff003645a4166dfc94325d4154f4c3300a447
MD5 3ee1569707fe0fbe45f73743b6faf40f
BLAKE2b-256 20b7e6863ae87788cd4e9e6671e0b99c656f8551870134df89cf55f4ec2e3322

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: spinterp-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 133.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for spinterp-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 98901de99074ba35a76ae7667fc7675114a5fbda721f69ca3392b3005b9597d5
MD5 beedca5b6b0c69e8fe7a65b2f181a277
BLAKE2b-256 c04a9d0c51608bfb0b9086599f1ff4d568d8c3f738383602d331d18071592f51

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0fa0e1906084c2cdceab75f34fc4b4870f359857d60cda3df5f8d3a12b40f38
MD5 3601802e33f37870a552795503aa87bf
BLAKE2b-256 c3805045df45c0e70d296f886bf24f5a4faf2e01c391a929ce4c6edcf7a682d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 55ca31262c35383a364ddced267c35ee3650a54fa48f87e462e098a71bcc8a98
MD5 5443db144e5f36dd5bcccee84d142902
BLAKE2b-256 d16385f9c8aff6bebdc33a287eefdd596d95dbd4bab0d50dad0cf4fc2a50367e

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 2c6d05ae138be7fd1a5441129126a966fd1097a2f170b2e340fce8b83b7cb88c
MD5 d90f2a6f46530ae024723111df1879d0
BLAKE2b-256 132a24be5b3ea1e28902f7924d5e2f49dfa0e165fdc571ad68d2b3d5dbada997

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: spinterp-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 133.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for spinterp-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 224be6eb922b79ef703c51a2522738b0924f05a006b14a73cbebc69b43307ced
MD5 2a11e8bf922bb318aa7e189d27e68839
BLAKE2b-256 3e5728c901d45802e3ca83be6b410c35983fed07152a7cead497d431e5916809

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8c906ec8e03a0d476b540272e1011eac3576abb0a6bd664df40e676d6754cb1
MD5 e6d8e5b20e167194162264e73ce4e3ad
BLAKE2b-256 919d6378a46f75b5147484baf73cb93850ce141db531b6f1659cd0615bc7fcf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df6f5332be7f7761a8de602c8c2057525e18c3836dda8453d012f974b149d033
MD5 038070b0e47d43dfefa524cb3ce47d8a
BLAKE2b-256 d66f1f3ef6e91bd79ad8d8e8e3c1896e186401ac2e7eddab6cef4104722a16ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 477acd4b73c02a4811323920209123cbd2d6de6c31460482389a5d54849a286e
MD5 b2461b4299a4c32d83bf8b740616b18a
BLAKE2b-256 fb9a4314f431755524657346b1a6e20223f49c641fe0dedf436034a86fbd0536

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: spinterp-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 134.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for spinterp-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 585b5b71effbcb2233dcf036a5ae259432bc8bd23364ec36669651ae6314f5c7
MD5 e1552d24a95b5800e030af0601bbb7aa
BLAKE2b-256 392396a817e68f6f4b60f779069ca858189478c695be3906a463a5a6ad44080b

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 262fb4bdc39117726199f7fd59305027306e3c398f928c3f92c4b15d3017c93f
MD5 f0fded0c9e53c08ef85baa769242ab13
BLAKE2b-256 56f39a810c6ba449dc60f6c605ef147941b0d1fbc465127af973c7c5d346be04

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f44bc60cc456cd38a58c56ca6aaebe3e6fdc739c5f3ebfd48d4a8eacd6ddf760
MD5 2a5f9d8bae08e644d8a68d89e28cbb8c
BLAKE2b-256 f7e81075156669b125ddca9f9442075c1ca4d88094e9d75f7a10584fb8696150

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 86ffa77c32071bd70122f06cc2fd003f64455ad0f9076eaef508f673dafe086f
MD5 b5d8596298e279d4923f67ad7bdabe56
BLAKE2b-256 a25c60eb779cda3af0b23892bdb78efe9d9fb241b7b38a3fef43921b2b1d047c

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: spinterp-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 129.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for spinterp-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6de336342ec72d161ed84ce497b84cc84378b1aa01ba6d8d23ae9e32f0f7895f
MD5 02d6345b12bda8adb570eaef20bc7755
BLAKE2b-256 aa9b12ba6a4cde0ea1c00203096ae21ec11f8e5448d4f7307f3ba2e22cdcc500

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c6817c01eb8fe6c2730b8b4b1b259eed5b2c19724eed0d91728ae94781cf9da
MD5 22062bf7f2ff7b9e02f4f73838658d1b
BLAKE2b-256 1e31f966cd8eb8935cb2d7dbd10a9da912bd46b6da00d1746330a06dbf162227

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 40a56ef959b83b13238a5df9c623950e46598b6b7b03b8c017cb05dd099761ab
MD5 17408d7991760f5abacc0ce45632a8e0
BLAKE2b-256 94d4acffc5986564f127dd188b403f3cb6836fc9060e62957d020c472e99c967

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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

File details

Details for the file spinterp-0.1.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for spinterp-0.1.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 edb73632104ecab921d9e6458f2ffd481dbb863d83b7e026ce531e5b0a79f0ba
MD5 ff9233535627ee93f03f8fd8d1894d20
BLAKE2b-256 f16f1e380e34ade7a004626a2e9ae7be1095dcf643c2308406f42ad4e45c3e1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for spinterp-0.1.0-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/spinterp

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