Skip to main content

Special Functions and Recursively-Defined Polynomial Families for Python

Project description

polpack

Special Functions and Recursively-Defined Polynomial Families for Python

Tests Documentation codecov

License: LGPL-2.1 PyPI Downloads Python versions

polpack is a high-performance Python library for evaluating special functions and recursively-defined polynomial families. The numerical core is written in Fortran and compiled via f2py, providing efficient routines for mathematical and combinatorial computations.

It includes routines to evaluate classic families such as Bernoulli, Chebyshev, Gegenbauer, Hermite, Laguerre, and Legendre polynomials, among others.

Quick example

import numpy as np
import polpack

# Example: Compute Bell numbers
bell = np.zeros(11, dtype=np.int32)
polpack.bell(10, bell)
print(f"Bell numbers: {bell}")

Installation

pip install polpack

Requires Python 3.10+ and NumPy. See the full installation guide for conda, poetry, and source builds.

Documentation

  • Theory — mathematical background, polynomial families, and special functions
  • Quickstart — runnable examples
  • API Reference — function signatures and parameters
  • References — literature citations

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.

polpack-0.1.1-cp314-cp314t-win_amd64.whl (156.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

polpack-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

polpack-0.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

polpack-0.1.1-cp314-cp314t-macosx_15_0_arm64.whl (902.2 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

polpack-0.1.1-cp314-cp314-win_amd64.whl (155.1 kB view details)

Uploaded CPython 3.14Windows x86-64

polpack-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

polpack-0.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

polpack-0.1.1-cp314-cp314-macosx_15_0_arm64.whl (901.2 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

polpack-0.1.1-cp313-cp313-win_amd64.whl (151.3 kB view details)

Uploaded CPython 3.13Windows x86-64

polpack-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

polpack-0.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

polpack-0.1.1-cp313-cp313-macosx_15_0_arm64.whl (901.2 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

polpack-0.1.1-cp312-cp312-win_amd64.whl (151.3 kB view details)

Uploaded CPython 3.12Windows x86-64

polpack-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

polpack-0.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

polpack-0.1.1-cp312-cp312-macosx_15_0_arm64.whl (901.2 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

polpack-0.1.1-cp311-cp311-win_amd64.whl (151.2 kB view details)

Uploaded CPython 3.11Windows x86-64

polpack-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

polpack-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

polpack-0.1.1-cp311-cp311-macosx_15_0_arm64.whl (900.8 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

polpack-0.1.1-cp310-cp310-win_amd64.whl (148.3 kB view details)

Uploaded CPython 3.10Windows x86-64

polpack-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

polpack-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

polpack-0.1.1-cp310-cp310-macosx_15_0_arm64.whl (899.9 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

Details for the file polpack-0.1.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: polpack-0.1.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 156.5 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 polpack-0.1.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 8238c26eb84435ca3e8891c310f84fca073a2f3d8caabf3a587045d72b5232bb
MD5 81231482054c7a8b9694a9687b22e219
BLAKE2b-256 9d3e3fdfe10b90c5523a0efcd74868aab0ce9bfd2dedbbef8f5b0c72a5776c92

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp314-cp314t-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cefffe7af502c167fbf0a20f821e2a0a0f34124373c413bb997a5db0c7aec53c
MD5 74cdff77aa8815dc13f09d702ac9a403
BLAKE2b-256 e8f0446e2bf293f914a9187d3b18c9f03aa17493a612f37c6eb4088f567384ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 618447bbe2ede6c9098f24c17e0436c1441c4d71a49b428c7bbcb216dade826a
MD5 976bf161d3e8edc53e1f890963d59e34
BLAKE2b-256 6aeb087f87afd365cacce9993da8dd11a5a7732eb76df48e90779a7c8c9c0485

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 dbfadee5b1e1db1e766bd3c4f934c149cf588fa90dc06a16b94adbaaf77ee604
MD5 caa41c2b28d3142066a6b5c7e990a25d
BLAKE2b-256 7f4fcbf40bf1f6c048a0fa22941a31e5ba6d01cf9f0a23afd847d2a1ef5df91e

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp314-cp314t-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: polpack-0.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 155.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 polpack-0.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f3bd74d5f8b4c441a8bd6efbf7ae8d586dca8290a3a64df30b0f824c1e83bd67
MD5 d46805d679ac7307452ac1701c5c0acf
BLAKE2b-256 b3a8f07df7c5f0f6adf9f0f0f13fe29396f2482b1160b327f38b4f8117e663f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp314-cp314-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29256cce09b9e8d916c47c50247ede7defdfe48a2f66121fafef78d25ebd40dd
MD5 763fb52d4adec817458a05d352cccff8
BLAKE2b-256 dd094160362460a49944ea9402856679161a27644603b58030857b4954e8eac1

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 501b1afa2629350245124e2fb9c0a608c06a883286198f951cc953a0a40cd36a
MD5 4f044f4df0e00e6da0ade2e4cfd009ee
BLAKE2b-256 ebe51e9ad3790fef3f43127fcb474bfc30723985d74ba8d36cf849e0be6155cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 24f7fda0992efaf41748d3fdb6206d9d69c3979bb5d34264d477de2b6fabb43a
MD5 95789b77a1bda3bed9039ac0a5b8fb4b
BLAKE2b-256 68d060d0d43627d17d6a92dc2e877a612965bb4c747a2944fb3542332c0e5da3

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: polpack-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 151.3 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 polpack-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 abc0a2488fd55ea9896be253bfef73004ec00f8a67c61f70eef849cb8b57bd50
MD5 78ff6f9dfd7a7adaf4db00a63f984a12
BLAKE2b-256 8d60eab948e2090fb8a880310216e740a90bf9a53578bd490dcf43b5994eb77d

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp313-cp313-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 889ed331cd138dab221f95f45907f77a9cd2ae4d3d3617b4c1a96de42d50b172
MD5 c8c0010417ed147e5ed978dc64597297
BLAKE2b-256 be823c234fcdf181390ebe717c0b9d5de14a6b75aa308a0f29e3654885deeb8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a00465d6952b71207a6c57c5b130f5f1b341854db875a67cd240b5297abe4006
MD5 1e78839684a422faac1aa7a0f4fbf720
BLAKE2b-256 1fe80fd3e0a5c02a51045348fa07eeb5e48c80e50ab9ffe1ef892970032edc85

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8f4e4cd95ee3f06ffa34a9dd2fbd4a08f9933b2689c61efd563809390e2c977f
MD5 a4da216d97da1564fcfeb44b4a1570ac
BLAKE2b-256 e69bf7e84ac4a39e70b8c0135a5f9974c7d4142fccc4ebf778b572255a841271

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: polpack-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 151.3 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 polpack-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9546783709da506c9626a5acc653b0cc762c4b17180e1bf3cafc679c0156f048
MD5 432366d8553e27d853ca87a84cf47543
BLAKE2b-256 3d5d2ca91f079bfe0ae3676adfc95004cca2d1aedeceade68c6e139343a8c31b

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp312-cp312-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8836d8ddaa8672b3689ae7fcd5f32dcd4c4f0f439d29bd97e84b69ec46f7b7c
MD5 4caa0f022900978e4d3a0e7ae71be4ad
BLAKE2b-256 de9cf5d65af730667ef984c5a16414b5206a0246eb98ab494294ad18d3c14d24

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03fdd5b542a5112855381433f585054bdcaf474cd851a438e473e01ed9bc6c81
MD5 9863f4d7c1ca1ee0f871038954c416c6
BLAKE2b-256 8796e9033917c0ef38ea01310ebe47795dfadaa2715aef43c609dd491cced944

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cd28757bab01f356a907c12902d39d5efe22e7bf51391e0ab9345708719d42c3
MD5 5061f5a8e0a311a2d9688da85b20415b
BLAKE2b-256 ac9e07c4f6bb2d276e6f2281d5c958d971dcf4f7a5a4192c160ed18f66722e7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: polpack-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 151.2 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 polpack-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 302b938ebaa06534ec11ce9499f666c99a6734b4a039dbb1a31b948f6e93f4e5
MD5 026f7313478328afeec4947fb668beef
BLAKE2b-256 0f93e6f134ee73d980d43a538474d200baf8f049267fb58492ddbe011b7239d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp311-cp311-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fdace711f024cc3d56d7561ff9689644dee2d1966cf8b41a7915f9bb368784dc
MD5 21fc37b990e59b3803c65e40611c3ec0
BLAKE2b-256 464eb1de0a1c00c0d40c9609044dba68004ccf0ba82ddea4436a7d911a8c1340

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d75cec702b09374ff7e278795c458c8097906bd3af3f1076e8f69356c9eb71da
MD5 d1308be2c868d7e77c6e3976175d1cc9
BLAKE2b-256 f22569cf51edbcbdbf05d6c7b0578c3d8810d248be4db58b05f6e54db42aec97

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 bfb2b7c30566d5dbcb6b440e15d22cf46675fd2638f5c5f4e7a80067f7aa45c0
MD5 b01a3d7ba930be4717fdea62cef3e252
BLAKE2b-256 991bc1d50e5fe5e6b71984d5cc0f41ddaafc44417c41578cca70d573e2cc6816

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: polpack-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 148.3 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 polpack-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 931cda26f1837e4ee74423fc15fa40785320b16ecd8a915a30b1bb14baefffc2
MD5 df5248dab0852ce8204b569da002f31d
BLAKE2b-256 89186ebfd6e5bf4c51e0d1a81c16fb71a369ced71f0b7eaa2835b5c268951391

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp310-cp310-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 322dd22936be6bcbb960426b201ba81b71dde4c1146a3d574ca17b5bfb89ba14
MD5 16a3ec5055947cc71a9810f1004f8c76
BLAKE2b-256 a1730d8620f3e83f8da343660a29ec29ecba55444df63cb9653c2b49ae808733

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b1a75002b223ee0a096f534b5134a540734b3df08913f0c7087314980e0c68cd
MD5 eebc0b15c955c7ef8168b622388b2f49
BLAKE2b-256 09816a134fe9dbde66a73d4060e735114ffef6f46900fea3fd8b97a912af54f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/polpack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file polpack-0.1.1-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for polpack-0.1.1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1109a9bc22c242c5f9a5727373f7d3c0dfd3c18577da96b157cb2353ae321134
MD5 43cc0987ea297d441c6ea8dc91b2cda1
BLAKE2b-256 dae93d49b512a6a8bf87aeae23d34cb6202d6996f370bdfdfefe6e375093cf87

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.1-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/polpack

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