SmolPack
Multidimensional Quadrature Using Sparse Grids for Python
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
- Theory — sparse grids, Smolyak construction, Clenshaw-Curtis rules
- Quickstart — runnable examples
- API Reference — solver signatures and parameters
- References — literature citations
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.
Release files for smolpack 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
Total release size: 2.7 MB
Release files / smolpack-0.1.4-cp315-cp315t-win_amd64.whl
| Download URL | smolpack-0.1.4-cp315-cp315t-win_amd64.whl |
|---|---|
| Size | 169.6 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
c421f2c2f3a13c9003f26c3620f72c13d4bc665de67eb6eea8f464030112f0a0
|
|
BLAKE2b-256 checksum How to use checksums |
5a622fda2552813d9872a66013a5b563d8860642f0751b34b81d49592f925b66
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp315-cp315t-musllinux_1_2_x86_64.whl
| Download URL | smolpack-0.1.4-cp315-cp315t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 61.2 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
70ef657386305e72277cc1c231158eb3267d551e9d03ad993e36458f03ef84cb
|
|
BLAKE2b-256 checksum How to use checksums |
fe6ceef6dac8de5124a172532636489dbb98d94f599397730633c721cca5498c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | smolpack-0.1.4-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 60.8 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
5f63f76290d73b7bb37159326885d6c46d2890ccb3aa5520cb2cac8c5bbbe0bc
|
|
BLAKE2b-256 checksum How to use checksums |
f31ae835dd0e25b05e890269e6316c3e4fa7e686bd9ef05c6914dd9c0972098f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp315-cp315t-macosx_15_0_arm64.whl
| Download URL | smolpack-0.1.4-cp315-cp315t-macosx_15_0_arm64.whl |
|---|---|
| Size | 46.4 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
d0860b4c7bd29f31503c6649b742c74e5ddb18e17ea4832e7cd510e8c8171d4d
|
|
BLAKE2b-256 checksum How to use checksums |
e9bbef856a6c3407944b0ee9e84e2d36bd0eb87f0f651609a6798bb4191d17b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp315-cp315-win_amd64.whl
| Download URL | smolpack-0.1.4-cp315-cp315-win_amd64.whl |
|---|---|
| Size | 168.4 kB |
| Tags | CPython 3.15 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
5e506008dd41597109ea5998918f1caf2fdf7502b20e1e6aed7217f16fa3d746
|
|
BLAKE2b-256 checksum How to use checksums |
69245ad10d3e014df2e2685ae0b7218852b030c66d281a1bd90b7ea0de923f29
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp315-cp315-musllinux_1_2_x86_64.whl
| Download URL | smolpack-0.1.4-cp315-cp315-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 60.4 kB |
| Tags | CPython 3.15 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
820c32cbf8a79f75bbb1d02668556ef696a7f32444ec1de03604f6436e53ecc9
|
|
BLAKE2b-256 checksum How to use checksums |
07be2c0edbe919d81f3c5287e2e8362edc1815d1c162444a730fdcc68a572cdf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | smolpack-0.1.4-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 60.1 kB |
| Tags | CPython 3.15 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
0e57ac5a6aac63abcc230c1f948b16f3f703dcce16ddf2fc6f1875466f66aa2c
|
|
BLAKE2b-256 checksum How to use checksums |
f0fc0fd07107cbf16d1bfd0b4a2e600bba0570be7ffe02b44addff5ff870626c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp315-cp315-macosx_15_0_arm64.whl
| Download URL | smolpack-0.1.4-cp315-cp315-macosx_15_0_arm64.whl |
|---|---|
| Size | 45.5 kB |
| Tags | CPython 3.15 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
7ea96ca368c866b1de024be1c4bc3758abf1836eadfc2465692388a18d955e79
|
|
BLAKE2b-256 checksum How to use checksums |
606746491be3a32e3e98c1b0fdb7b0329321568a1beec461c36b1d2e792c37c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp314-cp314t-win_amd64.whl
| Download URL | smolpack-0.1.4-cp314-cp314t-win_amd64.whl |
|---|---|
| Size | 169.6 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
472d59b4d3f830f34bd83e61d9261bde10e24d18781ae8953380c32064d7ecc8
|
|
BLAKE2b-256 checksum How to use checksums |
49e858340014a10bfcc7acca3c3a072377e3cda23155188b7bdb6858cf3458c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp314-cp314t-musllinux_1_2_x86_64.whl
| Download URL | smolpack-0.1.4-cp314-cp314t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 61.2 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
96951ca0383006422cd837f17e8b45778d3625380bab5d14329adc2602c511de
|
|
BLAKE2b-256 checksum How to use checksums |
0c5bc15eabac14f22f20fea115540c51b7770e8c6e370e0cb0e26596c6d37923
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | smolpack-0.1.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 60.8 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
8802f1f5e4598b9f525aee106e2b8babf232927fd075ea3387f8e218486a6ea2
|
|
BLAKE2b-256 checksum How to use checksums |
2726308db742653866f7382448df4021bf26d7c49b443e4cf8b5383d06ae66a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp314-cp314t-macosx_15_0_arm64.whl
| Download URL | smolpack-0.1.4-cp314-cp314t-macosx_15_0_arm64.whl |
|---|---|
| Size | 46.4 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
a9ea8d96afbe8a6b050d434fb17887a289fdf5f86b6c48ea43cf99e55d107182
|
|
BLAKE2b-256 checksum How to use checksums |
abac806adb9e2588850085f57ba67ab344af79b337ca8e5a47813111f694c433
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp314-cp314-win_amd64.whl
| Download URL | smolpack-0.1.4-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 168.4 kB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
293559ac5dd0f6a6a671aff213cb7bc12fa7cf2fb16bf75207b2ed397f13c5c3
|
|
BLAKE2b-256 checksum How to use checksums |
50f0f202df626ada298974e27690cad57c990ffb9c4932ab832c813f76e4ac46
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp314-cp314-musllinux_1_2_x86_64.whl
| Download URL | smolpack-0.1.4-cp314-cp314-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 60.4 kB |
| Tags | CPython 3.14 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
945a19fc606eff15c4d4de946b2fb8f6eb2bdd4202711a9e93acf55e494380c0
|
|
BLAKE2b-256 checksum How to use checksums |
3b85ac618f80b33dae6361e03a18174607862d278e1cb6f1669306afbcb95bf0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | smolpack-0.1.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 60.1 kB |
| Tags | CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
efb473e0f09403b4b49da39dec5fd2ef9b705749080c814ffdd7b12da143fa51
|
|
BLAKE2b-256 checksum How to use checksums |
b742793e6a4dc316cc16b10d8d3122907c94e852c9f4031151f4c012fe0574ef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp314-cp314-macosx_15_0_arm64.whl
| Download URL | smolpack-0.1.4-cp314-cp314-macosx_15_0_arm64.whl |
|---|---|
| Size | 45.5 kB |
| Tags | CPython 3.14 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
15d0c0154ad9910671720917b72f2f0314700bbcd24898d665a9b915d7a75df4
|
|
BLAKE2b-256 checksum How to use checksums |
8e172b65aa76bca3198c073340ac77699d1db2b110203399d1d5b057a4e8cf34
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp313-cp313-win_amd64.whl
| Download URL | smolpack-0.1.4-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 164.0 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
fbc5869b0e837c492bf68a050a57a5f82cab2793e128a0c7fb732cae13991915
|
|
BLAKE2b-256 checksum How to use checksums |
66f5d9678898d27117fa09618ed7d0fc72850acda9e8fbccac62d1803444069f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl
| Download URL | smolpack-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 60.4 kB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
89017fe180f31a56caacd45965c6fef83673bf10dbb255918278761f6cff653b
|
|
BLAKE2b-256 checksum How to use checksums |
a51cc1bab4a107956bc66a2e284c6c87f0f14da69cdc3e4a0503ffc57a2aa417
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | smolpack-0.1.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 60.0 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
79538cf1aaaf539f7eadc622f1ce83c0915219d44c28292b2876171e6904468c
|
|
BLAKE2b-256 checksum How to use checksums |
7d1d77d517f2ca5ac05cf888da8f1251d614b6f54acf97c16283e94976c2abc3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp313-cp313-macosx_15_0_arm64.whl
| Download URL | smolpack-0.1.4-cp313-cp313-macosx_15_0_arm64.whl |
|---|---|
| Size | 45.6 kB |
| Tags | CPython 3.13 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
99d20662c9e212eca9578d3c37844a8afd307e3cddc187e899fb839072751061
|
|
BLAKE2b-256 checksum How to use checksums |
8054ff626ebd6f5d4a2bf2744e81796a4a4c6f7d479c4a014e0d6e5ac7710ff7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp312-cp312-win_amd64.whl
| Download URL | smolpack-0.1.4-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 164.0 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
32a6174168eb7c9ea4cf98aa5d897e7a8f63e54e39bcf328e827a4bdc01ca7a6
|
|
BLAKE2b-256 checksum How to use checksums |
6a1038b12a92acadcceef8e2dedc62ab4f0ba12a2f88bb8a7f78a1e490801f7c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl
| Download URL | smolpack-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 60.4 kB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
13a6a339a92c2eb93b5e2f3cbd5917df12a7f20ed7516061e30c7a4fe055a351
|
|
BLAKE2b-256 checksum How to use checksums |
bb538dfbcc04f313dde4f347db79b2a5c43d716cbe03858d3a859d595f9f936e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | smolpack-0.1.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 60.1 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
62250f2ed05bb6852a0e8aef6d3a22a7c75f859ae32457aeb3d4339d0768b42c
|
|
BLAKE2b-256 checksum How to use checksums |
7ceb249f567b0210d45d1a81d0a66d3224cdecd130ef522c38e5fa867c2a9bc9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp312-cp312-macosx_15_0_arm64.whl
| Download URL | smolpack-0.1.4-cp312-cp312-macosx_15_0_arm64.whl |
|---|---|
| Size | 45.6 kB |
| Tags | CPython 3.12 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
62fc9a0acf0e87d8643d499ce0e169c4ae4f22f56cea64a371789537c19a168d
|
|
BLAKE2b-256 checksum How to use checksums |
579fffed1972f9b6ebfbcbd50e5adf18c15e29681cdcf72d101faf924a57c486
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp311-cp311-win_amd64.whl
| Download URL | smolpack-0.1.4-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 163.4 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
1d736d3cbd4d0ab24b73d3f8da106bfa1733f673b73b13e995679ee6f1226aa8
|
|
BLAKE2b-256 checksum How to use checksums |
ca6d59c08cc6b10f3b6ea62ef29029026d6739346d0d94285300d13c6745d258
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl
| Download URL | smolpack-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 59.5 kB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
e333134c8338d73cbed51a896a5c3802a311edd34a242921e37794945823fb7f
|
|
BLAKE2b-256 checksum How to use checksums |
a8029fb85e9090ebcd3f05655427ae9d03ab63deeee0e0f6a382b4c15f278b5d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | smolpack-0.1.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 59.0 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
ea6c791126a1c333d152808066b008184decf1efdaee2cfb344d4935265c7560
|
|
BLAKE2b-256 checksum How to use checksums |
00f2d65b3635f36fa1676a9a18a9396ee117016a3f798011dbec26acba99a9ff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp311-cp311-macosx_15_0_arm64.whl
| Download URL | smolpack-0.1.4-cp311-cp311-macosx_15_0_arm64.whl |
|---|---|
| Size | 45.0 kB |
| Tags | CPython 3.11 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
0146aae1dfd49915b77d17992bb170a0f6bf63e84f108a06cc19031bfecbadf2
|
|
BLAKE2b-256 checksum How to use checksums |
05e4afca7dfefeec6b856f2f88e67c7601565ef30471c1cad81390a00865b0fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp310-cp310-win_amd64.whl
| Download URL | smolpack-0.1.4-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 163.4 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
7cc2866d83f03aedc4910941e3f06ac4f072a18cc2d701111df9a7651e3ef767
|
|
BLAKE2b-256 checksum How to use checksums |
ae9255079346fdf09b453639bcf6b6a2f8f67dbca7d12dd73a244a7dd9545a1f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl
| Download URL | smolpack-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 59.5 kB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
09d89cac64dc6c744358956eb345deeafb570dafa4809f7a54a1afc92331812f
|
|
BLAKE2b-256 checksum How to use checksums |
24a5af7604965ce4ffa327ca58129b20e8697b9036329618366a42f9f601471f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | smolpack-0.1.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 59.0 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
937a529aabae348ac96005988010707d132405094150dc62104c420014280bf5
|
|
BLAKE2b-256 checksum How to use checksums |
ee28b37b5d414b0478068a60758b49df8bae0acaa30927e95c0a5980eb3f7d94
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / smolpack-0.1.4-cp310-cp310-macosx_15_0_arm64.whl
| Download URL | smolpack-0.1.4-cp310-cp310-macosx_15_0_arm64.whl |
|---|---|
| Size | 45.0 kB |
| Tags | CPython 3.10 macOS 15.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
682df2803339b126ba683aad40054f024a858c3873713f3fa11acbcfe70a3b67
|
|
BLAKE2b-256 checksum How to use checksums |
1ab48f123cd27be0762534bec71825b4412dcacf19be38ac3a94881a84cf3601
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency log