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.1-cp314-cp314t-win_amd64.whl (73.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

smolpack-0.1.1-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.1-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.1-cp314-cp314t-macosx_15_0_arm64.whl (46.0 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

smolpack-0.1.1-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.1-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.1-cp314-cp314-macosx_15_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

smolpack-0.1.1-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.1-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.1-cp313-cp313-macosx_15_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

smolpack-0.1.1-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.1-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.1-cp312-cp312-macosx_15_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

smolpack-0.1.1-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.1-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.1-cp311-cp311-macosx_15_0_arm64.whl (45.0 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

smolpack-0.1.1-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.1-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.1-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.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: smolpack-0.1.1-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.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 79ac042a711e47917e6a215d4129e4475f590d8125edc6b58248c52759db1529
MD5 66d80a711a5b49794fb5936dc38e2856
BLAKE2b-256 5f3d2d3faa279800dc07db45249c07cd7b86ff56aac22f612e397e0f8c9601bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35315bcb299a127b7b7881eabdb6c5a606be0a811ca960aac281a04fe5c3ac35
MD5 2557f195fcd92555723c7a845d0196a7
BLAKE2b-256 9ae26a0d630fec2b8e61e7534c2a098d30e5afa9d949091485808113084314e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-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.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cfda849be49f3a8b0af6303ce5810fab88bd95544540ccaa4f2fa3292c9aff56
MD5 413a8ebe5b1c4ad89805b035268dba3f
BLAKE2b-256 20bbeb70322e27a50dd03b81e19a2ffbd59a970634d6d05af0002d10e307995d

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.1-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5d8a900b30d9263a0d7170317d2e8c3044e8950b26bd6d4f8f68d6b82653447b
MD5 56fc279f5b9a8d58f2115ed2a302335e
BLAKE2b-256 22e554230f96fa3fc8ac5eb1e701d8e28d33f3f230b6231b0e52d4eddcb92fb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: smolpack-0.1.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 966d858016aa43233b0bd74a31765f35270b76dee3e802a09c0c8e17e08ded18
MD5 0c4ff32b639e10022511a8c609018447
BLAKE2b-256 1f2d24dc61d261fd0f5ad16ea0183c47793502511e14c0e7d370e458028ed6ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d585c03bbcb517a924665e1139bb79eeb4806e1cf5162329c1088c33c174603
MD5 788335556c96c0f69f718206bde1f1e9
BLAKE2b-256 9118a74421a262875f3032c8afc584fb141742a72190f9e8333b98493a41bc36

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-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.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8617d4400dfd8d3090b2ca0f29959e7afd8057e6b200263eb164d2bde70e607
MD5 4708a7bd99019df168e71d0b4225f03d
BLAKE2b-256 2e4979200bbb5d9cf74b41f5a6cd98f5598aad95ec8f99952d2577ca07a76d76

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 28b398ef1e91efa7d3d74aa5084fcb4cbb72da0f6d9c771a52fd52c26fdf6882
MD5 46b1af7d4cbab9fc87a41fb0ca79bc34
BLAKE2b-256 895477a2a049ff1e5c3d9498443ba55e3d97fa16fb2558e10ac519a4e52a4695

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: smolpack-0.1.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4be069daa5ac968db08099b9fe1b9ae39680e4abc79c6941fd4a97cc2c7b52c4
MD5 5ef737f6ae3f43274776c574cf5aea87
BLAKE2b-256 96d84ac768fe65559daad79a9c47a7a4b8225aed55ffec789180d9c49c4aa214

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 121fd8828e436ea66cb2dc2a6be444c64a1e396c4d565c779be5d7d51af26760
MD5 7b7198aeb42a52875c5b2d8c94059664
BLAKE2b-256 95ad59a021f1fc92d5e85fe062593ab8ecb6c1a98b6d0986846f7e301d9a6488

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-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.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53a8340a2c4d0124ebe1d9a903261521a1f695141600e1803b9cb8a74e9bdea5
MD5 f5fa9bbef54731dd5095ef26001f823a
BLAKE2b-256 8e527252e6ac608fa15e4c41771051a1e39a280d03d0025e13332a7e11d58e7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6a3bd2c66f71db316e31ec9012de6e1993b3bd69e2e947490d0a998e12c28f14
MD5 fc15e8fd4de4ae8a6d8655c162a40796
BLAKE2b-256 757454ee7360747e5d0c96a7036cee702312b774daec690a92ebf3de70d765ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: smolpack-0.1.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2361a01ebdbadf08997d739a7e241eab48e5595675c1c0474978aebeb86d19c4
MD5 906a932a5cece1098c8fc3c05ac30a7f
BLAKE2b-256 d300cee3d8399bbd7b8a5850152476be4e158958b2a86b94a25e341d7f117938

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 80a1c14fc48083cbc64fdfbb04586042dcee3eac22cf3b26976495d606051c91
MD5 d37702fa587658cd1ca0835ddbc07ec3
BLAKE2b-256 61479ab7b63f5576e9cddd71149a952808b29e537c85f276ca2d56f258e8a6a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-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.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 276cf9d7ff48b25c53886f60c719b9e5ee96df06e1fe3fca4a4e902a1762af64
MD5 2201ec77b885da45a12b1d374e80daa7
BLAKE2b-256 610a79feac97c1a73331d52357604035ae60a7f7a7363973dea6278f7cfed86f

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9cde6c30f900e8305a97db70e373affe625eb6cbe95df121a327cf4813d69ed2
MD5 3d6acc0e5ee1866b9246c3aefa14d001
BLAKE2b-256 88e5b50347bd2ee33cb5818c947206c35d100fccf7edd0ebce4b7ec55fffa1d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: smolpack-0.1.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2170b75beecd5aed97fd7b6f898ca001a2c7e2434f60b2e832c604de74ce8d51
MD5 38573dc3f43c8dbd475a21b0f42d13f2
BLAKE2b-256 c3a9f61f27ada0678ec9de3ff892eed70b124d0b98262da116992502c206c11c

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 11f85607814ce1008ac4bfdaa5198f0d6634854c9023ca895f658d581a12f04c
MD5 f705c3aa99b9559854e9c1863c445479
BLAKE2b-256 b1f3629aa020e3128801aa52c6652f0fdf9fc3f0f96b709a1129292d7ab48d3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-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.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cd0378ea2caa254834d3f7840caf5476e7cbd14366e03321c91049d772d8b035
MD5 bc680f8a7fcd5a17f99b67b6b470db3b
BLAKE2b-256 cd2cadb1631e6cee8b5993ebc4990f082a5bce8b42c56a877cbf21cac067aced

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0d0cb7a42fc6ca5748be19961546f217fee162b6c55cb8fbe8dab17ebc571e6a
MD5 4409a5090351bb90058510c11d222b82
BLAKE2b-256 f780bf03f7c29cead7d0d9fe7211306f69bffc83e514e6c3e06cfc0311a8abd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: smolpack-0.1.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c2fda6240b50f305d8ee205e8be672826b39d3d4c248d090cad37bf55fdb5788
MD5 da81567275913374e9456ccd71ce49e8
BLAKE2b-256 b1e9f117630b9c9cb893efa107a3099579a9580903ad1b15529b9d3c17401c87

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8875b6d1c369284cb8c6e8995198ee4184de526d3664d845f8d2fd11d087c0b
MD5 b41f634dd2c16f62d05fb6c6d7daed88
BLAKE2b-256 e7309cd50a3667ca32b67707370a3b599dd83d12e432bb93f8a51609defca891

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-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.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 661a388d94c7999f434249973bd03746f8471b4144d93bf481a1643b579c44b7
MD5 eb8d82b1f3cd93cd9919c218f956022c
BLAKE2b-256 1f0ed5708a258502d817b624f7761f630e7d0c2c31a723e1591e8bb2dce2c0f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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.1-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for smolpack-0.1.1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c0c49870321a146c3b06bab9b4e6383b9b30a3b7a265c032613958d3f495e5b6
MD5 4a635f4beb92de206730a1d040976bc5
BLAKE2b-256 a3e8d25d3a764ca0d84f1dbfb8a26f9725854bb9f7151200b133c31e9905f0b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.1-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