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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

smolpack-0.1.3-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.3-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.3-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.3-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: smolpack-0.1.3-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.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f066c814b9d56a5339de13432cfd5ebbb0750d4d37a999685283dce6425b44ce
MD5 0159959f61a42ea351d295bb6080ad74
BLAKE2b-256 f29b4e14ddf34385a6adbd8410e9a08c8c3e16e8653349ab15f61d657a916fe3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a92d3d2a8455181cb6acb3f08bb97eb315104f08f83df2642db7288b2b5d49d0
MD5 06645663e066596fc66ea921abb20d06
BLAKE2b-256 249a0ef1abd0b676086b7efb3ebdceb01338feaeee059c071c3999a5859c77a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.3-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.3-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.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a07340a1fcf266d4eba8320f79923cb0926b694b1adf074178ba2da9ec7362e5
MD5 cce55f4de0382140de7c2e536bd96c24
BLAKE2b-256 fd0ad869086d4b6297a5aaa9ce6c7d562536516bc6e0cfa6061da8244777591d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.3-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e202c4e4e5a98f13237442d89ac709c2dac03874f153735ffa1e010eaa6d309c
MD5 1637d526c7cb5a1bdc23effe9549891c
BLAKE2b-256 b17ce79f31d8d937616ead375a1a5f0388263f93a3274a54fdfa5ae84befd51b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: smolpack-0.1.3-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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3c7aaaba289cbd76cb91980a2724856ce9880251f02f85cd137ad3affd431df0
MD5 1e3ccd4d1fe2100ef30fcdeb2c96c373
BLAKE2b-256 1d2a63a37ee515d2483c87173fe4f417ff51069252007a4105bc1a716777b5f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c362f5c54b8788d12ef505272b7935cd231d8fd7ea2517ea49ae22b28bb657a
MD5 59910d0e38013b7ded80131b2413d02c
BLAKE2b-256 1d658b04141a0a9a5779cdac27a979032b0a2b2e65d4ad3d911ec3b2f28b2e8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.3-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.3-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.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 541b4b42d9edd46f02d95a1043e9605982560894b6b1650362e19e81c87689c5
MD5 b5fe830bfa94bda9bb1897e7b7efc397
BLAKE2b-256 393ac67b9db705c12aefb1b1ca19bf4d65e1d80bca0bec10189eb25d5708fd76

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.3-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5a869be8a725da3b4135a55620a72dab2f747f3c7c5db809cf5afb7c65d3adb5
MD5 cce7e8044d6a5f6614f6c0261d36785f
BLAKE2b-256 668482b92b03cf02940eec80ed74a221d8fac6728b95ad7928553063ac844cd6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: smolpack-0.1.3-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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 eb67a7bd5ba257cb351fe9151c61b3ca192de1d4c6bba273f1c3b5ca076722c6
MD5 71fa1b4d3af594f2708d4abda80ca89e
BLAKE2b-256 6b66ec09de18c019f56d41262888b6791e909956d04f6f610abe82b74f4acbdf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 074ab902c3e8a9844d402b23f89d0708608f3403adb13b409903dc2f944b0577
MD5 914695a25f60aff35ac4b148c1be1e6b
BLAKE2b-256 be624a6f9b09551d1a962c9658aa1aa9f3e1f0b335ba88a2cf95a3b7b503e8b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.3-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.3-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.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9b188a917880a2e6d4dbac362ca543a8f0bfc303056d0a4a7fe12724001a802
MD5 bd282ce24a5d3aed11542ced8a98e69e
BLAKE2b-256 50076dd944f529de2ffa7d2db5bc5d2d49eba4f0130dd8a5cc10e59fa51462ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.3-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cbb0cd0fe8c670d79d15d6dbdc4744b77dd97410c7b8f13e93169e18c4a5a283
MD5 bbd2a42e147fae7a2d1a235423a2eadc
BLAKE2b-256 f153395549538582716a621d46c2216e007ee87f6ffa1c461967d40e859c19db

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: smolpack-0.1.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d6b040d3cc41a30c3fe52ec9d0abac18844335ce8c594769c9bbf6661d6e1304
MD5 9a40f9b3798d09bcab4e69632798db51
BLAKE2b-256 486215210652ef4cb40e3c212fff1bd216781a59e3b8c289419bc570814dd779

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ccf6980dbe66de619a8ed0fab64490fb9342476b81ca0743392bd359493c873
MD5 3c59fb17cadf081fa412228b31755a6a
BLAKE2b-256 20f70e4a128d9643caf3d62bf99c78fa0d4eaad32932da3a7f13d8a53cf8252e

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.3-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.3-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.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a7b1a6de1a126e681e04c5db5eaaed3cd1365f6b8c6cc2844dbb756b312d9c83
MD5 f49f74859cd148d979e1354c241670a9
BLAKE2b-256 049ed336665178bc5928ef76ea6ee12be8287b6b79274312cd81355ddb8f9e1c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.3-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6bc3c5d7a89570fb9fafac43635ced4b0ebbd27d7224beffdb3484014dfd1142
MD5 56c9ff2c23d6a34cb22a41f11812f004
BLAKE2b-256 33ab68fb5e4151e224a5ee80869666340a780b392b77e7903adc4e2319a84f26

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: smolpack-0.1.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fb7644dc60bde2d47af1650876f13104d94b161ef457b18687f4e6ab56e6a513
MD5 a7caed3a7c855ffb995c84ac36889db8
BLAKE2b-256 c1f513d06cfdda20022ce01e89684195f96dce148945534df0f9e211b83800ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c5cc2dff3c2d8766814c9590ec97a5cc469508f395aac7e702e4275e0d82606d
MD5 787e17b9b5a9c6cdd7c480297004146c
BLAKE2b-256 bf9a635730220a4fb415feff6d76c1089b45ea9f4c6f15f74f005a4b6050ee17

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.3-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.3-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.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a5a7410f6e7d02c6ae69d7687f0ee9385635f57114b87962066ad71198929fbf
MD5 1b2a53d8b7471b35b2950530c05f5cfb
BLAKE2b-256 8dc6719268b62e4fc4bae0a9450aaf707de21939a52fb32c8c2c72bdd1b93245

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.3-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3475c544a13818f76b02f258373ad29b1ad509da872253b9eb7b272fed6cf458
MD5 d217653fffa1f4c47b16d798127cfd10
BLAKE2b-256 d18cb8e8dc4489f9604ed5b028b30b4ff5d036265aaac2e9a1046ea46a736c59

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: smolpack-0.1.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 095e09a918e23cdc84198faedd5ad92c20b1e51201cd837ce9a80899aad3150f
MD5 31942e56bbc908966ace70617a4914a1
BLAKE2b-256 c4af460f6c6063434641e5c146a5e2ec0ef04f0388e7459e7c7842bb294280f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7269336becdbe5accd3e31680dafcf9db43823b1968b6e4a47bc0fbcb0ed488b
MD5 a440eab078b5a9242caf03fd5b57d146
BLAKE2b-256 3648ebdf1805485bbdac8df21218755c9f52c923447cfa607ee53f01d5a3b6ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolpack-0.1.3-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.3-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.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a361be4056b2ef6bf28af281564985d639528bb6549709a254fd50dbbf7de2ca
MD5 97d9bc5fd48d027ec89c9690759d2f27
BLAKE2b-256 0a7a4809267b484a1cac0bbfc73d8c1b754be3d9bcdab7288b8a8749bf0d8a57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolpack-0.1.3-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f43e1f8a47e547a283d3889d79618c46094b80993c23ab66baa66e018cdf1424
MD5 1402b620bb94c5e0ffb069ce8cd5641a
BLAKE2b-256 75a7c2307285d5be94e6ff97c7074c7f80afce68d6cef63c11971dd4f35165e6

See more details on using hashes here.

Provenance

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