Skip to main content

SmolPack

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.

Release files for smolpack 0.1.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for smolpack 0.1.5
File
smolpack-0.1.5-cp315-cp315t-win_amd64.whl CPython 3.15 CPython 3.15 free-threading Windows x86-64 Details
smolpack-0.1.5-cp315-cp315t-musllinux_1_2_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64 Details
smolpack-0.1.5-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
smolpack-0.1.5-cp315-cp315t-macosx_15_0_arm64.whl CPython 3.15 CPython 3.15 free-threading macOS 15.0+ ARM64 Details
smolpack-0.1.5-cp315-cp315-win_amd64.whl CPython 3.15 CPython 3.15 Windows x86-64 Details
smolpack-0.1.5-cp315-cp315-musllinux_1_2_x86_64.whl CPython 3.15 CPython 3.15 Linux musl 1.2+ x86-64 Details
smolpack-0.1.5-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
smolpack-0.1.5-cp315-cp315-macosx_15_0_arm64.whl CPython 3.15 CPython 3.15 macOS 15.0+ ARM64 Details
smolpack-0.1.5-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
smolpack-0.1.5-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
smolpack-0.1.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
smolpack-0.1.5-cp314-cp314t-macosx_15_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 15.0+ ARM64 Details
smolpack-0.1.5-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
smolpack-0.1.5-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
smolpack-0.1.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
smolpack-0.1.5-cp314-cp314-macosx_15_0_arm64.whl CPython 3.14 CPython 3.14 macOS 15.0+ ARM64 Details
smolpack-0.1.5-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
smolpack-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
smolpack-0.1.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
smolpack-0.1.5-cp313-cp313-macosx_15_0_arm64.whl CPython 3.13 CPython 3.13 macOS 15.0+ ARM64 Details
smolpack-0.1.5-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
smolpack-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
smolpack-0.1.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
smolpack-0.1.5-cp312-cp312-macosx_15_0_arm64.whl CPython 3.12 CPython 3.12 macOS 15.0+ ARM64 Details
smolpack-0.1.5-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
smolpack-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
smolpack-0.1.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
smolpack-0.1.5-cp311-cp311-macosx_15_0_arm64.whl CPython 3.11 CPython 3.11 macOS 15.0+ ARM64 Details
smolpack-0.1.5-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
smolpack-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
smolpack-0.1.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
smolpack-0.1.5-cp310-cp310-macosx_15_0_arm64.whl CPython 3.10 CPython 3.10 macOS 15.0+ ARM64 Details

Total release size: 2.7 MB

Release files / smolpack-0.1.5-cp315-cp315t-win_amd64.whl

Download URL smolpack-0.1.5-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
5754d8ae6cd4c2eb3b8f72bac7f29a5e9bae9c293af3ec31cd3dd6a4c4002037
BLAKE2b-256 checksum
How to use checksums
16620d14f1d0fbef2e390cb78b92a2e0324e2f208950e7a8ab720eba8f28a973
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp315-cp315t-musllinux_1_2_x86_64.whl

Download URL smolpack-0.1.5-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
83295f6e1f9a005b1e86e95b2a3650ad91033417252892b4f112023b26928df1
BLAKE2b-256 checksum
How to use checksums
6e78606dcc1d011342074bdf8f00f6d140625da1d7c1bfffbf7008b9f0cf5beb
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL smolpack-0.1.5-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
45f6b2520022448321f355e8aac1a36a5b5c025f3c0f0902c1024caf5d54042c
BLAKE2b-256 checksum
How to use checksums
4cdf8b1afe6e21afbf519ffe7bf34c8fb83e5becc34b30da863036f5e28bc354
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp315-cp315t-macosx_15_0_arm64.whl

Download URL smolpack-0.1.5-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
49b7bc4a972dbf430b262b6dcf563f235b81e8c8e7a293777b6bbdd8e77600cc
BLAKE2b-256 checksum
How to use checksums
993baa39a0c83157c634c9cadebdb502058ed350982902f42033ce0ea9f20476
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp315-cp315-win_amd64.whl

Download URL smolpack-0.1.5-cp315-cp315-win_amd64.whl
Size 168.4 kB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
46cae59485f8e474c33a26e090de98680d69cc5ce56fbc8ecfca6f30dd5b7664
BLAKE2b-256 checksum
How to use checksums
10866d20261087a3b07831f0bca12ecedc976dbfd1a11e8b13e802aecd6b5db6
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp315-cp315-musllinux_1_2_x86_64.whl

Download URL smolpack-0.1.5-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
af969351330b98b254c75f75495e981589dfd9cd123596b06296749d1b9668d5
BLAKE2b-256 checksum
How to use checksums
a34c89ec5ff0eba85ac28295ee0a9ffcdd24b08659d682527684442cc18cfea3
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL smolpack-0.1.5-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
5d312a9284ef4d7416a2d5d754870a06f76bc72f65b456e6ec5692185d0a1a63
BLAKE2b-256 checksum
How to use checksums
59ec9cef57fb4aa3667a0748c46c44f9e1c70b76e665cb4738899839d11231d4
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp315-cp315-macosx_15_0_arm64.whl

Download URL smolpack-0.1.5-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
975ead6d1c28da9707c1104b991e3e4f4ad4e8938b959eab6a31bffeabc1889b
BLAKE2b-256 checksum
How to use checksums
7edfa4240bd32610d760b125dd00166c6c739c665ca303a29d253a42e5ab0e02
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp314-cp314t-win_amd64.whl

Download URL smolpack-0.1.5-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
2b3e90f443a602e022eb6de362b1e4a619cdf7fd7b1c6ac64c931e0f8c11f8a6
BLAKE2b-256 checksum
How to use checksums
8a7de18803881c48a1e4cab636fb7fa32885d1a49a8a1557fb59c5a4506b4888
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL smolpack-0.1.5-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
3b8e387fb93510ac296d3f2c162d16957e59b5f38eeb62fd130b72f95e721c48
BLAKE2b-256 checksum
How to use checksums
2be59c7207bb5bdc19a0574a4172d9cdae9483051e4aad594924c32475576cda
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL smolpack-0.1.5-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
b488746ff1ae9adc9c9148d8d9e613790257856c8b84917062dd7ec764b68c23
BLAKE2b-256 checksum
How to use checksums
ad95e13c3b484451123c531ec01f0cfa372e1fdb9ffd771f36fb82bf5e07bf25
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp314-cp314t-macosx_15_0_arm64.whl

Download URL smolpack-0.1.5-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
45bb16026398b0fa52ca81b38e1bcc9484c74fb55e555ca84fe3f3f6a470fe14
BLAKE2b-256 checksum
How to use checksums
ba38ee02db28857eea5dcc213c60a773cf9e98cec191c12c0148b4ee05e291f0
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp314-cp314-win_amd64.whl

Download URL smolpack-0.1.5-cp314-cp314-win_amd64.whl
Size 168.4 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
5dd95bbcbefe6a2bdfd9cb612b5c7953bc07d85b1b2a39f29e390a325e88886a
BLAKE2b-256 checksum
How to use checksums
a6b22d25224a1c27fe84ab5a27a490e0e1145a4b18d791a406bae1ee40ffd3ab
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL smolpack-0.1.5-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
597484b6110e0d44d7cf2a64ef778a85015ca5ec0dccf6f1ffe040f1357c1303
BLAKE2b-256 checksum
How to use checksums
737026184beac738e0bcab4dfcefb8a90bff523f4f51dc3954fe6610115794f0
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL smolpack-0.1.5-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
392dc3bb0cb0c2a5e4f5cd69d3666127bc2d8c9ea52545315522d0daa2028bfe
BLAKE2b-256 checksum
How to use checksums
ab0f9d390cbe666945d077c22460ceed61d8c4490394efd18c6f4015b3f520a3
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp314-cp314-macosx_15_0_arm64.whl

Download URL smolpack-0.1.5-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
7bbd58853dcf1e9c55a96d8cf5d7c4f2e402539122d305fffbcafe553926c7f6
BLAKE2b-256 checksum
How to use checksums
c321f850039e51a5d9d64175edc3e68f78950e877635a166ce72d69c2be45811
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp313-cp313-win_amd64.whl

Download URL smolpack-0.1.5-cp313-cp313-win_amd64.whl
Size 164.0 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
af0844cc74fc47c10818144710e71df8fd5cf5eb1bdc93fbb48433cdcd49981e
BLAKE2b-256 checksum
How to use checksums
19841bf0f02598727f860bf563bbd8d382de569363dc18d56d369847780b5b0f
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL smolpack-0.1.5-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
468c87fc1dd34686f0aa71b3d15ac53192cee57ccfd823ff3104c924652397ee
BLAKE2b-256 checksum
How to use checksums
43ea91c4d190870e76411defc46598fedb8255819d6cd65e8b620394ba0ab72e
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL smolpack-0.1.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 60.1 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
bff5165b275e20781333ff2334f8237b5d40e33d64e07a387b1d3b44323d83a2
BLAKE2b-256 checksum
How to use checksums
d99d2e8e85fb716c16f082ca420735a2a69e059c328b5b571ed39e78b6b4b6ef
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp313-cp313-macosx_15_0_arm64.whl

Download URL smolpack-0.1.5-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
d7e631c4a6fdec419eae89360fe814a98c578dcc89de3bfacf120fdeaf5bf64b
BLAKE2b-256 checksum
How to use checksums
d9b50baf57c955aed65855208cce7a0284dbe2f57c794678687e9bc1376c1062
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp312-cp312-win_amd64.whl

Download URL smolpack-0.1.5-cp312-cp312-win_amd64.whl
Size 164.0 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
c5b37564741f5d5170202fcb2fd0986e41f1a0ec4b9f087b3528da20693c21ca
BLAKE2b-256 checksum
How to use checksums
12e8786fc2047f922692f1ba34d232ff3042aa41ec4aa0fbc2a394b905861b4f
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL smolpack-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Size 60.5 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
2adf13c1f3d834513d4013256b0d21af66a95c074ab13b7546e0b28450f7bfb8
BLAKE2b-256 checksum
How to use checksums
60399043ba5d305d71de38720180ceb85df5acdf2fa3dd42a0404514e3a07b34
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL smolpack-0.1.5-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
1ba75c8b92791398564316e2653ede22c37361cd71d10491d56b2cb8aad33f68
BLAKE2b-256 checksum
How to use checksums
09b58e67bf8d3e693b81aecf055334afb490ac64f308d9adf9845e68af9ee0b0
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp312-cp312-macosx_15_0_arm64.whl

Download URL smolpack-0.1.5-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
b98beb510e210a0e13644bab37938eba185894a189606e0a34b1e9c833f7bad3
BLAKE2b-256 checksum
How to use checksums
b70b8a74784411bf3b19ae877be0d38067b3112795ec029d4baa2bb81ff07814
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp311-cp311-win_amd64.whl

Download URL smolpack-0.1.5-cp311-cp311-win_amd64.whl
Size 163.4 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
aae1bdd0c49058365eeba54bb72fc8471627002f3042645dd12fff2824236138
BLAKE2b-256 checksum
How to use checksums
a8ba1b81d4d140d5faf027508080bde5cf51dde05a987ff730f8f7b196d778fa
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL smolpack-0.1.5-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
49a4e75cf6a60681fcdd8e4f81879bbf502fc2bd6c12b989bd28776a055fba0e
BLAKE2b-256 checksum
How to use checksums
ea3ba5954eb749bba8d8da521fe38d454dcf81ccd6a66d10e13da62d43f1c8f5
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL smolpack-0.1.5-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
0c4f99ad54f3e0c089b51c161855e9d27156fa3f949efd2a5b864e5059165ff5
BLAKE2b-256 checksum
How to use checksums
9cff555da44a597d2e0f9bf223b34b0c1c5eb482db583b39b95e6a431e084830
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp311-cp311-macosx_15_0_arm64.whl

Download URL smolpack-0.1.5-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
59d237e6289a89f59f72735ee4e3e17e02c0733efe4aa032afd60b7cb8d67f1a
BLAKE2b-256 checksum
How to use checksums
792263c8edbf14a1fa2e0d760bcb74c4dfb12f2d6dfa094318e93a6985ea2122
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp310-cp310-win_amd64.whl

Download URL smolpack-0.1.5-cp310-cp310-win_amd64.whl
Size 163.4 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
2607c3bbd559f752d9079a627126f18f49e00dd5bd1273ece87b662d76c1466e
BLAKE2b-256 checksum
How to use checksums
9352c0f66c66de3e4211f76ed80cb8863c76d639b094432853dd79f55b0f462b
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL smolpack-0.1.5-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
b1ec33975cb2d910c186a8f8561618b0b47e759e099342ab18f7d5236c4b982d
BLAKE2b-256 checksum
How to use checksums
60be7d016e8286204fe47857f4f69f4272b352603c686a18a53a0ea8e8f1f17e
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL smolpack-0.1.5-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
1bc70c02a4ca9ddb8817668edb5328e94867aa9327ffd824b2a31e188ade6dfa
BLAKE2b-256 checksum
How to use checksums
f386104a6fb1a3f10f5c677f345262ec06194971a8098a8fde87340675bd0712
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 19, 2026.

Transparency log

Release files / smolpack-0.1.5-cp310-cp310-macosx_15_0_arm64.whl

Download URL smolpack-0.1.5-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
f62e11b182ffc9c117e5d2ae427153a18e0ea9236ad1e9c17b47b95237e4402e
BLAKE2b-256 checksum
How to use checksums
3fe114c5c7c76443e6539b767405c698f93c90f4f9655bf1c655db37ba8ba531
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 19, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.1.5 This release

32 release files

0.1.4

32 release files

0.1.2

24 release files

0.1.1

24 release files

0.1.0

24 release files

0.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page