Skip to main content

Payoff-Driven Stochastic Spatial Model for Evolutionary Game Theory

Project description

piegy

The package full name is: Payoff-Driven Stochastic Spatial Model for Evolutionary Game Theory. "pi" refers to "payoff, and "egy" is taken from "Evolutionary Game Theory".

Provides a stochastic spatial model for simulating the interaction and evolution of two species in either 1D or 2D space, as well as analytic tools.

Installation

To install piegy, run the following in terminal:

pip install piegy

Documentation and Source

See source code at: piegy GitHub-repo. The piegy documentation at: piegy Documentation.

How the Model Works

Our model can be summarized as "classical evolutionary game theory endowed with spatial structure and payoff-driven migration rules". Consider two species, predators and preys (denoted by U and V), in a rectangular region. We divide the region into N by M patches and simulate their interaction within a patch by classical game theory (i.e., payoff matrices and carrying capacity). Interactions across patches are simulated by payoff-driven migration rules. An individual migrates to a neighboring patch with probability weighted by payoff in the neighbors.

We use the Gillepie algorithm as the fundamental event-selection algorithm. At each time step, one event is selected and let happen; and the step size is continuous, dependent on the current state in the space. Data are recorded every some specified time interval.

Analytic Tools

The piegy package also provides a wide range of analytic and supportive tools alongside the main model, such as plotting, numerical tools, data saving & reading, etc. We also provide the piegy.videos module for more direct visualizations such as how population distribution change over time.

C Core

From version 2 on, the piegy simulations are now equipped with a C core, which makes it significantly faster than previous versions.

Examples

To get started, simply get our demo model and run simulation:

from piegy import simulation, figures
import matplotlib.pyplot as plt

mod = simulation.demo_model()
simulation.run(mod)

fig1, ax1 = plt.subplots()
figures.UV_dyna(mod, ax1)
fig2, ax2 = plt.subplots(1, 2, figsize = (12.8, 4.8))
figures.UV_heatmap(mod, ax2[0], ax2[1])

The figures reveal population dynamics and steady state population distribution.

Acknowledgments

  • Thanks Professor Daniel Cooney at University of Illinois Urbana-Champaign. This package is developed alongside a project with Prof. Cooney and received enormous help from him.
  • Special thanks to the open-source community for making this package possible.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

piegy-2.1.0.tar.gz (45.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

piegy-2.1.0-pp311-pypy311_pp73-win_amd64.whl (63.9 kB view details)

Uploaded PyPyWindows x86-64

piegy-2.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (65.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piegy-2.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (66.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

piegy-2.1.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (61.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

piegy-2.1.0-pp310-pypy310_pp73-win_amd64.whl (63.9 kB view details)

Uploaded PyPyWindows x86-64

piegy-2.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (65.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piegy-2.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (66.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

piegy-2.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (61.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

piegy-2.1.0-pp39-pypy39_pp73-win_amd64.whl (63.9 kB view details)

Uploaded PyPyWindows x86-64

piegy-2.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (65.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piegy-2.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (66.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

piegy-2.1.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (61.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

piegy-2.1.0-pp38-pypy38_pp73-win_amd64.whl (63.9 kB view details)

Uploaded PyPyWindows x86-64

piegy-2.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (65.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piegy-2.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (66.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

piegy-2.1.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (61.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

piegy-2.1.0-cp313-cp313-win_amd64.whl (63.9 kB view details)

Uploaded CPython 3.13Windows x86-64

piegy-2.1.0-cp313-cp313-win32.whl (63.9 kB view details)

Uploaded CPython 3.13Windows x86

piegy-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (68.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

piegy-2.1.0-cp313-cp313-musllinux_1_2_i686.whl (69.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

piegy-2.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (65.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

piegy-2.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (66.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

piegy-2.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (67.3 kB view details)

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

piegy-2.1.0-cp313-cp313-macosx_11_0_arm64.whl (61.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

piegy-2.1.0-cp312-cp312-win_amd64.whl (63.9 kB view details)

Uploaded CPython 3.12Windows x86-64

piegy-2.1.0-cp312-cp312-win32.whl (63.9 kB view details)

Uploaded CPython 3.12Windows x86

piegy-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (68.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

piegy-2.1.0-cp312-cp312-musllinux_1_2_i686.whl (69.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

piegy-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (65.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

piegy-2.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (66.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

piegy-2.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (67.3 kB view details)

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

piegy-2.1.0-cp312-cp312-macosx_11_0_arm64.whl (61.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

piegy-2.1.0-cp311-cp311-win_amd64.whl (63.9 kB view details)

Uploaded CPython 3.11Windows x86-64

piegy-2.1.0-cp311-cp311-win32.whl (63.9 kB view details)

Uploaded CPython 3.11Windows x86

piegy-2.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (68.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

piegy-2.1.0-cp311-cp311-musllinux_1_2_i686.whl (69.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

piegy-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (65.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

piegy-2.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (66.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

piegy-2.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (67.3 kB view details)

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

piegy-2.1.0-cp311-cp311-macosx_11_0_arm64.whl (63.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

piegy-2.1.0-cp310-cp310-win_amd64.whl (63.9 kB view details)

Uploaded CPython 3.10Windows x86-64

piegy-2.1.0-cp310-cp310-win32.whl (63.9 kB view details)

Uploaded CPython 3.10Windows x86

piegy-2.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (68.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

piegy-2.1.0-cp310-cp310-musllinux_1_2_i686.whl (69.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

piegy-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (65.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

piegy-2.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (66.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

piegy-2.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (67.3 kB view details)

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

piegy-2.1.0-cp310-cp310-macosx_11_0_arm64.whl (61.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

piegy-2.1.0-cp39-cp39-win_amd64.whl (63.9 kB view details)

Uploaded CPython 3.9Windows x86-64

piegy-2.1.0-cp39-cp39-win32.whl (63.9 kB view details)

Uploaded CPython 3.9Windows x86

piegy-2.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (67.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

piegy-2.1.0-cp39-cp39-musllinux_1_2_i686.whl (69.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

piegy-2.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (65.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

piegy-2.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (66.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

piegy-2.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (67.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

piegy-2.1.0-cp39-cp39-macosx_11_0_arm64.whl (61.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

piegy-2.1.0-cp38-cp38-win_amd64.whl (63.9 kB view details)

Uploaded CPython 3.8Windows x86-64

piegy-2.1.0-cp38-cp38-win32.whl (63.8 kB view details)

Uploaded CPython 3.8Windows x86

piegy-2.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (52.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

piegy-2.1.0-cp38-cp38-musllinux_1_2_i686.whl (53.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

piegy-2.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (51.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

piegy-2.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (52.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

piegy-2.1.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (52.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

piegy-2.1.0-cp38-cp38-macosx_11_0_arm64.whl (49.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file piegy-2.1.0.tar.gz.

File metadata

  • Download URL: piegy-2.1.0.tar.gz
  • Upload date:
  • Size: 45.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0.tar.gz
Algorithm Hash digest
SHA256 555642585875e409a7ffc84493576d5aace122e40ba613cbba46bbb6454f5e1e
MD5 9b07593f40008c4e84561909596cf1c8
BLAKE2b-256 40ededd8dfab75eee8285844e6cadbb05e3b5b7a65c527934eea3267d058a123

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5b3602df9db8c649b148dc00b20f0543685bcca7ca43b213561962739ac4383b
MD5 8b9acb21b7fd05dfe2d11be2d1810d1c
BLAKE2b-256 8f9fdee590ca874dff59152b2b6286cd02dc1c4eeafbca27c7de130d1d40a91a

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6c7f5a961beda311c98083396e8e7108406ea7d47b21706457f800f60ab1b5c
MD5 006fb7dec645551159ab6a585b6f6fd8
BLAKE2b-256 982584487b83b9cbabfb87fcc1562487bf71548d9f24dc75783554c6c3bf4432

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5c93a7f518eda837a9fa847ce86ca99415b2badbc288251d3ce103aaa330b780
MD5 9b8f2ba1ae5a54cf9579134bf2daf5ed
BLAKE2b-256 7c30d75bcb56dff47edd71b252e31e098425f8f12a9d82d56913a4f50b803dfa

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca17ebc83b2b17410ebd4cdd58b7f24228bc86317479d5b1201f7401e60eac63
MD5 65c52b45a5e8ca00211eebb7f59f614e
BLAKE2b-256 3cd013da0037499c6cce5e705de1879d1a99cfc0e27de2e30dffe24be0b3103f

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3afb424fde6a1b5de2a3d8db5f44de6a29234171bbe8d95c7e8a49bb95f420c9
MD5 6ba0ec249274a86b849fe7f062eb718e
BLAKE2b-256 9a0d89dae9bce9ad0c1f98baa8c0673b0085d204842a2c3956ed45e8df440316

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15bfadb6fdf57e4b77353934e506c811a79212ff425e6f73c557eb20a2da8358
MD5 2f28bd2a06eb37c596ab873021d638f1
BLAKE2b-256 e0ce97e827bceab5d46f8573e0fd282eff1536cb9f213bec6f86a24c67f350eb

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1997a2b250f1e321bc2a28369d166d0314a7ab0477f5fec7ece9cb42d7dec7ac
MD5 e39084cdece987b4cf5d551c49d189ea
BLAKE2b-256 cfb364fbf2b3fc395fd7d7c1267ad662632ecbf5e34d6496d429c77b3bf84c9b

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa838185fb0a7293c2ed2502f8e27e1ab0f311e8b35724553e22661cbc73f317
MD5 5f8da6bb76fbb79f256a9489ebc4827f
BLAKE2b-256 38dcf12c8ff73a87ee7ac4983bd68d07c13590f29cba56898d2391228ce72992

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f52b34db33ce7f57dfecdb1a7572a3941f666badf097aef1982325ce2cce6a04
MD5 e6e70c483fc3936ab2364ebd7ef08b45
BLAKE2b-256 4fdd9c9b1057fdd96015663ae6d959ecbec899b4d462a9b5aad30f71323b23f6

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99cd17cc066344e6a2570eba43bbf05ce28e0e850057b3b9a033cf818e2e0b4f
MD5 2ca70564b2f34251b92b2ee847abc6ee
BLAKE2b-256 63d61f45b50b85bdb1aef23747e375ee20ad0eeacd2e80c7ac887099922d347b

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2acba8c99c2ea2b8853d1cc81513ef897535cef6ca392b9ae066e422315449f6
MD5 b13454cf56992e48c70f5f74d05b1fbe
BLAKE2b-256 efbde655ac8a78f26c0f0d7201aaef65886f8977e3b9a1f8c90854d6b0b606c5

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 093435d9561cd74bd76409877135c568793871d239a60e8d29f7606d6f90b5fe
MD5 e123e65317efcbf9d79b264961e7efdb
BLAKE2b-256 5cab6571c170f1b938e88eb9795540cd66eef2743d4c9b30a0929acad99ac225

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2f00ac4f300009aa6e83617bff66216f1b84141491670eee8f0c74cacbcdb6ac
MD5 b4663340feb4d15d3fd68bfbdb033b84
BLAKE2b-256 65916a8b098579cf613b6f48746dfdc0ddc4dfb8b1c012a5ed0b53468216487f

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87c36eca35a869ff2dda248b28454b260faf4d0a60fbdfb19dcb6174391da257
MD5 d96e0eb602dffd9504dcc52a9fd546cf
BLAKE2b-256 c4171210320bbf4fbfb4c48e801071d1b40f0a96ffc12d56e8b3afd66d82a673

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef6a606084a9cd1020a575f358a595830a487f3fca0770963f817e5c945d451e
MD5 4a86d22e314819bd32694dde895e4762
BLAKE2b-256 afcec55040ffa0f087108f41de166cd6d6e762daa9117c1795304ac9426566ad

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3a82806f117d330953e42ef1329093b04ce0b5823959db56aa784fc450bfdac
MD5 4a7d2a4ec41c7ebc4b3b192b7aea1fdb
BLAKE2b-256 71fc10977c6d86f45b35e1953c87d7e67df8b405a2a5632fdfcbfab59f9860a5

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: piegy-2.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 63.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c650ce9cfb935ad8fdc50618346f485810d93f325954cfb76385847598dafbf1
MD5 25c2b754cd8379baefc8fc244067561f
BLAKE2b-256 fe74cc881c86b9262901c1ad5e21be6eb8394301af7b71e60c14b9953c4773dd

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: piegy-2.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 63.9 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7a12a4dc3759c5d16d7f1805904905884daa20886a47ce816028865bb22ca201
MD5 5315c47d60296216c2d873b10ec74b29
BLAKE2b-256 e86f4bf6178e085a7cb4655bab05696556de6a2058b47f13af270f74f6d5f5e3

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29a2355a4a839ea5ff2e48c9920bc6149dfae82dd2d3cb240fe250fde8fb3548
MD5 74828c7eeef74941b47e5a21ecae6691
BLAKE2b-256 8a1fba7e97be6c8c99d4051073116bc90665fb424080083a9d2d300e56561a86

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7216bc0dd80d99b62ed28a99bd831f1c0bbcd584e565fb67e80a37c3941b9ec8
MD5 1cfc262226846c6a5aa5890cf3c14930
BLAKE2b-256 a5f0479b9d8c00a88751cf858e834674468ec5d57760721619cd285ddadc8d06

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b0e4cad7e376787307d7e7088d9323f9d62c36241e76cab28b8eccde0a88d87
MD5 6c387a9e9f3565fa551085ba50ba8dcf
BLAKE2b-256 c8e618eb9c2a202fbf8f5a07d2f4de9cd7d150015781b787bc6f1f1fe1408f57

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 71b6c102d74376859fab5af4c232bfdb258953575860d1a7de1745c4a325a3f1
MD5 14d1dad168e2a759a8064c67ff2a7d0d
BLAKE2b-256 ce6eac382e3116faa6eef817e1607f358a5fe1f4804e75c13dbb570298d36323

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 20fb08c9cff00135ed5f96f651b721294a1db9aa7381c8157afe947ecf3b70b2
MD5 9bacf2c6c9b2e0c986aa1c4c1dc7f073
BLAKE2b-256 4fab561c3abb0c0f0d3adec21c3036d4e990e1aeaa9477d017f6f690448ed571

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6a42e4f03d1b4e1a5c44cc6bf31e2b2102e8629d4d8b78211f2e6bb0724b0b3
MD5 5ac492cf405948976fdb8b1cbc5901cd
BLAKE2b-256 18f84e72c02140829371cac72941fa9f85224a9928f96943cac900c6c96fb4be

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: piegy-2.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 63.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a122d11a42ed07fcf6e91ba0e056019c26f848d413ceb2c423bf72472bb7a5dd
MD5 065635aa8defa683ed5c543d4fbb1410
BLAKE2b-256 da6b426bca9f3ef071e1419797ba5da3b5c385000bf989ea8f3c034b5b1be6b5

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: piegy-2.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 63.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 69a18b341085410e5b98bd575aa9e0e190cc40c7a36b5840a5c08ce5861a4854
MD5 31d8ab783eb221b253afaa2cd68390de
BLAKE2b-256 f4795d178a13d975a4b193a4b9b01d536dbf8087dd2e05fa1b224df7f30e608c

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e39a256e8ac53154747bc630f8c0523aba5da5655cac9df3cf2259f4a60cb18
MD5 19d2c28ffd02d8572b1a1c60ac678a47
BLAKE2b-256 f658e7df0f86af6e64fdf8c88d4f243e8bf829f820f484203565a661fd596c21

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 55f923ace35cd6e5932655d1ca0fa7efb08de7ace1075a28e71544f6abd4be18
MD5 48d76fbb0cb303eb59181e2926f7e4a7
BLAKE2b-256 ae4d25635e185a3494b38af37422e7e58cdd5d4eca3f5d58f38bb3bd53f071d3

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8cf50254c249d429c67bd61fc51aa1100f40b60c3636b645eb88632be9a5fb8f
MD5 578b84666b7a94ebe5d8f6f1b9553c88
BLAKE2b-256 4a6b6e16bc40ab1147675909fc8e179fd27777d443bd25e8b8a45af9d1aaea33

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae420317d6d4738a725b514cb69fec82146c045afa868e5456c4e671059b58ab
MD5 378c33098aabbbaed571d9190a97b6ae
BLAKE2b-256 71bc0170280dd512b3dd4582e891dcd73c3eb1dfc7f01d34262e3b32221e24f9

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0bdf81b768409a8f2574820bca60d56f3d9ec42ecbc5019cc23e75d7e722cfc
MD5 e8acc895055c5bb2e025fd68ec9a8ce3
BLAKE2b-256 3f9f3a439a0edea39d01b948e04464c4bd410d5f9fd281bf81f23346ca4e3582

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce60bc2c52349bff380c8ee1b6d1731a250212be010fc5f9de3416ce325c1931
MD5 09a930e715976cfad225c7d38aba8f4a
BLAKE2b-256 fb67b0ae722fe3551566ebaea9a0a9113485721fbfa88f46ef8e483f8d42e13f

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: piegy-2.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 63.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 338665a64b9361702bcbefbd919367581ee3f4d57b8125c9ee43eaaeb8e10cd4
MD5 ea80f53e3242f94973bf0095a7059d7f
BLAKE2b-256 afa19565d4fc25e5aecbe935a70d72ce9b58e56f4bf6e4e12fb9180b117b34fd

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: piegy-2.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 63.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0d5fb70395743435e54e5e8153be9dc6a67c562863c3bfb9cee1a8815d16d7a4
MD5 56014af8285ccdc185b63a0c3718e2f4
BLAKE2b-256 c3652c841dcf246b902144c5993fca9461a26e8fc75b712226283751f90e3d5d

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0bf9d2ca39459cff82d9ba777268a5567954d93156ef51993ec346458c36607
MD5 8774ba06ec743d3500d6491722aab71e
BLAKE2b-256 eb340c7c38c73c4bba796abb933ededc5ffb51cff3e68bb1b65f67d34b3a3fc7

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 01be30915f938787a55507473c2824ef054e32434ae2ed251497d07c5d913cac
MD5 65ae131a720d87ae6079be7d463ebcd5
BLAKE2b-256 b631a50b5f87db1e03659b9bddfbf5ca0b05ba989af8d60518816bd1e855c93b

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8214bdfd9e9691d3163c71c4ef2f0ef94a4caf6b2fe06323267d3947c9d1db9e
MD5 1a7365789c2c1a8721548b6b2b7a5576
BLAKE2b-256 7e30bb1e5dc0b859e7fb9d25115f5ce921ab3cef371009d70947ead35f27f90e

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 74a21c70917507567d4a14b44730a62afe9c028b76d1f3f13581660ddd288d47
MD5 b8b1678739e4a5ba5f204b9fa65be050
BLAKE2b-256 bbea55733989fc03ca5cd2b9be4c1b41b8c63ed31310db69f85f65834743fee2

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 02165178ecee5cb5253c0d196ea407e0c5a4fd900a48bb458aaad45225fb0db8
MD5 08c6e00c77a95e3a97cd7fd7d372374a
BLAKE2b-256 8cb778c2250fcf35fd1ddc2dd85f42e7422d7ceabe6aa67cf92c48a75b9cb586

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31eddc507ed9d09e2f2a9c7272b80acf6a8d300f3a83faa107996ac902656512
MD5 edfdb402256ab49c6fb7cc41db24dc7e
BLAKE2b-256 890ad90625c3334c631f879b3903c2c94008b045942e4366b63c29271c30e702

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: piegy-2.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 63.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5917a58451a26cf036348c29b759528f27e9d834cfff7900ee39ae00f363ee57
MD5 0ae9ea23930c053b02e0f4fda8be53a9
BLAKE2b-256 7dd9028b3b4f0a4399f9bc27c0fb0fcbd675d6773ce88612da46516e12ada9c7

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: piegy-2.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 63.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a105ca72382dda13d55b2df78ae1784107d0c0878c023ab9e7875c37f3f2a685
MD5 e7296283e5ab52111cf1cd1b084b114d
BLAKE2b-256 43e99181048c65937edb6d13b6ef701123ee516142e245eb2821d84a1a8df340

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a17356c12931880029d49b3df81d4ffb15dd08c9ec72fa4d408a98269dcd344
MD5 c752984162107c65f49d0bcb476a2001
BLAKE2b-256 9a79af368f37dca1fef5185703829d4fb7b907610b4ea0cae39a0b25d6cb4020

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 faa851e3ac5bd4e463e0b212d62cad71208a8dde777e2e5e4aaf18b7d6297611
MD5 4b339f2028083294706ed995a66ba21e
BLAKE2b-256 1490249f81b2b7aaa09bd851899cf430f5acb64f7d9a047d0c54b086eb8140c7

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea97fb030bea5c587063a09fddb1caa784ff285295eafb60f536b2887a65efa4
MD5 a8fd0dd65122adddd47419d43a9051bc
BLAKE2b-256 ecbcd5ceb4e3708fedfa0b86e80ff2b8f032983270bf1dfcb5f654cef6345f22

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 10a28fab3370c29e5989d19fbc2cfef0f50b0f965d391da4ec922ff8ee466461
MD5 19716e1ff1de8e3145fd79154f0a86aa
BLAKE2b-256 61718b90558eabacafa89d8eae8705e9038bf188e2a40b5dcb6dd842b7c6093a

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8688f6cb5b3d5e60ebddf70240e0b4a2699be26438dda3665e661b3dfd1f1656
MD5 e514e7717417050016a3575ff92e8c7c
BLAKE2b-256 70b42046dd98b667ebe6196a1bb70b99048fe2ea5f381d14486ad082a3d1a673

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a69ad435ebd8ba8860f30efbfcffdfe348c2c898299a15d6b3f31c049c8c000e
MD5 70fcaa6a351e080c0d0de31f1dcc5147
BLAKE2b-256 5baebe23c55978145ab6487aab98d00fdef487199aa470a07e561a231ec02237

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: piegy-2.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 63.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 69a2ec8df925cc94accee80a94d7c7457b01f42aa0e08ba0e40d595bc4ebaf74
MD5 a022260a440f2b1bcdfd03b756be42c8
BLAKE2b-256 81f836547fdedda037225d66b5b1037f8306fdfd408f23d45a3e11824e999797

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: piegy-2.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 63.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f0bbbd20acfd644a13634d1b847cc83ab2aa2091fb95a8641fdc5e84885f295f
MD5 4849a9da615c674df7c33413818a71c5
BLAKE2b-256 cfa1fafaed5ce160d7f94bf0af341ab95361b57a2ca1dc66137bae359017143d

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dbd8272f42db2cf0378b6475fa3d3ce7a240d3e1a955175c4547e871b89f13c8
MD5 11fe8276ccc63b1354c5a01b4446f015
BLAKE2b-256 893a69d48d00342bd3096f5cac968df9ba5d305e610b1cf3bc6298c1676eaf93

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: piegy-2.1.0-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 69.6 kB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7d1a363a7ca530817848bdd124c98ea84cc0f23c9c5aecf5d9bd5d70162c6cd2
MD5 32f5ba09569467909af2f7a297991567
BLAKE2b-256 82654b33b54014b208320c04f1856f40356a078f4366cf923bb73a494cbb98d5

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a28e22bf344abc85c3c43afc7a5028ed4145054015a92ffec61e1fb89bd65849
MD5 c21c52785c47a5917434c3c70b411dcf
BLAKE2b-256 08710bcc42443a7e3a154ae4be1238cf5cfc882cb4e78932c2ee91166c9df909

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1cbab829a6e223ae5bb727b068ca447f4890e76b451dbe868e39c1b4f19f0e92
MD5 e8eaf0b8babca8c0a408dac410a09477
BLAKE2b-256 e3e4f1ff7cc297b37206e4def004ed2e29c90f79a79aa8849a0835efb824ab19

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06924fc447db0f4118abd3845d8491070d0c39eb180d28576c80520265285097
MD5 850a335c73d678896bf41e2bba4a9ec5
BLAKE2b-256 059a346133fdadda14460651ff6d1c6f8babf1688d208791d8e7117774d35a99

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: piegy-2.1.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 61.8 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ba1332ba7cc146636ed2c9caf4f83ab8066ade371c8d11d2e86a17a3030f711
MD5 ac1b54308e2bbb34dbe95a896432dc3c
BLAKE2b-256 e4a97f76823d9477178becde72c9265e79344d5474ec811f3097d0052f704274

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: piegy-2.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 63.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9b76313abec36a66c0fb7e71cdc9b6e85e8aa30ee331823bce5b7f1b4969cf80
MD5 4fbf72d4bedd14443b4489e8ed291a5b
BLAKE2b-256 7b6a13875c545aac66e96abb97d31bb26ee2901a4570d6ec6ad8bf30057aa963

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: piegy-2.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 63.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2db6116a73dc2f694d33369c9897621a04fa7687d6a6fc962a7ef4ae337e9350
MD5 2cb7367160e1e9c8d4a677f1235d2fcd
BLAKE2b-256 10e3663a0568ec38ed06cf518128acc713132bebc6f0a538f2de851f013ee853

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2b789af0dcf1f6f3b157a2ddce91beed5711bf7c9ba745097414ff7b6ede5c4
MD5 50cf7053815719bf092400f7a6360b4d
BLAKE2b-256 5e2572b398f09c4760acd2d5dc23b33618094ea5b8139b91eb24598ac70e7710

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

  • Download URL: piegy-2.1.0-cp38-cp38-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 53.7 kB
  • Tags: CPython 3.8, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 55ea2463e90a42d2088a53988a3e19033cbe2083f4736eaed7f911fea3f55565
MD5 8bae2253d5f3b76d78d45d80345ecb8a
BLAKE2b-256 8a14a1a7ed580c52dda07e8dffeba7ef803d8f8e4d175934138170f522291b68

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45bf42c9996f882680cf2669302364d19a166f7080e0d0b95b89db37c1efb4e8
MD5 f975941d272433a9bccd5e8dfc09d30b
BLAKE2b-256 b0ca24c6b10db1e25a7cdb19bc2d1faba28e321293f432a09016721cf3ff3881

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a00711e96c9708f7b0819a0fddd4a2ecc8fdf968fcc538a0f04d9a6dcd418e2f
MD5 a0f515007c1051be09adbc2ac28680eb
BLAKE2b-256 0effe01e5672f678da15b112959e10815dae968d8aaab8821c138e5d6f855da6

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for piegy-2.1.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 23a6b8ac899cd44b82aebd34be3ec0386843ce11fe421f4833a1d4f6c5c879fc
MD5 e89dee7a66d3950bc9e374d3dce50736
BLAKE2b-256 2e4fbb478fef613023632a6a571fff519d8a44c90458694390716e8aa08c45fc

See more details on using hashes here.

File details

Details for the file piegy-2.1.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: piegy-2.1.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 49.8 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for piegy-2.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 497796821e0e28068efce8c664b8bb7eb315cb531daa116ad91326288a1a6684
MD5 313a97faa3721ea563cd6e291c8388ca
BLAKE2b-256 1acc98cd506e71046337796991eeeff6371a66970c32df6f1899b6e2f1effda4

See more details on using hashes here.

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