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

Uploaded CPython 3.14tWindows x86-64

polpack-0.1.0-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.0-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.0-cp314-cp314t-macosx_15_0_arm64.whl (901.6 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

polpack-0.1.0-cp314-cp314-win_amd64.whl (154.5 kB view details)

Uploaded CPython 3.14Windows x86-64

polpack-0.1.0-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.0-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.0-cp314-cp314-macosx_15_0_arm64.whl (900.5 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

polpack-0.1.0-cp313-cp313-win_amd64.whl (150.7 kB view details)

Uploaded CPython 3.13Windows x86-64

polpack-0.1.0-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.0-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.0-cp313-cp313-macosx_15_0_arm64.whl (900.5 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

polpack-0.1.0-cp312-cp312-win_amd64.whl (150.7 kB view details)

Uploaded CPython 3.12Windows x86-64

polpack-0.1.0-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.0-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.0-cp312-cp312-macosx_15_0_arm64.whl (900.5 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

polpack-0.1.0-cp311-cp311-win_amd64.whl (150.6 kB view details)

Uploaded CPython 3.11Windows x86-64

polpack-0.1.0-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.0-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.0-cp311-cp311-macosx_15_0_arm64.whl (900.2 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

polpack-0.1.0-cp310-cp310-win_amd64.whl (147.7 kB view details)

Uploaded CPython 3.10Windows x86-64

polpack-0.1.0-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.0-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.0-cp310-cp310-macosx_15_0_arm64.whl (899.3 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: polpack-0.1.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 155.9 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.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 edf9bc2fabf1e4649cc13c557e2bd5c130f2358c9f839fff2e0a9a50593d2823
MD5 d7e9411b58650a15c587e190b45d844a
BLAKE2b-256 4b6677edee0ce4105f80341eddd710d54d97eae139a229eb241b9b5b869be232

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 022742004c078dbf8aa9f1c899577fbe01acb1c5e027e5337fb711987399f9c7
MD5 1e653b750c00dc06b681a968ddfc5f49
BLAKE2b-256 76aeafd7a926f728a866a768e8ae18d186c8d571ef726059d95ab9decac5367f

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9403dba1bf8217702191bfdc7c397555021cb028444f9b058ed4a4d6a24bcdee
MD5 e4cd3f4f5808ee0296b5b46f01fa6ee0
BLAKE2b-256 b091487ddd0cd52537ef7b23b6bd0097dc74a1e88f32828026323fded258536f

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3d8d48db8e5b71f7afc02b0512c675e25334e7107e63ae2b2bbd6d87785e7987
MD5 6c03ad3a3ee996977ba18f87a2a53978
BLAKE2b-256 85be570dd6bfcd0253429b2e8ac2c74e75e03f8c2d27a2e314400059b0324a9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: polpack-0.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 154.5 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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 70e6820795ace983682e5b6e8ec9ff44f7374be77247864f5bbb3250e2acea95
MD5 c232accc639a9cff7f9a5fd4b18c78e6
BLAKE2b-256 318a9230f3fc71b876bc80c0da72a9ef955710715a7d040baa6f415e41041b35

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09c6f3c0ab99745dc0758662d43df09f2ec85462205f6bb9be03110afc5c272f
MD5 78cad261ee8fb32ad9993bc1b998e952
BLAKE2b-256 cd4e2ba0187412a66e78df8acf53b1e87cae5b4dad9b51ee6c0c5b3b25b0927e

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 133ea3a07ed361c14454144dead380873a7cc6b9c9ec0a7da3546cd8b5c7c248
MD5 8ce4014420eff883daf6231d454e4414
BLAKE2b-256 36b51aa5a8ded3caf92c9a71bc7f2ce0509866b9459877158ea6f35377a8e655

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ee14eaa54523c43e9f558675975036badb7ccc32de6dbfdf1ddf30e972417f20
MD5 7c821b0f081b43c06987f29af15811c0
BLAKE2b-256 5c91658066ffc2a6646df7f1b956c46c073cc08ab98fb223744a2a1e345eaf50

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: polpack-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 150.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for polpack-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 522907384da4d63bcd079345a359c318dd5594bab834adb9c7ac4c1e0ca4013f
MD5 f044af0fd98a11d303f97c685270c162
BLAKE2b-256 0c36ecdd673dff9e5f4cfea2232b87024c056cd0e202d04b9d96ff19cb426563

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9c10bf9bfc39129c8ab12579cff12575bb53103674105e6bfe630dcff9a9164
MD5 09c4079b8c47f519a4aab71590599b46
BLAKE2b-256 38a626201a078d3c82755b4f2b53d9c97a2bef465210577e2cf69258c87ef543

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8bf047cdbe40a57f24cadb53609783b5b6b99f468825cc66ad083b6e902c3018
MD5 922a935bf3d128fe680a5da46a558552
BLAKE2b-256 a31cbd6b26e6098f666fa4abc178ac746f0c5efb54132af13c968f743ba2755c

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 db7b047f03dca434974678a37f0495387d58135f162598f1c6ddd2db9064ae37
MD5 a7fcd8f45977f876c6d85aa57417aa4e
BLAKE2b-256 5d78d3c5f78282d5cfb40c1e22821dae761a70e2baf7eca91fea1497fe21b2bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: polpack-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 150.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for polpack-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 faaea3b2c59088bad790040ba2e1654d4577b7395535b8fd1b5c260e7d1f7c5f
MD5 0e97026deaed203711ab9d1acd29ac85
BLAKE2b-256 84b5bcab604fe1d508cdb4ebbc3f7bc8eef16c91aec5d5ba83c69b4139328c7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7aadf9c562a958f85a1db165b0e2a382a806cce0e0bfb8b8ea06df57a913a8ad
MD5 4ad62884be9841978b29d3c63592bc29
BLAKE2b-256 7c1d8f98659f7ef422f16cc89ff324223e52515ec14bc2c45821c21fe7194545

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92ed8b63949be31976bfe9005d65fdf2c7f73996cfed88e60ab6a7360698979c
MD5 909ee1f9fce81fe066fc89ed58f0ae07
BLAKE2b-256 991542f92e7a5f579939f3f9d5af652f19ccfddfda98b2a5efe126be9ee40ec6

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 44d934256e2bb2df1906ae9f5a8acd7860f1fc467ca1c2d9ca2bf079c0864570
MD5 3397e1a6caf4564ceabcfefb8b3360c1
BLAKE2b-256 ca4053a0d4a345f6ab5958d95b2e4532f2959063c4c1dfa3a567813c471b8f4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: polpack-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 150.6 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 63b407b8e4432c77b1800f92d52081b3979f385279679dd7faecb6835c46b758
MD5 2e4165a82abfdceb635900a221897f6d
BLAKE2b-256 ae67c694e2014ff5eaecf7f6cd97fda7d051b6fda618d3e5a1a2945b31aaffa4

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98482584227904c36ee704562d4390850eb869f2b75b54819c5d265ec0f2eb70
MD5 f87bbbe1c688a94d4b88bc805f9a7458
BLAKE2b-256 f89be9fc1c776c33f7a8eab7237b6ba33f865d5c9a9ee355635c8c8022bfce5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8a131e9ea2da996f5a5722a0ca006e8e999a9b58d04219fc108d3f23f02c46eb
MD5 3e228852e9b61d6a018d8dde97620588
BLAKE2b-256 05fc563f1db73018c8647f87cc1d9038e0a74a1bdb2ffab87f134efc56313773

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 28dd506c571debf558cfde27cbd7286ea408a83efdbb788933f72f133890f624
MD5 22a03b54392ad0454eddf53219ede1ac
BLAKE2b-256 d9cf7d37a0e10254507f30807ad6d3284ab7ea044df82eeb813316ffbd5d224d

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: polpack-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 147.7 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 65c711af5c837de5714515a2a0b380ea9142d78ba08c208b532cc92ee33e6b88
MD5 1f93d8225853a03bb1e92329ac865f74
BLAKE2b-256 4569172d0ab5f0dd7aab29dcdef6183f9b06eac20c54a992eec6b0305788e52c

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49a97b64cf6c465183260ae88e46adc13e9484ba12b37f3d9cd9ec32de30dbed
MD5 c4f50229e19051fa80287bec93dda6c2
BLAKE2b-256 ae9448a61dadbaa2d0f2377a9828dfe34cb8a29ff48d01588cea5f4760db83bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2241e269a8b59ef34709056a98e12b9219cb143c560ed50765a41cbabb30b63
MD5 471c6ae23b4d265e4167eeac6d6defa8
BLAKE2b-256 272df21fa940ca8d14ec3b592deb1c6fb36d8353d7d0f875c2d0d5fd71d5bd03

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for polpack-0.1.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ee269e79029e1f41c9cccdacecfe5949d8e91b8822dbf634525c2058c1bb00fb
MD5 740739cfbc85d01f2e333512a8f1e43a
BLAKE2b-256 af80f132dfcdc90f7d28c037aebf4cf8555c9340500c1db4ab4031436ef95ae7

See more details on using hashes here.

Provenance

The following attestation bundles were made for polpack-0.1.0-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