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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

smolpack-0.1.2-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.2-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.2-cp312-cp312-macosx_15_0_arm64.whl (45.2 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

smolpack-0.1.2-cp311-cp311-win_amd64.whl (70.5 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

smolpack-0.1.2-cp310-cp310-win_amd64.whl (70.5 kB view details)

Uploaded CPython 3.10Windows x86-64

smolpack-0.1.2-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.2-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.2-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.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: smolpack-0.1.2-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.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 df47eb90139e8f139960c435ebb6412ef5b8341ea9739d4cd280fce28eabcbf7
MD5 2c80f1a814a3b082bf988e77af2c8ac8
BLAKE2b-256 11694ff746aede425bbcfc37f805491ea14f351eac9a58b740692823de8cb3d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 969114b90eaa5c3e70e1fd3cd654f692aeba3e345e8c8050ab35e95666038895
MD5 0001b7d6ee8ba9f6eb8d5741593f6199
BLAKE2b-256 b9bbab5559a7f56638c0205a9758c2758a49a34c821a8b770702ca3296858e7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.2-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.2-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.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff767a0c4e4d14d9218a7bf17e4c84e649c66071f6418cb8be6f5185b1323d89
MD5 635bfd7f0ba23259efdf26a2dab02c44
BLAKE2b-256 75c56fa21aa3a3b4372f1deb1340eae9e63d573d2b91dc1db50d00b6be20167e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.2-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 de07526533a3774ac0aef0908f3cd79665b86cce3f534dcec30e0feab86f54e7
MD5 a18667271b9319271ca4516e237623bb
BLAKE2b-256 2aa53a00b15d86b515056fb589c58a59a7ada5a450baf5db36c7de63ddf51824

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: smolpack-0.1.2-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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5d19c6d4fa0dda77531f57251afef11a68de3d66fd65bfd264c4d2f73ab956d5
MD5 43674b8ca1471e0d2b934cdea1a3e4cb
BLAKE2b-256 8c585fedd5762265bc637f1b737dfdb39244860801c452eb17ee91eb6df0ba69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 34183a96d73dd62b8b0385fdf5af2dd39421121ca912a2518bd9f8492a431b32
MD5 b3d8b324e9e9ea08ac00d2b916ed93a8
BLAKE2b-256 b1240aa96be7bcaff2ae8100a5995ceb8a5e60bdd5807d3c6983f55388d99268

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.2-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.2-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.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05ad6e009dbc9460430f59eba71fcc154414324f3f38381919afcfb2835b0b47
MD5 f19e8ea04ac379ff4edba86985a24c2a
BLAKE2b-256 fc27785251ced2acb2be322bc8a078527ecb9bc9c81c085034ee9de2c0bb95aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.2-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e8ef7b8a3bdeaa005a0a4bb89ae0e9ea47324087edb068d09e209b1f06d5784f
MD5 0743ea00d978ff1630eb20474bdc2746
BLAKE2b-256 40b093ca898d9ea31b3a26d9ed2d1fc1adeddad45534884e6842d7bb1da5ad4c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: smolpack-0.1.2-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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d16f4dc7fdb39140fd5e551b6ea43dc61a304bed0eb6a1f3dea1291828a4f1df
MD5 92c46b7d8e38294fc7ba88941948205d
BLAKE2b-256 144f452d2984da0993111988e40f45ec232e4b04671eba5a74237353ecaa6382

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aca078bf5ff12c57b48eecd869baba9029782cb2eb411161236f15077cf64fb9
MD5 7ff13612c7de7570efb431024badb96a
BLAKE2b-256 e62363662d772b0a6645d4b6abf00ceb95bcf7413618d6b3d7f50d5921c38d28

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.2-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.2-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.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6938923631ac46849cecd9de27839701c9949317f04fbe7a48137fb5060ee626
MD5 6654467184c947359fbdf02d6b905b0b
BLAKE2b-256 afec02b0c2a294efc31b7f5203027a2fa573f7cc6c982fcc7a655ff23f5b1a50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f735669d7d9de8ce1c68c2f00993c01506e25be3b5526342483e76023bd512d4
MD5 b45b80e1e09b74891225a0fe2b81c94d
BLAKE2b-256 46cab37f6ff12d8f25c9499367a65c3bacb2fb8d59b91f2e13c4aa1c84be1b35

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: smolpack-0.1.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 15db882a92f4a89825752b6e43155616724e9cca1d5eccf4267a571b08cc0714
MD5 0e42e4f197e320da6d227f61453b22c8
BLAKE2b-256 83ec6a94e9f353a1eee40e7a5f7357ae4929d6b9d67df7c7bfdae85d4bca37df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df550f063a6d1bb92383c92ed41040ead4457c090673da315767592777394ed7
MD5 b111fed4b194d93d10d7ba9a9c72cab7
BLAKE2b-256 dbd3e94e06ce48ef23b651f23e45659959acf8685799127a51359c060fc4eda8

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.2-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.2-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.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c14fef44512ef5bbee60680a11f6d5bb360c78d9fe31053d04be5ac33d79b56
MD5 2608f82a90897882933f60f7f5b149c4
BLAKE2b-256 d3326d294f663474fdb6d96787459102209d7212cc00894abe917bcb3310bed7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 79e5bc0d8607aa827cc6ecc0d09d5741200eeb4aacf50c6c01a4911edb9f2b28
MD5 8a58879081eaf1bba7740bdbfafa27a6
BLAKE2b-256 3375d610593ad80e9758838e335150bfd0687ddaf63b24803e38ac2a0861ac46

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: smolpack-0.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 70.5 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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a2c475ddeb1a7aa18418be3fa07c1c4be63b80e7ee63b5c0eb439db4550f4ff9
MD5 dedaf3cf722de84818209f9d8d23d541
BLAKE2b-256 1f6034f74328176350a22c50baf35f3eed6a74694765a767b7e82f56d515d823

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 126ee5ad43b3707825391640fa6e82cdd03467777e514936c19d0019a15ad27f
MD5 eeb8a543aa1a746ea4c533ae0b91dea1
BLAKE2b-256 5b6559641f0d8099ee2575fa802842b65b2e71410180209b3a38d50f3d9e2393

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.2-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.2-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.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d781a7c936fe44ecab75a141c408e0e446afd45f0012f35f1da870f3c87227f8
MD5 ffc0eb710133d119576091dfff972594
BLAKE2b-256 0ca7f29e1b5af8fd9614f249aaf2292ed5fd150e3608b6e3444c084e452e09f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.2-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 39389900badbf02f28e9e2d1363d33b7029f228042b479f069034108e5b29404
MD5 838ea97d6417649ccb92dff17e15d34d
BLAKE2b-256 e4e3c82d6320eda43cfe489a3753e39afa37cfea08a5f51663094579be87a9da

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: smolpack-0.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 70.5 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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a8ebdac4173662c8468a8ad7e6b84a6060d820fdce3a05e712bdb34f7cc00980
MD5 a475630455090162fde31a1c40f20407
BLAKE2b-256 21f8e870a8e62207aaee0df52c9a38ae1f230b2aaf6b86ef2fb4e42959904aa2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 649cab3053cf5a72d5a19e0836efd56828f30d8d28ec26e2dbfe51d11e3f84e7
MD5 69eb42fd3068dbf3365f7b29eb9894bf
BLAKE2b-256 31c518e339f1ff629a476d00d1b26804b08c0d1f566805f37619612b0f371930

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.2-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.2-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.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 668e5735644a856d737e25f1f261e52fc6eaca09dba0e51fa7e6317524d70bba
MD5 f2f5d8cafa2c937ee687dd36f19f3fe2
BLAKE2b-256 e542672aa61ffb8ebffcd9ad201a308b66d25c1acc797d36f6e4cc59461ae2e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.2-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5ace47887abf141dd254244579c0f55b4e8c01fa042a76f86d3df5e5e4bf0e34
MD5 aa729a920c102b99a5afa7702d9fd94a
BLAKE2b-256 7feff9d3a23ef860d3de0a046d6bda7388b440da6e3206772c8df5258bc14ca1

See more details on using hashes here.

Provenance

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