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

Uploaded CPython 3.14tWindows x86-64

polpack-0.1.2-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.2-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.2-cp314-cp314t-macosx_15_0_arm64.whl (902.2 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

polpack-0.1.2-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.2-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.2-cp314-cp314-macosx_15_0_arm64.whl (901.2 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

polpack-0.1.2-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.2-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.2-cp313-cp313-macosx_15_0_arm64.whl (901.2 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

polpack-0.1.2-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.2-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.2-cp312-cp312-macosx_15_0_arm64.whl (901.2 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

polpack-0.1.2-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.2-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.2-cp311-cp311-macosx_15_0_arm64.whl (900.8 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

polpack-0.1.2-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.2-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.2-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.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: polpack-0.1.2-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.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d5809855e553879d295b8cf7ea56359aaee8f1f69ba3fdda383438208f1a6e46
MD5 087a08bcb2021dfa0bf15287c19be3da
BLAKE2b-256 3767ef1908ae30231ce9b24c690bce6d660e6422d5fa64f7b32c19924f15cf4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb12373a43a48160353298b19487c3aeb62d188021acca23f7bbfaa4688ae9ab
MD5 f29601df88e472193a53b7e8505bdce6
BLAKE2b-256 4c0407522b92751b9142052c8960c5bd006e881892fc23f3919657878764d0a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 005de82bf86f6c4dcdb55cf794f860443e55cee3569f67a4e066ce8b2f607a60
MD5 09efd2264535a41f66d1fe3b44bf1daa
BLAKE2b-256 5a22726243921a19fb4ee03aed874ba008b21be3fd0c206daabed209412549ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1c6d4e9289caa9eeeaf533fef2cc57f6ce7cf0b2081d25477f6b0314f832fa0b
MD5 6831b9ba126ef31db7add96b2ee0d227
BLAKE2b-256 767c2183a22855d015c1dddd3d33b3e6983de6c44cfd43d3afaa27534d6a0c7d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: polpack-0.1.2-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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 34005618cadc57761f13231f8d6f8739f3c05f2eeab958831cb366de3ed1b674
MD5 8c7b376503dcb3e527076a7bcaf886e1
BLAKE2b-256 450f189a0883c7c53869c49f529005d24d9658ddb302d4a865e98868b45577ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 62044a0d67188c1ca0b96d864684e6ebfada99cedd066f08bec34c6ea5b2ff29
MD5 d106485f457caae57e83f47c8b5e6f3e
BLAKE2b-256 9981a07816a827c38c989710d0edca43931d1a5a60f40fab647b1a4d475b4a29

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ebf58cb88caf64dba25a953ca3655323defd4c5b8729fbb249076bbd0ecb7720
MD5 af214619a01790b43796476357b300f6
BLAKE2b-256 6f16aa2b911733cf3b31f6570b120bf8a0d952f7a1af2ab892dec066775877e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 2fbcde2654b5f6aab57406b4183157578e684009d4fefa7585b4fdb129fea5fc
MD5 00777d5b10e66116f2a90ee7863c2af8
BLAKE2b-256 bc6d251e5816054947944e9c0ebe0da381d2545e36ae84f116e826b14a490dc2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: polpack-0.1.2-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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 38b11c057c47ce0bd21d2b4d1bf02db5d77c957b6c54ba95b7e91316f6b2a295
MD5 9cac0317d48fd27c0cd2049408519e2b
BLAKE2b-256 4281f154cb1a5ea748ee165e645605433b59a5622ea7866229aa35982401476b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 380bbbb7b0c56ec95e6e6864a5d2a41b8b89ddd98e52b527b3159b5c3ba6034e
MD5 05b43325f13bb9b16efb6ade4e9de264
BLAKE2b-256 dd87038ac297d54135ca875f6e634d0197090bcac8ae4ec3cf3eb18fffc8576e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 29e59a6964b6acaaea4781e9a713a4b6162085785176b8d5669ab93bd68e7063
MD5 a3b41cec3e511f73fd2d1db84cb5e421
BLAKE2b-256 c3ed53c6e8cc59a00d49646f1b641644584e16f4ff27d9d747f96e8ab05a20b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e6865d1b8d9c619cf08f2533e0989de6480c71ae06bcefeccdbc9b701ba05d0d
MD5 57d99150b0e168b50d6fd02ae45af138
BLAKE2b-256 ae9750093fd6d3ae65a05795a3d47c20b76d4536b56993f2bc552e1d8825f686

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: polpack-0.1.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4e2c5bdcf8a3190238212844917ba8a0e5fb7782ed2d33987435929e22a4fdc7
MD5 fc39f5f04bccded20d52aafb5eb4d57c
BLAKE2b-256 f40f165592a67b2562269e56b256b47687be05a88a0f83a707504768d123ead7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4d38fbc0ce865891d982000c58ee7abc41145855f59d6344df9268ffd5646a5
MD5 3953f206bfb09054ce52ae533ed5e120
BLAKE2b-256 e5069fe853bf6178acb86f375263664c82398e6eb62d8682a66db67c6c2edaf4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 90294370a430dfb929f41dacc6ccfa80b03a2d1a5057c32d14377c0650e170fc
MD5 e6eb44381180f0a96174a29856829076
BLAKE2b-256 6d5cfc2699ed5e94449adc09a101a8b49ec51a4cf6e0601d8d348fcb8de3bae3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 298e43a22b5e87b3a37e472f961487f868df686dcbe2bd3689d578e6e0692454
MD5 e5fd479175ce36a69f534c32bc294f02
BLAKE2b-256 8e5d52d69ee56b32b569ec5db151f2b36f5ac4c1fc8e025df29582ba809c6d88

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: polpack-0.1.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3c8ea4f4d9af97d44b3a75f7594afefa1ee0bef6523b6f52f2aa856b01582075
MD5 8c6211b793739361d82c8e13eb615cad
BLAKE2b-256 bd8ca945e00e649f801914dec3a08cf293ec421b2e03b8ea76f664aa1797d07b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 84a57e180cce64b4fb3985310ceb922cd2dcff3cee6aa26b9933154601c64308
MD5 82567f1647091d509533b0fe5b696c5d
BLAKE2b-256 d6e4199b9f2353fcb1a46afb0dcba89a8a7c4c689bcb7912549cb1ce4e4f3a0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 897fa769860e8b9896dbdec2e2524c4dd016ca60c125040aafb5e4d31ce10058
MD5 bab1c1c58fcabea5c8e836369cec7575
BLAKE2b-256 6ce511e263ab69bd40b72984d05a51e49522a9105e1b9d6ac8f56443b40c3def

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 23ee2a1e30019d5318858a2343d9dbcf711c89a22c1bb3eed7ca974dc9238eb6
MD5 fee516cfaaeaffdae9e6dd400753cc80
BLAKE2b-256 2564168dc8ee8cc699d321bd50fdcb67ef2f6f7ab9e3e69ca56df1d2bab78c1a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: polpack-0.1.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 54cec23abac8339ac43eab52470ea71c2acd14c6f844eb5509375b2767bb8486
MD5 9f96f577c1c537a9ab8db67389862680
BLAKE2b-256 3977b083036c10aebf6f4f00b177167df304d565f139f08266576fd566a5e253

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31983d31faf40a8586e65f5fe39c532759e1fe48525a656996cfa0d13fe4d373
MD5 652dffd5a3ea0c1d5bcdfda23396cb58
BLAKE2b-256 ff408b5f3eae8177f52bb99984e6e96f02ac00db57b12ec5e3bff4d74102437b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ca722183a80c4f38b350722a2057b72a06a0362c7711ba3549809b67be1c69e5
MD5 99470494f1a4817c20a79dc7249f79ba
BLAKE2b-256 1423bc5bdc97df19f586f92a8207f98f85572787e3f0327d0a98ec18100c71af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for polpack-0.1.2-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e340db9ef57eb6b8686727a9fa7b3b1b1861fa8d44fd1fa7f34aa0e82ddbf1dc
MD5 978ed35a14a0088619c0708041083dda
BLAKE2b-256 532c702150e2359cf20d912c813f457c8ee58e7142cf8106d774221592a65c05

See more details on using hashes here.

Provenance

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