Skip to main content

Multidimensional Quadrature Using Sparse Grids for Python

Project description

smolpack

Multidimensional Quadrature Using Sparse Grids for Python

Tests Documentation Ruff

codecov License: LGPL-2.1

PyPI Downloads Python versions

smolpack is a high-performance Python library for numerical integration (cubature) over the unit hypercube [0,1]^d using Smolyak's algorithm with Clenshaw-Curtis quadrature rules. It approximates integrals of the form:

$$I[f] = \int_{[0,1]^d} f(\mathbf{x}),d\mathbf{x}$$

Two solvers are provided: a delayed Clenshaw-Curtis variant (fewer evaluations) and a standard Clenshaw-Curtis variant (classical rule).

Quick example

import numpy as np
import smolpack

def my_func(dim, x):
    return np.exp(np.sum(x))

result = smolpack.int_smolyak(my_func, dim=3, qq=5)

Installation

pip install smolpack

Requires Python 3.10+ and NumPy. See the full installation guide for uv, poetry, and source builds.

Documentation

Attribution

The original C library SMOLPACK was written by Knut Petras and is distributed via John Burkardt's page.

License

LGPL-2.1 — 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.

smolpack-0.1.0-cp314-cp314t-win_amd64.whl (73.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

smolpack-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (60.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

smolpack-0.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (60.2 kB view details)

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

smolpack-0.1.0-cp314-cp314t-macosx_15_0_arm64.whl (46.0 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

smolpack-0.1.0-cp314-cp314-win_amd64.whl (72.1 kB view details)

Uploaded CPython 3.14Windows x86-64

smolpack-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (59.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

smolpack-0.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (59.4 kB view details)

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

smolpack-0.1.0-cp314-cp314-macosx_15_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

smolpack-0.1.0-cp313-cp313-win_amd64.whl (70.7 kB view details)

Uploaded CPython 3.13Windows x86-64

smolpack-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (59.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

smolpack-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (59.4 kB view details)

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

smolpack-0.1.0-cp313-cp313-macosx_15_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

smolpack-0.1.0-cp312-cp312-win_amd64.whl (70.7 kB view details)

Uploaded CPython 3.12Windows x86-64

smolpack-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (59.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

smolpack-0.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (59.4 kB view details)

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

smolpack-0.1.0-cp312-cp312-macosx_15_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

smolpack-0.1.0-cp311-cp311-win_amd64.whl (70.4 kB view details)

Uploaded CPython 3.11Windows x86-64

smolpack-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (59.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

smolpack-0.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (59.0 kB view details)

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

smolpack-0.1.0-cp311-cp311-macosx_15_0_arm64.whl (45.0 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

smolpack-0.1.0-cp310-cp310-win_amd64.whl (70.4 kB view details)

Uploaded CPython 3.10Windows x86-64

smolpack-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (59.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

smolpack-0.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (59.0 kB view details)

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

smolpack-0.1.0-cp310-cp310-macosx_15_0_arm64.whl (45.0 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for smolpack-0.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 094fe482d6c25d560b892a120f369336664e62a7223d79f5fd36db3091c6df83
MD5 93374e279d3cb4ee86d74b799b6698c7
BLAKE2b-256 6518c702d58e82413dceb413506c441ae4b2b95359c7bee3625525d62d5aa782

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

File hashes

Hashes for smolpack-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39f2e93695eefa0003d9c89d8812936690b63508f64fb96705ba1dcf865f39f1
MD5 9d63912a8f78830f95579a9f159b9cea
BLAKE2b-256 71170adb59b846a8f33bcf260473c38a95406f0d88174cde729b35afae607bd4

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

Details for the file smolpack-0.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9507e5dc824ff2cbd75bfdd169ec508e686b36df7308aa1b5d0a62cb82d66222
MD5 bf00f67b20e51da819fe08eb193014f5
BLAKE2b-256 8f0c58ac7a6e7f4ded93994ec3b3c5936eb6a9c980a7a42195a1ab0c850b5991

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

File hashes

Hashes for smolpack-0.1.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8921d7c8085de1a84a9372f2222a5e597a1d99a00c78797470fe90196bcacf25
MD5 8ca945141696c404bf31919f29a52d2c
BLAKE2b-256 b6fdc4b888e876426c36bac3c3302371b1159f33929a7928e3c34f90c8e0dd49

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

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

File hashes

Hashes for smolpack-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3e2b31dc9f1f8872437bdecc999099c8112e4258edc54933759c9c6c4493d6b7
MD5 4fbf2e274ab073bce65bebd999035a24
BLAKE2b-256 09168fb1796ced1066fa0bb335c3d54241cb779725ba8df5ce695573a5667302

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

File hashes

Hashes for smolpack-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e47dedcc5c4eac377c1dc753ffb858cae3eecb6c25c89bea5b62e5289db92da
MD5 30a220cce35ddd11a4f85435a0f0688f
BLAKE2b-256 e1d06999237b54023c93ac8f11cf8a9830f2b663cac546c619dc771323145582

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

Details for the file smolpack-0.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d9e913319a94eebb08ccd085c331a25c18ad2fa4f5d625bc0fe1ebe80e966d9
MD5 068f8f920da46735fdac33fd0d2dfec6
BLAKE2b-256 91dafc73106331b7f16cbe6a1d8bb3f56f4449e8e5106cd4f8c89c9674cecfff

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

File hashes

Hashes for smolpack-0.1.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 bccd186c731a3bfd8aad5706b646b40be48013d8cf7132e4d6372fa5d2ff918d
MD5 7f13ad660a03a772934d95fd2e2a221d
BLAKE2b-256 c5ad47e067e4205d74a727449ff515d3ac206041f0134d22df46575eeff23c12

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

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

File hashes

Hashes for smolpack-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b5782a947f505f8bdad460fa416edd983b51e770dfc091d07d65bb08790a3fa4
MD5 2c12ff436af1d261f6bc62da99ee183e
BLAKE2b-256 56d8905a97a37970bb67fbe15152e2c70232edfad91d8c8d374b274449cde96c

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

File hashes

Hashes for smolpack-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ce9e187be12273f29f23536b334f8efb765550c74b8f65aa8ff318998f46d54
MD5 9fd96435103fa6bba096271f222a7cc8
BLAKE2b-256 846b3645e93293ccaaada516d056e2002dc76246a65cfcff61af80608b94a9ab

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

Details for the file smolpack-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 547bd16dc8e8763221f55eedd8608405d50437673410df805555585d39435d94
MD5 063957b13e7f8318fff38a7e1d7dc4b7
BLAKE2b-256 ce485615a08df2fe48aeb6090f262ec0f7f7cbd97b9cf01cd5ff86e3ec1d021a

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

File hashes

Hashes for smolpack-0.1.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 29ab1cb2eedaff534029e749fa30b1bc9dcf29b5c5aee104f4979b41c66783c8
MD5 b6c9ca8a5ea29e204af6170d75f32621
BLAKE2b-256 70ba722e096d4b923233e70c867b5b3b6da48474950610f22f89114c36fae196

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

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

File hashes

Hashes for smolpack-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1cf006165dd7370e86e2f236e18222c4d34d8f242da77c566fb7e3d58a255921
MD5 642c8936a3edb2e43da83ec01c5638dd
BLAKE2b-256 6d34769c88770b1f02c9d34d5ae40beb5b375d49d2443c87d590317e2f91550a

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

File hashes

Hashes for smolpack-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 78446dc0291a652f111de259758f18c4f55a237cb34a2e11f1c3f06cea3fc6db
MD5 f8c5debef80d0faf007c8f37d4ca39c5
BLAKE2b-256 074ac3586ea1dddbb8ee97de586689849d8d56e7fcc95cd0b8f8471ea0024527

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

Details for the file smolpack-0.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 258460c421803c0289cb29b467d3a05ab921ae02149a79aea108d66af25b50c9
MD5 01fb7258e2a458f044c5a5a81fc2447b
BLAKE2b-256 532e5f95af8ba9d2a1643872118a26b442a63e52cc434cab7c7fb6d644ac0423

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

File hashes

Hashes for smolpack-0.1.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e0fbea45103aa540f8ec37e539efe3ec705af1786863c32d6cd38faf158c02fc
MD5 3eb07da1076f8c65d8001ffb7f6542ed
BLAKE2b-256 df5fa07bc798e436199310bcc3df4001e6c837964b9afb3e1710eaf2eda2588b

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

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

File hashes

Hashes for smolpack-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 919daa0befc81e36c9e49f6d89b25dc12a75845394a5d6003e6d32bcd8fc7902
MD5 2400f563e137f2c832c0a9014ebdb6a4
BLAKE2b-256 89396f4efaa3b9efc8a043038da2e1f80ea2834d50ec4d8df28039d0504a5d36

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

File hashes

Hashes for smolpack-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac693e8934d91e4e62be0435900fa97928756f6a9285b1890ee56776a30e8cd1
MD5 82ffeda18871151c9240fbf072860fd0
BLAKE2b-256 5390f194262c5030ceab2f86d5c0e8d90668712d9ccebf3c279e8cdde507fc43

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

Details for the file smolpack-0.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ada25d32ab09da997deffd2a393191439602b836de000799598668af9ef0680
MD5 71f73c41c1a6c14971c5a8fe248b1e62
BLAKE2b-256 b175afd0a9e5c91328a4871c0703cf43424300d26b865cad5d5bf92310106d8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

File hashes

Hashes for smolpack-0.1.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 02c951c35afa9e6dbfa3b870d447036e3fd5802c55a165be14291a5eb2c10c25
MD5 779cab847e937c48b46556cbed9245bd
BLAKE2b-256 315c096deb34e20508df69a2e3b87b7bc3a8ae413a104222de2257a76a9b99b4

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

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

File hashes

Hashes for smolpack-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d8690699fd36bb89f5b739664962204e0877184c8d76c281c7d07fc1b6d77fe8
MD5 bd6ece1d66794b6f04f35de571b7a61b
BLAKE2b-256 f2cb7e00ebdde623c595d49913e3de7acae1002d3baa598a0e68526b4fe57ff3

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

File hashes

Hashes for smolpack-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 111a699af09bebe8a56b75146cfd737312d0486c4dc510025f75f338ff41cdb2
MD5 bc1d40dced4625173e21f7c2c1e2de89
BLAKE2b-256 4f82ce6ff7e4740ce704e613a1115f0b455b21c118ff19c926066907d972f1e9

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

Details for the file smolpack-0.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e56373da2f524ce8cdef3a1e9a779cb8bfaed95c419e53ea426012cbcf1f3dc9
MD5 ce9feceb2f22325654ab2d5047f0f95b
BLAKE2b-256 ac59d5d3bea0f81dd7399e863d058d28e48062fb0ef8d99582c841a4e851483d

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/smolpack

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

File details

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

File metadata

File hashes

Hashes for smolpack-0.1.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 fe0cf71c0a2d15e590041a8cecb2030b3835bd3a7af956951b8aa1dfd58ff1d7
MD5 79252a53dc37131417f0ab9bc562fbdb
BLAKE2b-256 e0639e9f2634cf25b10641776a4da491b6d2db5137d9ba603e5eaf494626bb83

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yml on eggzec/smolpack

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