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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file piegy-2.1.8.tar.gz.
File metadata
- Download URL: piegy-2.1.8.tar.gz
- Upload date:
- Size: 60.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95270936c1fb0ae8e38fe23b33c2d1d15820464a0283b14f0875d086f16be633
|
|
| MD5 |
1927392e8ca00e7c8d1be2c34923148a
|
|
| BLAKE2b-256 |
f82b77e252f03d6b664b8fc2b2f4fd718e433e28c3fea934cdd104bc4048423c
|
File details
Details for the file piegy-2.1.8-pp311-pypy311_pp73-win_amd64.whl.
File metadata
- Download URL: piegy-2.1.8-pp311-pypy311_pp73-win_amd64.whl
- Upload date:
- Size: 77.7 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39eaf600486cbff3ba21c381a7ede76cd4e1d96d45f96a4c11ceb2499afae4b9
|
|
| MD5 |
6bdc965288bfa6a9e900fcb03b1a3982
|
|
| BLAKE2b-256 |
c8b311797c98df73795309bbe3c0d2c02ec50ff48af442acddbf4c0c7e807143
|
File details
Details for the file piegy-2.1.8-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 79.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0b4430fff9c9359af86f6762845262b21b0de112a347ea0ca3e19946f82df05
|
|
| MD5 |
98adbc4ce0660b94763244335d558d6d
|
|
| BLAKE2b-256 |
701f8c49ee720b519204c34e3c60c8c4edaacce4e6f0f094686e03b497df2939
|
File details
Details for the file piegy-2.1.8-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: piegy-2.1.8-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 80.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9102e99974189d95b063211e78a4b722b267642a64c87416b92de297db04394
|
|
| MD5 |
fea38a616226c6dcfbd924ca2705858a
|
|
| BLAKE2b-256 |
d434580aed479eab22d78fb054831827c31f42386247efd807eb469df442923e
|
File details
Details for the file piegy-2.1.8-pp311-pypy311_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: piegy-2.1.8-pp311-pypy311_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 75.5 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c853c04d2557be730a640b71f938afacd7073d7930f812768c264aae28ee026
|
|
| MD5 |
6c93faf8e0caf839db19a6e07f3c5b62
|
|
| BLAKE2b-256 |
d083e1141fd9c99d68a73cd725991154c20249ae15dffd6311d91df1df7340a3
|
File details
Details for the file piegy-2.1.8-pp310-pypy310_pp73-win_amd64.whl.
File metadata
- Download URL: piegy-2.1.8-pp310-pypy310_pp73-win_amd64.whl
- Upload date:
- Size: 77.7 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c66f0aaea96be07e7b6232ffff9af7f6c5e515ca26231a6a842bf050484da0e
|
|
| MD5 |
71fbae463b275fbab2bb5259bd479c68
|
|
| BLAKE2b-256 |
e66a74dbaee770ff829f1016292f81ea23b6938c3c9232a298428dc3870b3922
|
File details
Details for the file piegy-2.1.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 79.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c15cd049c6bc035f119b12cc240cd661cf6ac7e6824a91b5593494287b9993a
|
|
| MD5 |
16308fad5701a5903dba57d09121b340
|
|
| BLAKE2b-256 |
2e6a8838cef91f62def4215afd84224ffd24bceb42bdd074e417632e287a1fb6
|
File details
Details for the file piegy-2.1.8-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: piegy-2.1.8-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 80.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e51c912932eeff90c909c3b3b663e028cec3d01fe2a57977121b9ff431e9fca2
|
|
| MD5 |
72cb96814c1eed709354587a7a3ed0bf
|
|
| BLAKE2b-256 |
3689df1610e006fb65005609dcccab662abd4dcb79a1c982400cf0cf69e56e2a
|
File details
Details for the file piegy-2.1.8-pp310-pypy310_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: piegy-2.1.8-pp310-pypy310_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 75.5 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1b830417cfa88d4eef925c448a6237002fcab80176359a70a4ed34b8ec183cf
|
|
| MD5 |
abd46475d8a394aa3b8b3f707fbacd28
|
|
| BLAKE2b-256 |
6237b18ef27260e919791127f4d175d0eff98bc58ad18201206df1b54e92fe70
|
File details
Details for the file piegy-2.1.8-pp39-pypy39_pp73-win_amd64.whl.
File metadata
- Download URL: piegy-2.1.8-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 77.7 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
563c34c59ba5fea106fad29f692ee2c7b19fb8e170eef5bac8dbba2d0db5d95d
|
|
| MD5 |
6c70a84a5038946dee75adc0abf0ac3e
|
|
| BLAKE2b-256 |
bcbd79e36ca3c2d29d17f41460648c365730b38fb7d7e1deb2a6a6d6d138991f
|
File details
Details for the file piegy-2.1.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 79.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
652d11eac901332aaf9f12204ec6a65ebb15be92a37a0aa76ff106821c31c9cc
|
|
| MD5 |
a3af5ae716fa030ced6c26f557772921
|
|
| BLAKE2b-256 |
2a33ce9fb909df8d1edad3a6b91045a2e2cb4312d2fd98abf03207e691d1a635
|
File details
Details for the file piegy-2.1.8-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: piegy-2.1.8-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 80.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86cf4a217750ee6dc7a405765a8227da7e98f1ce4d9278ea6699bb8200f2cb7a
|
|
| MD5 |
fc6322a4badda1f86b71818dd20a2a5d
|
|
| BLAKE2b-256 |
1bd801742fa1fd4b0b2159b2051fa52bd63d3d0b6a3f4aa8139828021fc979d8
|
File details
Details for the file piegy-2.1.8-pp39-pypy39_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: piegy-2.1.8-pp39-pypy39_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 75.5 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3247a016c12ff8ed18f39b47ecb993b6f4b62af89ea765c544b69c748a85993b
|
|
| MD5 |
18c1ccbd469a381465b9dd14895f654c
|
|
| BLAKE2b-256 |
429759efb24d5b61c9376d803841500e0363e25336e6ba1e23c485d7f96b4640
|
File details
Details for the file piegy-2.1.8-pp38-pypy38_pp73-win_amd64.whl.
File metadata
- Download URL: piegy-2.1.8-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 77.7 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
312c03a0e6dacf9defb376bd81c10d05a092a7c829a95bb740221eb86458ed5a
|
|
| MD5 |
9284cb346193e33e1f2f7cff04d51e92
|
|
| BLAKE2b-256 |
bd24ae7eb7125f3454d3f716a8f3650b614b88621e3436b18f1f1ffc9c023a30
|
File details
Details for the file piegy-2.1.8-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 79.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbe3531b3d9b2aab5f14583bdc29b265d3e01315e60a3449fb11afcb2bf6af0f
|
|
| MD5 |
b8b401e97cabb678ec3f7265bd74a03d
|
|
| BLAKE2b-256 |
acadd6ffdabccdce61ace5313224bfdcbad7741f745c8e1d11c0107623865d2f
|
File details
Details for the file piegy-2.1.8-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: piegy-2.1.8-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 80.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b84b364319f84b9c44f7165bd8a770493eb8a30869c270e2aca84532334a671e
|
|
| MD5 |
149164500097e21282d0d285648f290b
|
|
| BLAKE2b-256 |
d60a0c8511ba8f6ac3d1210164489a0410bb372ef7f45cd9c0e4c086f96356b4
|
File details
Details for the file piegy-2.1.8-pp38-pypy38_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: piegy-2.1.8-pp38-pypy38_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 75.3 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b96ad0eb37c544a25a6dbe2409877a600fbdf868d5c395059e95efe8253e3170
|
|
| MD5 |
d52e198a9a83cc332cf5ddf2c4b0f0df
|
|
| BLAKE2b-256 |
90c7e214dec02c72bdc1067aa353c0e7b5e6f5cf549166cc8be1b0675f86bb57
|
File details
Details for the file piegy-2.1.8-pp37-pypy37_pp73-win_amd64.whl.
File metadata
- Download URL: piegy-2.1.8-pp37-pypy37_pp73-win_amd64.whl
- Upload date:
- Size: 77.7 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2673334fa5d7bf43a43d1ddc521954c0d3c58c7ef9d673ccc6376853553815d5
|
|
| MD5 |
5b551f31253ff997c5d54169fa4ddd8c
|
|
| BLAKE2b-256 |
96ceb5b33f048f471fcc8e38007fe0ceddecd5842cf1a60ba1a75909bc1c04de
|
File details
Details for the file piegy-2.1.8-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 79.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a785fce06c1aa1d296ae7a6cddb9d4ab7fd06bfd9e70985ff8884e3f1210ef9c
|
|
| MD5 |
76ae59ff5f7c42f8ce1f3aacb1cf172e
|
|
| BLAKE2b-256 |
670ec6c3445da09a4eb873ac2183e732c1e20dac57e2414180516f527bb6e4a3
|
File details
Details for the file piegy-2.1.8-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: piegy-2.1.8-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 80.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86bf9678f17ab1789d5db3665983771059416eaedb260f7064fb692c9530d107
|
|
| MD5 |
c846df0852186c18778674934b393ad1
|
|
| BLAKE2b-256 |
e34d73d547d89c781b3e61c389a38763ab78bed0a7cc834b86e6060cff2b7f7f
|
File details
Details for the file piegy-2.1.8-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: piegy-2.1.8-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 77.7 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4ba7e2e2f0797870be26cb963ad25f48947f608055dc97359830b332bc9d9d4
|
|
| MD5 |
6158223d4bc3d01ec094f5e7a297cd46
|
|
| BLAKE2b-256 |
ee38e823e14b5f72c5ee04edf9c464374d01ba20c8084e17cc04e7e5176fb90d
|
File details
Details for the file piegy-2.1.8-cp313-cp313-win32.whl.
File metadata
- Download URL: piegy-2.1.8-cp313-cp313-win32.whl
- Upload date:
- Size: 77.7 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f7c130250f21e1654180db9a42f8ea45f82312cf9eeaf8887ea92c49522762a
|
|
| MD5 |
aa8866045f0e39e18de1b83eee1cc378
|
|
| BLAKE2b-256 |
fc735e889f9809bb772388a0b81950606a475856882849f1c428d15f0eb9f6b6
|
File details
Details for the file piegy-2.1.8-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 81.6 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8876d0c34f62c7faf4e79351ad55d5d553c85e6105ad969d4ea1eab8a04503b2
|
|
| MD5 |
274faaf11ff6f39792b2a36ffc984c12
|
|
| BLAKE2b-256 |
b34a8b49d625b5816d0abff34f16494994415b593efb9f3a372a854ea475b465
|
File details
Details for the file piegy-2.1.8-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 83.3 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddbab86e239c949f4cf4614de341ed03fa42f0481827b334f447bbb69a4a05cd
|
|
| MD5 |
e436e0ef7e081ad2944a661308d96c24
|
|
| BLAKE2b-256 |
18e5986e97c5453dad37d8a4fdbf5a2e5d7a9877ab331d251ed021a28564349b
|
File details
Details for the file piegy-2.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 79.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5704532330cbaa35a1ea26a177e189e732a305e69ad284514afddaf6b4e82134
|
|
| MD5 |
e9a0a2189cc1f9576a239cdbcd0efcf2
|
|
| BLAKE2b-256 |
f19d24e50b255a19fdad57bf85b784490bc583e42d145d09bc8d4c9ea9a2f325
|
File details
Details for the file piegy-2.1.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 80.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63280f9b7f80357dc60fe101b377a89137134fea9271343593f7c5a3e61cf292
|
|
| MD5 |
721c603c9925f52dab6c71c7af69703a
|
|
| BLAKE2b-256 |
f243c4b0d34a94d940fde688052a42681cdcae8bddf1e50334e485dbd590eff6
|
File details
Details for the file piegy-2.1.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 81.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9a4074a0c920b439d4aeba1610557020e59cff710124ffde0517db18550f8a4
|
|
| MD5 |
6500c0d64caf74576c2277a724661a3b
|
|
| BLAKE2b-256 |
88c01010ab6d7dbb509c996c01137a2a4503bbb33c4d548601d3fdaf47e761c6
|
File details
Details for the file piegy-2.1.8-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: piegy-2.1.8-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 75.5 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d856e89513a63503e69f833b7eff55b37c6b0ecd418118d7090a11f0da096387
|
|
| MD5 |
dd53925fb9a4d87361eb5526153aeb4c
|
|
| BLAKE2b-256 |
dc2d43534d02b6583e20b6567fa6f40494631dd959403b5a433ebe19549812c8
|
File details
Details for the file piegy-2.1.8-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: piegy-2.1.8-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 77.7 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4ca62fe9453486867870cc61703db2fe43f14d15dc804d33d618f40eb118b87
|
|
| MD5 |
eb3ecb1adb47f2ddba1d6e8090fe4f76
|
|
| BLAKE2b-256 |
1f5c7dfcb4aed89f07e9b92534b549933914c280e47aaca324731d7818a58911
|
File details
Details for the file piegy-2.1.8-cp312-cp312-win32.whl.
File metadata
- Download URL: piegy-2.1.8-cp312-cp312-win32.whl
- Upload date:
- Size: 77.7 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62f609d09d02f0fab0a6c5c61919de590af0a642e0ad5e7c10956ecea62a545d
|
|
| MD5 |
69f86239ab016ab3fac72e653f565d68
|
|
| BLAKE2b-256 |
54f4d5921fc5bc401063922d89a5de94fa03caa6db4c2ce8d0a90604a877d3ba
|
File details
Details for the file piegy-2.1.8-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 81.6 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92580cc0105840f334b8aac87b79072cf88d22e90b312db8a8b07f852656edd5
|
|
| MD5 |
5a65f379c94ce9cbb2e7f47ed12d0922
|
|
| BLAKE2b-256 |
b463c6e9d8d5a665dc51f39fea1ccba9a66f117936adc4efc5c00a4c9724c065
|
File details
Details for the file piegy-2.1.8-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 83.3 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3704a3078b662170b2345a0a22e833846168c8ce9a47d0928d2ab1cc08646fae
|
|
| MD5 |
313b3fade7e997ec177f5d6214e4773c
|
|
| BLAKE2b-256 |
ec35d413fbe5a484f80f1f04a424a0bf50d54fceed229f241ea67ce3ecf315c7
|
File details
Details for the file piegy-2.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 79.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d39954df4f39e10e8f9287603cde67e2ae97bf54fd86617439b9806e15a7ccb4
|
|
| MD5 |
a8375306bdc84cc063be3f239f425850
|
|
| BLAKE2b-256 |
2b37e422c5c2663b5ce17738d908af1d9a3e67d5bd95eb19c34a126af7eacc1b
|
File details
Details for the file piegy-2.1.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 80.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f431a1a602a33393b7b774bc2a7b7dcee2465438c655be390cc2d052c1b9391
|
|
| MD5 |
193aa7bf7827c45127cc8a8bef2f4736
|
|
| BLAKE2b-256 |
d62ade28065d2e242d055f3d86f7ebd83f35c78d0cdf53a2592b06a1d7f3cc77
|
File details
Details for the file piegy-2.1.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 81.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55f0a5843e972fb4855961819b1530281b66fc88c427f83e059e38fc026bb62f
|
|
| MD5 |
5696bf973d81a6770f231402c12796ed
|
|
| BLAKE2b-256 |
dc847a79b38f92b6c2b3953ff0fc4c82d0f257b83812e930daa9649b52ea8dee
|
File details
Details for the file piegy-2.1.8-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: piegy-2.1.8-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 75.5 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce220d1675b72776bbb0efa00f421850c66bb5558adac521a6911d070341598a
|
|
| MD5 |
bebb371ebcff66ada52cba28d095cc7b
|
|
| BLAKE2b-256 |
a17b426b0852368431e0e98ba852b6c78ada3170aeb79bb45dbb50abce55f26e
|
File details
Details for the file piegy-2.1.8-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: piegy-2.1.8-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 77.7 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdc3d992c79713caebf0d08ea689d1ded51a87b6b68c94169f7d248b19e32af7
|
|
| MD5 |
00e1c3859243e4326ff7df608ab73b52
|
|
| BLAKE2b-256 |
62e388b4090b89032f37352e061f3c926fee13b13c2252970de6a53836359de0
|
File details
Details for the file piegy-2.1.8-cp311-cp311-win32.whl.
File metadata
- Download URL: piegy-2.1.8-cp311-cp311-win32.whl
- Upload date:
- Size: 77.7 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
195938b8ef73b720d46403ead65b1b60fc6fdae057c0f79b00f3cadb65f52c49
|
|
| MD5 |
70f344db1e17aca2cda79a9d3245e56f
|
|
| BLAKE2b-256 |
c28753177f1f00cd6a470cf34eaa08fc91cb2326d443e63fde8b1b500d6d78f8
|
File details
Details for the file piegy-2.1.8-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 81.6 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4b6291c07c0ecd39f3957c99f5625fe4f7e931d810b326e9925e04a47ed2b4a
|
|
| MD5 |
0f793521837edff221e3f3c6197d8b6b
|
|
| BLAKE2b-256 |
aef95e1b46aa23d8571eeee259b6e916a2ecb963c417498612191d6821e2c348
|
File details
Details for the file piegy-2.1.8-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 83.3 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a415524d688d3afaf0828c9bf07a87f9859672aed257bd26c673ea3247f00f2
|
|
| MD5 |
9377924f37cfa918deec37dc64f1348a
|
|
| BLAKE2b-256 |
6f34611507801a9ffc39e24e282bfde34473e7aaa36f8a02a4eb4f7b988912a7
|
File details
Details for the file piegy-2.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 79.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
288f5c4fc66c9fef2246b6036863220a5ab0f828c7518a55022cb27e6e625e59
|
|
| MD5 |
8d56f52a70bb80b68e8a67c50c764df0
|
|
| BLAKE2b-256 |
975feba7462e51a44c2230b8e97f2d564c3bca28a18d465d21c089801f7c74fd
|
File details
Details for the file piegy-2.1.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 80.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed8748db05a9a6d00fccb62ab37dda30ee37b3b51a6c7987db5875113401db24
|
|
| MD5 |
8a673f38be372dc638574bed833d51f9
|
|
| BLAKE2b-256 |
4144e4ed2c36261ee4881b40117a949538a8909301f2fee992c76c5d9728c07e
|
File details
Details for the file piegy-2.1.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 81.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9052c1d72cbe9860b1c6aa911671bef1abae8dcc65c7bc30508b55c1b9bdb98b
|
|
| MD5 |
9a86de764dbeb002d9fcbca6a8d21c96
|
|
| BLAKE2b-256 |
ea54c4f5b2bfbcc5cebfb089f963a70381de74d45edb121663f28c0cae592c21
|
File details
Details for the file piegy-2.1.8-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: piegy-2.1.8-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 76.6 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf695ff119ff4e79fdf39f79e5fddac498651da80896dc0bab4d6c9978c8a96b
|
|
| MD5 |
4ed5c333fb671afd7d1c762f4dee0f9b
|
|
| BLAKE2b-256 |
1ec44fa6216c660a669b3f351cac2570d8845d6cbea1d0680480d4729ad156a8
|
File details
Details for the file piegy-2.1.8-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: piegy-2.1.8-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 77.7 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e1cb4b1160690f91c6e3f45290371eec5b8f060ef79d92dfeac193bb7a54eac
|
|
| MD5 |
dc300ab79f7dc57e692fb2abf5bd937e
|
|
| BLAKE2b-256 |
3de323b405bc3689a5cb7fb4369d53e4a7b165e8bd8f6fa2972dc2084a3b9b8c
|
File details
Details for the file piegy-2.1.8-cp310-cp310-win32.whl.
File metadata
- Download URL: piegy-2.1.8-cp310-cp310-win32.whl
- Upload date:
- Size: 77.7 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcd5ca017e78f2ec963b3f74e0530ffff82c2e5c22502262fc724667ee154c8f
|
|
| MD5 |
f014352b6a521c8cb32cada974f5efd1
|
|
| BLAKE2b-256 |
2e4ae8461a660091a04616f539e842a7e927fc3a4d569daae17aa9318abc1782
|
File details
Details for the file piegy-2.1.8-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 81.6 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c91bd2d82cb36e3129aed7790521e097e0d84c677cd3707db6b922ba6173d15d
|
|
| MD5 |
f89ad5843bc21be4a779a14ef1ba4a64
|
|
| BLAKE2b-256 |
face24d26fd542066e124a3502a266ff0c0f53f52aae528f30db453202870f6f
|
File details
Details for the file piegy-2.1.8-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 83.3 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88145013bd40d54ffc4385669733fba4dedf4d804132d3e91b0ed5c5e461bbd6
|
|
| MD5 |
8cfc2b50f4b50ba1b779dc8251323a9d
|
|
| BLAKE2b-256 |
7e000f6ac92ab46784916779777cdb368b6e61a11f646f66dc0214cc6a237cfc
|
File details
Details for the file piegy-2.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 79.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac247641f8520b3d877482ea7f0d01911d14acf251a160bfceec76af52daf64f
|
|
| MD5 |
40ac585a7fa54a6680746ea2afee897a
|
|
| BLAKE2b-256 |
2c4ab6b0421e9f139e59f745d2f1dbc2466c201d54cc825d505025ed5a3f7a44
|
File details
Details for the file piegy-2.1.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 80.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90d6dc4db6337d236176d4cdd93f9a0debf76578d9ea3ce89619d8bdef25ba8e
|
|
| MD5 |
1f239783646d4e45ca15552c6693149c
|
|
| BLAKE2b-256 |
05b6534a4ff29034645509c5f94ece1451a45734d8a4b540c3e846ef48714fdd
|
File details
Details for the file piegy-2.1.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 81.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1055b873750a530408f3abbfa9da18d871f1ef3459775b34dfa7ffead42225f9
|
|
| MD5 |
cbcf3ab328083b8919dc5bb65b7f38b3
|
|
| BLAKE2b-256 |
044c7312ded751f4cff0a212ba8d170390057191b7ab464ac16fa14dc78597b6
|
File details
Details for the file piegy-2.1.8-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: piegy-2.1.8-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 75.5 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdecdaddd586aeecadeb2facae2cfdd6ffabfe1c40f20c9de86bb107251f6712
|
|
| MD5 |
f926e7cfeba5f8be9f9c7b92cd770c1e
|
|
| BLAKE2b-256 |
2bec64537e625eff86a28b866a701ceae7ad2febf3356fd6cb88752c7ae6338d
|
File details
Details for the file piegy-2.1.8-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: piegy-2.1.8-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 77.7 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c22fc9c620ebaf81f9f5e67243ed6bd1a1fcf801449a7f63a3f38822da14102
|
|
| MD5 |
a661afa8612369d7a069a860cc11034b
|
|
| BLAKE2b-256 |
42e246ce2dcd6fb41d7af6fc34f0a06d1d8bec987b5ec91de93210a6b785ebe8
|
File details
Details for the file piegy-2.1.8-cp39-cp39-win32.whl.
File metadata
- Download URL: piegy-2.1.8-cp39-cp39-win32.whl
- Upload date:
- Size: 77.7 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb647cab4819857c51831b543a4f74de436cf1b41f3b06bcc6a95064ef9fbcfc
|
|
| MD5 |
323b0bacee15821e64cabad83fc36065
|
|
| BLAKE2b-256 |
0994f72e31f3718883552718f28d4707371546bbb08a8a820363190b0f9d7c88
|
File details
Details for the file piegy-2.1.8-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 81.6 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98e20ac18dc64946df4d97b7afae40b77d30f65775bbdb7f0f4f37e2a92b520b
|
|
| MD5 |
a7b3b91e83905669d435e4a6c1343875
|
|
| BLAKE2b-256 |
d330dfac9ca2796ce987caf82691139ac2f43778ae9049b549661087400d60b0
|
File details
Details for the file piegy-2.1.8-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 83.3 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19bec6921bd345ee1af900ab014f0724aead44b856d7ba9dd007d066f13767cb
|
|
| MD5 |
e3660f7c91cab79b59f6bd3a133ccbef
|
|
| BLAKE2b-256 |
0518cf6ace4dcc1b6506e3a9f93dcba76aaeb99f14dbcef312d5bd03b24e163d
|
File details
Details for the file piegy-2.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 79.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
280aa7610ecfc1891806be13765f493d6979ce7f7f97661f763d6738eb50248d
|
|
| MD5 |
851aace20add7a47812d9e15dc43c99c
|
|
| BLAKE2b-256 |
b83c49d630e393aabae448fb4aef59ea57281bbdb31997fda3403b8968e76fce
|
File details
Details for the file piegy-2.1.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 80.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fadec5ba90d4f8877b1e226edbaf8121f992b5613ba3aa7fdbf3e325277e0a2
|
|
| MD5 |
0e32a920b33e36b057a66906c8e8caf6
|
|
| BLAKE2b-256 |
26a7e922dcf335d82284fed115c4cfbcac48fc393af21aec21eb20f05a4e5723
|
File details
Details for the file piegy-2.1.8-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 81.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8910de7bdbdd91166ec6e5a3829fa6a5955143fc2258fa71a27db3a493c3f254
|
|
| MD5 |
da285cb8a8423ee2b424283bff0e8e79
|
|
| BLAKE2b-256 |
25a703f4ce1861f375f50229273169659ae9a0aa3ecd4369876e0d7a6e15e1f5
|
File details
Details for the file piegy-2.1.8-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: piegy-2.1.8-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 75.5 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbd7240b7ec9cc50a5eab9868e9930115ce403700c8b6bee4194d4cd160a1db5
|
|
| MD5 |
19be88f0904fc95a7f05ada300096a09
|
|
| BLAKE2b-256 |
366c75a786cee7fa839aeae62732d4eb8588338a1a2a8be4bab0856b9dc249e3
|
File details
Details for the file piegy-2.1.8-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: piegy-2.1.8-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 77.7 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1658aa381c6a56a19eebe7ad6fcbc3b5ad735143c32231be529ac931f13da263
|
|
| MD5 |
4b25746ffe2d25e5283d0640449b0e03
|
|
| BLAKE2b-256 |
a6d31c5f980968d340c2f40915032c0154fc9df543f053ee964f29d497fcf0cc
|
File details
Details for the file piegy-2.1.8-cp38-cp38-win32.whl.
File metadata
- Download URL: piegy-2.1.8-cp38-cp38-win32.whl
- Upload date:
- Size: 77.6 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fb6563e54017250f5ae18425a0631dee185a89442d32f5fb94c52a1a5d11109
|
|
| MD5 |
39b72dd4023201ce3f39aad5ba736870
|
|
| BLAKE2b-256 |
5f5e23097a6e4103c83201e4e6be612e5a7da039ff7d3bd45a506c8016e73eeb
|
File details
Details for the file piegy-2.1.8-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 81.4 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c1581edad52a325377e4a4686683dd2ad873a5d1e6d1e3837b24ca93df9d816
|
|
| MD5 |
c750eecfad9778c414726fb511ef9b67
|
|
| BLAKE2b-256 |
2d3d7c779bbb2e26706e7393aa5e6e28c850aa7b159cca7ea4d7f596405e743f
|
File details
Details for the file piegy-2.1.8-cp38-cp38-musllinux_1_2_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 83.1 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f965344e3a7a413ffdfcecf0ec94456d8b860aec187f44bd4d44347c006ec29
|
|
| MD5 |
94a58fe9b026da860a8a936b4594444c
|
|
| BLAKE2b-256 |
7c39df40de05df247006af9a31e06b4f8d5db6b2b20fe509f047c054b749ffcb
|
File details
Details for the file piegy-2.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 79.2 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cc3203fe6c5e9a71374db2ea40e2a2866727e61c0317baaaba9c4d3aee419e5
|
|
| MD5 |
f56e09a6e6cfed15cba5e13e8bf83c72
|
|
| BLAKE2b-256 |
a508847c80d4e34b389e086f8a5f665edbfb87694154e662b22090641e898b1e
|
File details
Details for the file piegy-2.1.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 80.2 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9909b2efcf216e4fb66396ee7aac47ce2ad89bc942ebfc7be4ba3c56b91388a
|
|
| MD5 |
5dbc0db784503032c1d0a1ba5d90d323
|
|
| BLAKE2b-256 |
23a217b7ae2b64b06bba369d87d2332bdba9fdd23553ed43c0ee2adb38c2a0d0
|
File details
Details for the file piegy-2.1.8-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 66.2 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4d7d56008053ab12edb8ea20ab146e3876f3fdfa475123d31be0ff9724d822a
|
|
| MD5 |
9ad4471805e8ba6ecc3108a06b691f14
|
|
| BLAKE2b-256 |
95818ac704e79546e09598258f31776a78ffed75598074d8a5c91fa48fda887b
|
File details
Details for the file piegy-2.1.8-cp38-cp38-macosx_11_0_arm64.whl.
File metadata
- Download URL: piegy-2.1.8-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 63.4 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5eda6359efc2a10fd3df6d72a7a6a0799d2e893fa301ed3f0892c6a0ec9b41f2
|
|
| MD5 |
e21c143e9aa2eb7fb9260e054276e8cd
|
|
| BLAKE2b-256 |
9007bc9d78e681c2453e497e2ed84556ba03e8f944396fef666112a5562e197c
|
File details
Details for the file piegy-2.1.8-cp37-cp37m-win_amd64.whl.
File metadata
- Download URL: piegy-2.1.8-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 77.7 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4ca09e39ace0c0800707abbc0665e3d63917f7df3ac1f729253e78de0526ebe
|
|
| MD5 |
8ed8231d5c78a255a93ccd6db2fc419b
|
|
| BLAKE2b-256 |
4dba88e695c2d1e11f47aa9588568bdb313d1f3928e745f18263f525233e129d
|
File details
Details for the file piegy-2.1.8-cp37-cp37m-win32.whl.
File metadata
- Download URL: piegy-2.1.8-cp37-cp37m-win32.whl
- Upload date:
- Size: 77.6 kB
- Tags: CPython 3.7m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f824f37e664774090899124e4b14e387fcd9e898f0431af18126239849df036
|
|
| MD5 |
18036d5b985f8dda10f0bf01a46e5569
|
|
| BLAKE2b-256 |
655338269b539dc297bcf6e1b18faed638fabeacedd1e4cf7e5176f7dcef1b04
|
File details
Details for the file piegy-2.1.8-cp37-cp37m-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp37-cp37m-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 66.5 kB
- Tags: CPython 3.7m, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0db8616e05abf0e346247dbc768e82133e9faf4b737627709a3325954df9e9d3
|
|
| MD5 |
c4533445733dad2696fc7708c149d6f2
|
|
| BLAKE2b-256 |
68771c3ebd6308872c03fdb23e6a64b9e0afd48ffe949e891d2a5095239deff7
|
File details
Details for the file piegy-2.1.8-cp37-cp37m-musllinux_1_2_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp37-cp37m-musllinux_1_2_i686.whl
- Upload date:
- Size: 67.3 kB
- Tags: CPython 3.7m, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19c0afa95a0041ba369e50f717b307497cab7867435f5c1d03cab7cf0948a5dd
|
|
| MD5 |
7763cc2b5a9011ba027f38a1e771be2a
|
|
| BLAKE2b-256 |
5c110c239843a3b8b62961310cecde019131c8e7f6ffb272b9197898e7a238f5
|
File details
Details for the file piegy-2.1.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: piegy-2.1.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 65.4 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6acac6c4e8ef131516b3bad2ae41f0491529a5bae23b793816b8e4377516b4d
|
|
| MD5 |
9d9b984127ea74d48c8a1ccf3eed365c
|
|
| BLAKE2b-256 |
1b912facac36d7cfe56c97730eb6b797ac7088ed99c5e85bdd57ba64b1de143d
|
File details
Details for the file piegy-2.1.8-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: piegy-2.1.8-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 65.9 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21ef61bb25e8dd0d0ba321257a192eb1d61a174b0c562863b50d8b26426d9e3f
|
|
| MD5 |
59e8e2cee24d64b0c8adfa6ca62fef2b
|
|
| BLAKE2b-256 |
e6afae42ed06293d25783c60fba323e6a91325461bc7413231c3dce3478d5457
|