Skip to main content

Guppy 3 -- Guppy-PE ported to Python 3

Project description

Guppy 3

Build Status Codecov PyPI version Repology - Repositories PyPI - Downloads
PyPI - Implementation PyPI - Python Version PyPI - License Contributions Welcome

A Python Programming Environment & Heap analysis toolset.

This package contains the following subpackages:

  • etc - Support modules. Contains especially the Glue protocol module.
  • gsl - The Guppy Specification Language implementation. This can be used to create documents and tests from a common source.
  • heapy - The heap analysis toolset. It can be used to find information about the objects in the heap and display the information in various ways.
  • sets - Bitsets and 'nodesets' implemented in C.

Guppy 3 is a fork of Guppy-PE, created by Sverker Nilsson for Python 2.

Requirements

You should have Python 3.9, 3.10, 3.11, 3.12, or 3.13. This package is CPython only; PyPy and other Python implementations are not supported. Python 2 support can be obtained from guppy-pe by Sverker Nilsson, from which this package is forked.

To use the graphical browser, Tkinter is needed.

Free-threaded CPython is not supported, due to the excessive complexity and overhead to lock and unlock every object in the interpreter, including objects that are CPython implementation details. (Maybe _PyEval_EnableGILTransient could be a solution to this problem, but it is currently not exposed.)

Installation

Install with pip by:

pip install guppy3

Install with conda by:

conda install -c conda-forge guppy3

Usage

The following example shows

  1. How to create the session context: h=hpy()
  2. How to show the reachable objects in the heap: h.heap()
  3. How to show the shortest paths from the root to the single largest object: h.heap().byid[0].sp
  4. How to create and show a set of objects: h.iso(1,[],{})
>>> from guppy import hpy; h=hpy()
>>> h.heap()
Partition of a set of 30976 objects. Total size = 3544220 bytes.
 Index  Count   %     Size   % Cumulative  % Kind (class / dict of class)
     0   8292  27   739022  21    739022  21 str
     1   7834  25   625624  18   1364646  39 tuple
     2   2079   7   300624   8   1665270  47 types.CodeType
     3    400   1   297088   8   1962358  55 type
     4   4168  13   279278   8   2241636  63 bytes
     5   1869   6   269136   8   2510772  71 function
     6    400   1   228464   6   2739236  77 dict of type
     7     79   0   139704   4   2878940  81 dict of module
     8   1061   3    93368   3   2972308  84 types.WrapperDescriptorType
     9    172   1    81712   2   3054020  86 dict (no owner)
<89 more rows. Type e.g. '_.more' to view.>
>>> h.heap().byid[0].sp
 0: h.Root.i0_modules['os'].__dict__
>>> h.iso(1,[],{})
Partition of a set of 3 objects. Total size = 348 bytes.
 Index  Count   %     Size   % Cumulative  % Kind (class / dict of class)
     0      1  33      248  71       248  71 dict (no owner)
     1      1  33       72  21       320  92 list
     2      1  33       28   8       348 100 int
>>>

People have written awesome posts on how to use this toolset, including:

Formal and API documentation are also available.

Contributing

Issues and pull requests are welcome. You may also ask for help on using this toolset; however, in such cases, we will only provide guidance, and not profile your code for you.

Please make sure to update tests as appropriate.

Testing

To test if the heapy build and installation was ok, you can do:

>>> from guppy import hpy
>>> hpy().test()
Testing sets
Test #0
Test #1
Test #2
...

There will be several more tests. Some tests may take a while.

License

Copyright (C) 2005-2013 Sverker Nilsson, S. Nilsson Computer System AB
Copyright (C) 2019-2021 YiFei Zhu
Copyright (C) 2021-2025 YiFei Zhu, Google LLC

The right is granted to copy, use, modify and redistribute this code according to the rules in what is commonly referred to as an MIT license.

This is not an official Google product.

*** USE AT YOUR OWN RISK AND BE AWARE THAT THIS IS AN EARLY RELEASE ***

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

guppy3-3.1.5.tar.gz (334.9 kB view details)

Uploaded Source

Built Distributions

guppy3-3.1.5-cp313-cp313-win_arm64.whl (338.8 kB view details)

Uploaded CPython 3.13Windows ARM64

guppy3-3.1.5-cp313-cp313-win_amd64.whl (345.6 kB view details)

Uploaded CPython 3.13Windows x86-64

guppy3-3.1.5-cp313-cp313-win32.whl (330.8 kB view details)

Uploaded CPython 3.13Windows x86

guppy3-3.1.5-cp313-cp313-musllinux_1_2_x86_64.whl (705.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

guppy3-3.1.5-cp313-cp313-musllinux_1_2_s390x.whl (714.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

guppy3-3.1.5-cp313-cp313-musllinux_1_2_ppc64le.whl (731.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

guppy3-3.1.5-cp313-cp313-musllinux_1_2_i686.whl (687.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

guppy3-3.1.5-cp313-cp313-musllinux_1_2_armv7l.whl (686.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

guppy3-3.1.5-cp313-cp313-musllinux_1_2_aarch64.whl (701.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

guppy3-3.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (720.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

guppy3-3.1.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (725.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

guppy3-3.1.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (745.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

guppy3-3.1.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (641.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

guppy3-3.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (717.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

guppy3-3.1.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (692.9 kB view details)

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

guppy3-3.1.5-cp313-cp313-macosx_11_0_arm64.whl (351.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

guppy3-3.1.5-cp313-cp313-macosx_10_13_x86_64.whl (352.1 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

guppy3-3.1.5-cp313-cp313-macosx_10_13_universal2.whl (444.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

guppy3-3.1.5-cp312-cp312-win_arm64.whl (337.8 kB view details)

Uploaded CPython 3.12Windows ARM64

guppy3-3.1.5-cp312-cp312-win_amd64.whl (344.3 kB view details)

Uploaded CPython 3.12Windows x86-64

guppy3-3.1.5-cp312-cp312-win32.whl (330.4 kB view details)

Uploaded CPython 3.12Windows x86

guppy3-3.1.5-cp312-cp312-musllinux_1_2_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

guppy3-3.1.5-cp312-cp312-musllinux_1_2_s390x.whl (703.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

guppy3-3.1.5-cp312-cp312-musllinux_1_2_ppc64le.whl (719.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

guppy3-3.1.5-cp312-cp312-musllinux_1_2_i686.whl (676.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

guppy3-3.1.5-cp312-cp312-musllinux_1_2_armv7l.whl (675.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

guppy3-3.1.5-cp312-cp312-musllinux_1_2_aarch64.whl (689.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

guppy3-3.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (708.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

guppy3-3.1.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (713.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

guppy3-3.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (733.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

guppy3-3.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (629.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

guppy3-3.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (706.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

guppy3-3.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (681.4 kB view details)

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

guppy3-3.1.5-cp312-cp312-macosx_11_0_arm64.whl (350.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

guppy3-3.1.5-cp312-cp312-macosx_10_13_x86_64.whl (351.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

guppy3-3.1.5-cp312-cp312-macosx_10_13_universal2.whl (443.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

guppy3-3.1.5-cp311-cp311-win_arm64.whl (336.9 kB view details)

Uploaded CPython 3.11Windows ARM64

guppy3-3.1.5-cp311-cp311-win_amd64.whl (343.3 kB view details)

Uploaded CPython 3.11Windows x86-64

guppy3-3.1.5-cp311-cp311-win32.whl (329.4 kB view details)

Uploaded CPython 3.11Windows x86

guppy3-3.1.5-cp311-cp311-musllinux_1_2_x86_64.whl (653.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

guppy3-3.1.5-cp311-cp311-musllinux_1_2_s390x.whl (665.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

guppy3-3.1.5-cp311-cp311-musllinux_1_2_ppc64le.whl (683.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

guppy3-3.1.5-cp311-cp311-musllinux_1_2_i686.whl (640.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

guppy3-3.1.5-cp311-cp311-musllinux_1_2_armv7l.whl (633.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

guppy3-3.1.5-cp311-cp311-musllinux_1_2_aarch64.whl (652.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

guppy3-3.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (665.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

guppy3-3.1.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (674.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

guppy3-3.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (694.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

guppy3-3.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (585.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

guppy3-3.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (666.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

guppy3-3.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (644.1 kB view details)

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

guppy3-3.1.5-cp311-cp311-macosx_11_0_arm64.whl (350.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

guppy3-3.1.5-cp311-cp311-macosx_10_9_x86_64.whl (350.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

guppy3-3.1.5-cp311-cp311-macosx_10_9_universal2.whl (442.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

guppy3-3.1.5-cp310-cp310-win_arm64.whl (336.6 kB view details)

Uploaded CPython 3.10Windows ARM64

guppy3-3.1.5-cp310-cp310-win_amd64.whl (343.1 kB view details)

Uploaded CPython 3.10Windows x86-64

guppy3-3.1.5-cp310-cp310-win32.whl (329.0 kB view details)

Uploaded CPython 3.10Windows x86

guppy3-3.1.5-cp310-cp310-musllinux_1_2_x86_64.whl (624.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

guppy3-3.1.5-cp310-cp310-musllinux_1_2_s390x.whl (636.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

guppy3-3.1.5-cp310-cp310-musllinux_1_2_ppc64le.whl (655.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

guppy3-3.1.5-cp310-cp310-musllinux_1_2_i686.whl (611.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

guppy3-3.1.5-cp310-cp310-musllinux_1_2_armv7l.whl (604.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

guppy3-3.1.5-cp310-cp310-musllinux_1_2_aarch64.whl (623.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

guppy3-3.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (635.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

guppy3-3.1.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (643.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

guppy3-3.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (665.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

guppy3-3.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (562.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

guppy3-3.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (636.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

guppy3-3.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (614.7 kB view details)

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

guppy3-3.1.5-cp310-cp310-macosx_11_0_arm64.whl (350.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

guppy3-3.1.5-cp310-cp310-macosx_10_9_x86_64.whl (350.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

guppy3-3.1.5-cp310-cp310-macosx_10_9_universal2.whl (441.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

guppy3-3.1.5-cp39-cp39-win_arm64.whl (336.7 kB view details)

Uploaded CPython 3.9Windows ARM64

guppy3-3.1.5-cp39-cp39-win_amd64.whl (343.3 kB view details)

Uploaded CPython 3.9Windows x86-64

guppy3-3.1.5-cp39-cp39-win32.whl (329.0 kB view details)

Uploaded CPython 3.9Windows x86

guppy3-3.1.5-cp39-cp39-musllinux_1_2_x86_64.whl (614.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

guppy3-3.1.5-cp39-cp39-musllinux_1_2_s390x.whl (626.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

guppy3-3.1.5-cp39-cp39-musllinux_1_2_ppc64le.whl (644.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

guppy3-3.1.5-cp39-cp39-musllinux_1_2_i686.whl (601.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

guppy3-3.1.5-cp39-cp39-musllinux_1_2_armv7l.whl (595.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

guppy3-3.1.5-cp39-cp39-musllinux_1_2_aarch64.whl (612.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

guppy3-3.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (625.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

guppy3-3.1.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (633.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

guppy3-3.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (654.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

guppy3-3.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (555.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

guppy3-3.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (623.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

guppy3-3.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (604.8 kB view details)

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

guppy3-3.1.5-cp39-cp39-macosx_11_0_arm64.whl (350.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

guppy3-3.1.5-cp39-cp39-macosx_10_9_x86_64.whl (350.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

guppy3-3.1.5-cp39-cp39-macosx_10_9_universal2.whl (441.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file guppy3-3.1.5.tar.gz.

File metadata

  • Download URL: guppy3-3.1.5.tar.gz
  • Upload date:
  • Size: 334.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5.tar.gz
Algorithm Hash digest
SHA256 97fbe606a23f837ad109d122bf30fba355785add2dcb68e9a6be335846dd4c48
MD5 753cb68cc9ac20566b622731a8b6b5a6
BLAKE2b-256 0fbbd498ab5132830ea6246ba320358048b4ff046d8f063369f121750b807a1d

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 338.8 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 91613da1ad5f60167fdf921b8f325e33e3afdbd2ac7b25175e89f9ccfe468d73
MD5 13efec23d5b780539b9cda5657b7e5c0
BLAKE2b-256 2675be6dba39ff48311628bb84f032f40a09bef1cb4554467899e6be518a2a4f

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 345.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7bfc83dbcfc814a799d2f7fe34f84db59d552f61921c05ea256df22b89568543
MD5 603e2813e5740284927d77cb58e3b836
BLAKE2b-256 ed3bfe7290cac17c9bce257a15ab301d0926f747d7fe2c665e244890f70fe4db

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-win32.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 330.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f5a326d3ec33d63a05efd0bc5d14fe751d4df27a8af8c6f05ac4990bbce87f81
MD5 d6c030bba7ed962587a6786c5cd9ea4c
BLAKE2b-256 34e15fcee0ec7fe47aa124866b8d048a9261674c0f515fd2026eb346c3582446

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54122b972186be129ba0b680a597b5287bcc940865921942631dfb0abf382983
MD5 2afbf53ee8477d115c4d9002566d49b2
BLAKE2b-256 9d668cd6c66393a64b3dcd022898fd17351e856b94152622dd924ccee7ed61f4

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a59ce90ac74b418b27ef1461ebda95b89e292a3a15aad90bbffa7e8bb35a6cdc
MD5 2702812a138935a64c2c2a66f79f9a96
BLAKE2b-256 1434034350bbc52da8208dc4ce98931ffa9391fc127ab15fca1213f16dc4abc0

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 12e9b9df798a9b62ebbfd2b65b2638bd4fff5139b9d6315acb641232f1399fe4
MD5 60b6e370efede7411c2f101b44827454
BLAKE2b-256 84ba21f52dbbb22ae57a62e80b7ddceef95b0f5aa3688f8c2d9ba84cce5fd07a

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d0529c471b367e7a6f906aebca72cd073c0961fdf089e0697f6c4d3b260720c6
MD5 e929de4fdb3ec15d94c5a07d43621ce8
BLAKE2b-256 89d09296c9bc0998c2d5b263e156981e8391f37327df45b22d65010738c8b0a5

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 41c418d631f81a08e9e088e8f31b5d6a1e38f18cad8f6873dbdd199277547a6a
MD5 49a75c9358704dd8c6ff3857d7be6e18
BLAKE2b-256 3ba09c52dfeea46efb355310c6852513be7f7a916c19fbb6eb9fc4f901eeab0e

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e24d87395e515b511c80cf0aae5ec75dc4c7b49a3744d327f7c0ece24314682
MD5 ac821996933161b894e3e3cb9b59a9a2
BLAKE2b-256 cf06c02a7b2c0b2f0d02b4e3099f76043145dac278d5ef441a30a00ca8aef312

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d237bac310a30c13f370ea3f7e28a8878bee6cb9cc3449e4233e154e1787d62c
MD5 978b50edf2ee807466ecb302a35b7929
BLAKE2b-256 71038bfb34868a0115ab5f408cb29a3912852fdfffdaa2a519fd6ed59840d39e

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f8e225c99b42a69431bb48d7dc735f6b46409e2fa607a957b470cf4098c756bb
MD5 17b69badfc30a397a0424cc4864c92cd
BLAKE2b-256 5570540bfeb53a68ec29f7de77f2bccae095ac751cfe16e3b3da20989123773c

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 44c448a48b63bb53e3a55cd931005b39803ee10a70bf39cf5382b633ee3c31d2
MD5 5c68f0444f4ee7b6860215544a7f2c1b
BLAKE2b-256 c4824a0f4a7e3e71aa704fa9ac58d8e4eccbfad98c3f4584f3c27267f334d804

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 5f5231db471ddcabf02337d2f3292d7c659c106893282ea106f5b4be8e373406
MD5 4a13a54242add1a0d2052ec5352a72c1
BLAKE2b-256 24fdfa627248fc8623d4fbff706119b7e7b3733171fe8cb417114ca95ea3de3e

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa085ace6509b83e47d5870f4e63435943de886abe10a339c15a3f8ed41b8ec3
MD5 0ce2e9935b31b9ae2f9176eae1520ab5
BLAKE2b-256 13e7e9482bf4548eb484ca55604006ae99e1aeb633fd4c54b3ebb3030c489438

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 034109e58d3eae6cc6ade7a125c6c62b53355008ea70ec87d0859014f8d0c4fe
MD5 5d322907401b3339df4b86c698b68089
BLAKE2b-256 0ef7bd2cf747fee024e7efe0e508e1c33fa54119846da494014a5da12ce6f703

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28b8e603361c744d3d5d9730f88190eb6c5e19912c2034c5f0ac64bac804f055
MD5 4da8d15e5d881bfdbaec3760402a0e3d
BLAKE2b-256 14b86fb198fcc45020ad321bd59ba53104f0fb0080c7763cf65d4f8b090eee19

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8cebb33b86c679403e59ac26352184ddbff29c12ccd5041a5974a9566dcc0e62
MD5 25d9f662f287a432fbace1d9dd0618b8
BLAKE2b-256 f95b93cf4ee5891b7580de0f504d75a553a9e245a8611406657cb7c984c29f29

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 2c04e259cee616c21011df9ad0bdc5b0e9dbdd62e5d0b288e11cd51ff7f56cc9
MD5 c25aff2188c70fe890383f18ddaec5f1
BLAKE2b-256 438866690f661fa122c19a9e6dfd18c39f5e2a15f58de7ae9f6375c33cfb3692

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 337.8 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9123e0fc5025d085cfb2b728fb25363abbe21cba34c1d490de90fe89e0c38478
MD5 a9eabd6a7b7e251057f3ec8a2541fd82
BLAKE2b-256 22648796886105a11685334d96888757e0061cf89c762c05d521e96100f100ea

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 344.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9d62173ff5001b1606db0f2e85a1fc0383abd0c93949b7028f2520c3bb0b3b47
MD5 601ff3d60be96928fba759b154a04a0e
BLAKE2b-256 68f436cf52c754bea073ce9ddfc194dcf413e359244d52bd96b31c4c4a7127e1

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-win32.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 330.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e30eb7c750b24eaaebc5ba2afb140c840427b97ba4e2a823f0f443efedbf879f
MD5 ef35233399283725aae3aeefa7835255
BLAKE2b-256 7517cd3d9db80f533e966936dd217cd133fb88cb522983be9b8c60ec03dc492e

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a55c935eeabb71476c333fc433f103ba0de4e1772f974ac6ae0e517f20e8edee
MD5 162c9f798adfade5dcfa04e9853e913b
BLAKE2b-256 05c3a54253a14da5a364c4161bc6c0266f8a7f6af232fef852e160bec8f2f235

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c24145610a4f98b15adafe3eb778f102dfef17f8850141bf3fcd4a41e4dc4cc4
MD5 d7ebff158c7fffeaa7b6a0007826d4d0
BLAKE2b-256 3fde59ff1890dafa486ff6913fbcef91a2e767fa8e5fc61dac79e03db24497a9

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 34e672c13c715877ac26477f14a275fd56366abff9aae4710ae7714c192e0fe6
MD5 7dd1c25daca285181d89dc320b88ee83
BLAKE2b-256 fbfeec680c7fa1d3c04280b017575c1befdd81011f92ee405d0a7ddfa6264ef1

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a7585b5e52369486034eb859eca1b378d8db447eec42ea7d78a0e63975f81a06
MD5 839468741db32a692de419aa1c867f4f
BLAKE2b-256 3bdba6133fce96500ed4594fef96f496832a37714b8902330080496367ef1c32

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6c30693a57a16a316f7d285071db1654c5e3fb6c18358710ba0258fc3552be89
MD5 02883ccf63b586071b5b4b6556b40596
BLAKE2b-256 efa8d9b7902231a6524b7d4cb721a9cefd572cddff92858aa91ff7f392032d24

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7cabd97a3726db499022ba985a911f7620d527ac563363ac75a953073490e69
MD5 f5015bb8c122892c36fac41324464c18
BLAKE2b-256 25ef76c2caf31fcc2b45b76685c48503cc8fe8f343b6e3eda14891bb2c7b4b0b

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf76e3a1f83b7d1f11366e659b49fbf7f71a5dc8f7ae3d58e80575021cb391f7
MD5 67e2c9860eedb0ff4c1f20af446ffc08
BLAKE2b-256 99119e68b167a4b37ad8172c7d7e6be212eb261835447da8b7b1e73ba0126f39

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3431f82bfa70b011e75ec47d8ad0f7b5ecf02eb05f702c6a5e4c694ca7942925
MD5 656c0bb63b2de79b5559165168724fbb
BLAKE2b-256 4b969bc300f4a457807747fdb25b03b690dc70a48e4d2c4b13afe461ddeabc72

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3b8a6bedd40a1749b662bcf4afefc8ad23bf6b7b64f9279db5900a9a13a7d9ad
MD5 afe27188ffeef31396753be5509884bb
BLAKE2b-256 c7a6d809dfd20f9db8150e879dd205659f61af69e045be1f679946a0007b0a20

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 2bf7238f690b5a75f759b5a4f7d15533d00053a1053d9558903bfc80e36a33fe
MD5 ca90815d8255ca46979ed3798ebd88c3
BLAKE2b-256 1165e10b1d55a4622e8c8274e36a9e079a293eb43990400807e500ebf21d8e87

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98d76235468ea4106b54208c79d1b9ddf32ae112544ebda180a4f0f3fd36f952
MD5 5dcf779e5dcf87415661393ddde62ee8
BLAKE2b-256 3be73d9eee53c053f958796316710a4a30e669ef7899b6c305620002d907dd7a

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 92e262d32fd55d73aaff1814e07d3970b3a43421c695b58d1539b6fd64185dff
MD5 028c781be853eb89ab4c874c78609fc1
BLAKE2b-256 396a3d253f59f0c098b395a6821b4cea2c7a35785b113ec63496ea791d640214

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbb73531c001ba391ef6a0a0f629deb1eaf19d079a5c2539b21c807458fb87cb
MD5 a76643261ff02ad812e69370bdad9c37
BLAKE2b-256 ed6270692fc88e9a5cccd3824f983bc212130e8d6357c17d3a5ac2ef1671bc49

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 20971fd32a580231bc1f8b527d4dfa27f8627b04f45bab1c4152241ae9083ca9
MD5 d8fd29d6a3aa05fccc25fc2153671782
BLAKE2b-256 02bac4ee8902199023a1a71f2be06c2f81388850018f3c2f54485aa674ddcc6b

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c64a90f7b65a103cb3856238397625d7c6202f195d9c6b23fa172c021360021f
MD5 1409cede010cbe5dbd936954d14b5686
BLAKE2b-256 60c67353ab666ffcedefcce1d025b2941b84fe6fe2fd5387b12a8fc6bc35437a

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 336.9 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 adc60076f4bea39ee7f7e2402a4950358d755949420e4541240e386c262c802e
MD5 9a549603e2c54abce67d3802bd1ec58b
BLAKE2b-256 48b04dd1f4fd117dda020433c47a75f9340d40c14522219707bb13d49b6f25e9

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 343.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0316eb585be43b6deba0d1c3bbe14ae1757b57baca12b02229b3ca1fdc3de8d5
MD5 0e6f15ad5f591e46e8f6852ef1369014
BLAKE2b-256 f1738bfd8ae12dd95e8b50609477be4564bbb8719bd3bb0b8f9fc33757792aa1

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-win32.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 329.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 112e970ebb82b0e6fde58f299ede8842a606f77c21257ee874c3307c654dfd29
MD5 b4be9e960bba34a5948bd5fe54e48f1d
BLAKE2b-256 48682fcd31a81c1f678713d8c04306e9ce3571b669450f95abf2cdc0f99ed5d9

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2f85e7d6a1ce92ec48f3c1f87ca740568b18ed894faa01a1377f199b1b51e16
MD5 5df85e87b88522a2135dfeaf0cb82e11
BLAKE2b-256 d2e10cb8364185dd143b2b798c4134502bef3535212faf6c940075a5e80f303d

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 961845b7881dc7fa0692ce8b7b394e0ec5597983e0648dd4a694031c21118d96
MD5 b05751eba8a2fc603c82fb143332a463
BLAKE2b-256 490fceea812cd38f425a4054c5bb10c8df615b4dd6d720fef774e23e3dc9ae21

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 8e93b9f63ecaaa82efb606cb7486cb7b14b03acf3afc2ae525f480b0a57c4693
MD5 e1e9f5691e23c31d3cb78a627aebcd1d
BLAKE2b-256 3c74b1b0d2f90b00ade43904d3f79edeb34cf294e954a91da5b021652fcff580

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bc3edbc9496512a3289bf5a5cb72cbbbea472cd9004724d3d33cca343cb40082
MD5 2da91dd675a10b369d0d8ef9df4c9da2
BLAKE2b-256 592e64d9fda62a68ae4225d566418b0de9fb745a3a7517c960206d0583051f13

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5ee2b5bca9130f672008cb0dc63c3b32602d3da6c863adba5579d4e8bd195d6f
MD5 3631bcaa5dea98fc830b2b69ceb2a3e9
BLAKE2b-256 e3faa7fd946b995373ff5cba93e10860357e89fda48cc25e98b8ed992bf8fcf5

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea658c45228348dcaaf36f0891377166ea644e448d0dd8a0fffeb304b6742dbd
MD5 0bdf0998c112387c2ca9f33534abab3a
BLAKE2b-256 2fd6a1def03ac694304dde41a9d38a07241d8e427d8b9fc753ea3c7879c6554b

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0dc2639aa989e431a78bc998daddb135014e8ec025405c2dce845610f8da3493
MD5 182c2fd3a739839c703c189ce401a705
BLAKE2b-256 cdcf483df38d2eac27aa0ce9173f07728d774b184a2551e7f8c2317fd71824bd

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 be2f2d653704f72f5d4fab375eecfc3d188f1f2fdef8db198f92fbbf1cb12211
MD5 9485f8cefe2c3196f010c58f6bb02923
BLAKE2b-256 3d9e37e5b6a54cefed1443c2c1a45c11b497a5ca9a80107513d9691d61aef728

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ce77bbda211177ace6522225e4e8ea6770137dc8a119a33edd1168ffccebf965
MD5 208469f129e26b07e82f9cb52d956da7
BLAKE2b-256 8b99efbc903a7d51c4d1e85941469635d3e161ce360861bfd4d2eb1ecdfb57e6

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 f5f34cfc1f09e79ef4214ffaa6e4274d75746284d8bc21f9628b987b33fe4ee1
MD5 934f82a5f2eb6f498bb46f84917fbb3a
BLAKE2b-256 1af8162965289ff01e7d5f4576b8d51f0b496b1335893eafa6c9e245fd17a195

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f45a8a140f3952a44d4d83ac291d33170f368b8e723d1ae6510723d42325b4db
MD5 e09983d4d491fb9c67f75b5c08ffd8fd
BLAKE2b-256 f009477a544a85cb7bb25dd1ee19e2c419f1c4913f9e62bdeb7d258daa4bf8b9

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 86295a4128b6dd2e52a457cc53967f45a5deb09df433b4f981b7bb43ce6e33ef
MD5 83926480a0326c50698434de56b7796e
BLAKE2b-256 e6924f773634fe2e92611cebb90bc2722e6ab95bb1700e0b558d840dcb9b8f22

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56b2ba7d73fc8e2265cdfa440f3a43aa3bfd2a979d1c62a21fa648d0f330a222
MD5 bf026b1cb894550b45f94813d98bd0b7
BLAKE2b-256 1d6735db5e0e4d67298ab83f3c8f94375a374863ae730aadc708dc1cdc017cc8

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1fbc645a1d0c447b5371b77ab575342408a6faee1328975b314f9562bce8d253
MD5 ec39a5758b0a4d835069170bed763cf3
BLAKE2b-256 a2d6d253d344704252a4feeec8f76d3bf2f860b3ec812fefc9793eadf24f4645

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a079e72d6a3b00db276f5ead60b7b9ee42d81d880bea461bd6548f0ac2c457ed
MD5 aecdf1b4cb0f14dafb746f0d1c42976b
BLAKE2b-256 80ac0db7e5a268603bfed18599ac447304eb36eb22cc85d3d0fd51f95b31d918

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 336.6 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 6896a81a486c8eb192e9d57289277a9033214ea168ccfa2a96668e30533d6801
MD5 7b9521222546b5ff386f1ac552e90745
BLAKE2b-256 2ed07e9b6b0e8485fa4a8218bd8dfc666d69d609c7097af3c1c882a7a9a609b7

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 343.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3269c608683e76f19ff150fa35f9ec44c7fd7817fd75881befcf61a730784fda
MD5 6444a6879d28a7275b1c9675790763df
BLAKE2b-256 b4cb6d174beac5c551186d99496077ca8a95b6b23a9a51d714625d0ac7f024e6

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-win32.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 329.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6cdb96df227923a253741b50ead4c268e4cc29b57411b4e81af5263284ba9c69
MD5 c526ead29734fdcc24ccf5c08fb4dbe6
BLAKE2b-256 aa09aaf576179cbf975118d6935b11bf2bbda03733d4c9e25e04e255c90db6f6

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54d1591f2f113c89c966e1b3f05fc02d51bdaff895b9a10ac9fa3da20fac8d25
MD5 3fde4522dc68cab86341515bfe2c20bd
BLAKE2b-256 f93cf788b8543aa258db4cf549e0e75ca9e49285ef1feb5c349e3fdb7908d8a1

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 963f91ba22f999639c710cb757f084c38e46621b5484dae229d3c9b068c0b969
MD5 45ce5178fbe4a1eb85c08bbebd66cdf5
BLAKE2b-256 1f8589a1d499d436e64ff10dde599041f64cb15d5ec809b3e7cfc6fa19482b16

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 d10779a9e1f9bf76e8844c8c0d6611cbc46863e948b9d20a6e8e6f455726fad7
MD5 e9b4210e0295718014e8c84e98acad1d
BLAKE2b-256 d6bcdce2224829ebe24f3d113a57ddd55e7125d364de0c2934254656b89c85ba

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 10c5d9ace86af29ca9acb6af740554a119485ffea255c34baf658bb70046f7f0
MD5 1899f14d3f6a760da5535db6bc9d3ed6
BLAKE2b-256 87f9a601cb5944d0167ccee3f4ff82f08bce683d7df4c4f98e597e77734d9532

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e1adbecafc7ac008821db9a2231ffa9c45924d10ab6e519bfda22a0e68cbb864
MD5 2785d481f93df70cc62aa63d7cc46064
BLAKE2b-256 e64fd564afdde77bc9b0a6a2b524ccf81d7b6de5770d631ebad35d85338eaa06

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70e6821ec1be13b7e2fe2f7d9623f133ec44fa3ee7b054e8d15979decb683207
MD5 04aa63811500148a82a8c29d25b26022
BLAKE2b-256 7b4254ea1bb72c8cf4ad060dac8d46720c057a35c7e1523db93543cf5460dc01

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75684a8b84c390f66fe5b9d2610479f22a4aadfc8fc029167fc6eee4a23e828b
MD5 508dcf6768aa3b0fe6aa350b6de9f920
BLAKE2b-256 5e16c26acc774dc485a6337b0fa57e36f1df024ecd4421239d30929373ef5557

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3271a4cf520c380d9b75b0763432fb2ed9206c75887bc3450cffad8de1e1c38a
MD5 94cb1ec72b83f3ac425a01a72764c2ec
BLAKE2b-256 a97f75241a2cf549d5ba3c13ec862b262ecd56972c881cd827ea7f974cba4bbe

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0e8c4c40555efa922f7ec2629a985406c7100a9c1529191bff488778c8915c65
MD5 a463d36d930ef3a1091e9344d6ec09f5
BLAKE2b-256 eac3313fda7d5322a7d47afb0e85537b7742c09fa3f1bc55f4831c766186d5a4

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 3741ff4ab802467b62bdf22d67f96d3a76a59df75c58c33d28ecaa8764f9f03c
MD5 35f9c51ef99823f4645798b10cc80091
BLAKE2b-256 bf5755db663b9e7d56c12001172ddcc0e5baf1c9ad43d67cc12546bd91670199

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b110ea58bbd448025506a76f49a08d0adc56c5ae32d995d63707ed1b457fe356
MD5 5ded005764c75b956a04f1fd82f98288
BLAKE2b-256 dd73adbeec5bd3c4b31e3e926685113bbce5c991968b83b0e9c60cebc921ff6e

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8cd2768c4dfed30609107f01a90529786b391f11c1ec4ecdb7d7dffd9499e2d5
MD5 c1de9ee089bf4408023cd853b43af0bd
BLAKE2b-256 ac53502902f14383603664679f35b3a786e2365d7dacce14e0882eb70d21a63f

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85fa5c00312651f5fb68e0f3c64d827f79173e93384cb7860340f7ab2436e7e5
MD5 cc2035a7384d761c3091e03b4944c161
BLAKE2b-256 2bbd542b88aaa7371d3edbcbcae6470cf4d72fd51937c5d0dbe56c98151b3ee7

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aef64ad43d00a45855b1ca6f39b34fe7355dfcb3203d4e34b7ee75bff9bed917
MD5 cbc75850b94dcca4b9629b3869f9972d
BLAKE2b-256 d91f3373c909e1857011c5c2f64793f00e30f80d1a74510fb329f69b1c27d591

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 220a49a56fc2bfd3189ee29bc1055d808808fd2ef372ec933ebf08f79b21acc6
MD5 b3a2ec3ba6304a76445c84371f163c84
BLAKE2b-256 22fa9956b24b3fe38948cae313b3ee3756a1ae3e026ba4758055b08ce59414d0

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 336.7 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 a27b220855b08487b3922adb9001157c4993f032a695b5e924460f9db12c91f7
MD5 9bf45ebf5ff04e1846dfa1f2b08ddc4b
BLAKE2b-256 6ef4a8d5cc085a45fe485ed5c7eafe083deec8c1b78601a61a3ac0f8d24c99f1

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 343.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c56564dd284a7e81ddaadd4683d315bbeaec42918e127e1842ca0099ffbd499e
MD5 0422a2c3f095f4fbe4233d8ba7a85054
BLAKE2b-256 5dbae4424b45a05c86820ef8767224b74cd5dcfacc35e6520a279ca8992f73c7

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 329.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 35f9fc4f34c9e1681348bf359299d133e332128c773216d2b7108861961a4540
MD5 c2b11ec9cca7bcc73f658fb69673b1ab
BLAKE2b-256 0ddad762bf65fbdf4497108c93aeafe4be8941af2a01ac2e8d0d01995971b969

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb27575f45a126258a5ab728faba19a45a87d2ea6c503b4f923036f377d976d0
MD5 7c078858bf42da864d4bcd5210970f44
BLAKE2b-256 ea56294d07a906cc857b39eda006007b28d86b081dd1e941693824a2c57b06a2

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 36548f155c1b000d37cf2371ff4662ff04d4e6e0d34b882e8fab3f1ebb50f8f4
MD5 bbe5b705a88c15521c4d9a3616f55883
BLAKE2b-256 2b6deffd4ca4eb9992906f85663994fe75c24a11fd05e7fc067eb393266347c2

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 035b2776fad7c74160a0def7f8df88cd44535edf3026675d31b13d0b77f73f4a
MD5 2a501beee8fa2e1ee3cb47c1710929f5
BLAKE2b-256 89831ac13dbf287f67f3c59f5990800a1498d887d4d34438905629750b17d717

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: guppy3-3.1.5-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 601.9 kB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 524d6330ca1bed0675ad27866257be3fe6f0c9aa635ca7663822e3bb04c9fe8b
MD5 8c74a44063d76d0646f701e46b23853a
BLAKE2b-256 9e6c4eb9a55695ca408579fd741e33a422edbba0ea9f7299681f6a7a37d4a6f0

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9a3e797349b3504f46c7acf63c4f8856859c63f15deec7d11a3444093213117f
MD5 b9fe1a3c45b9945594bb798a02d7b6c2
BLAKE2b-256 d46426010637eb74a975c5480c11fd33bbf09b0458c8f003a513dc01ce25c74e

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eb15e45890faefcb14cbf0e7efb3e824461a13c595bf3fd85eab34b8e34150a3
MD5 3bafa52b70627a788f580f873e0d7dac
BLAKE2b-256 6467d8a0d60591d32509ca5992c0f1c3e540f3a35d05ad5ec8f5c4b298cacb0b

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e572e36b55a9efb518644a7b371d8a2105fe3e78d02b71b27dad72c51e8b5d5d
MD5 a6a14736ee9c59f6fb186369bd0b9c99
BLAKE2b-256 f6fdf27318b168bd17d307da5ff9194805ef73126a2b1d1f07b41b9cae5fc2fe

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bd56aa380235964a8f8b3332a31a5d163d89508d9e1454e7fa3b53bfa88f4327
MD5 450a06f2e7fbf76472f958c6e51f97df
BLAKE2b-256 7cf8bb1c431c01e6ad8f5b853ddd12b7c8e3f065856166a25ca2629408e5d8ed

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c66c01c564e04160dbb3407add96ac7db86b223facdc7d63ad76b36aa99c5607
MD5 7c81c1aa699d2b0919167db558db0e30
BLAKE2b-256 f275ca71804cdac07e20b33c7f0d8857b1b9aae1d6cf4c59da09043e512ed9b4

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 0fed30a2d6f1501cc351a56c7d7c0d1582622de4081e3fa9a963899ea49be327
MD5 a78fcdc0960da2285d3c98223cb53a32
BLAKE2b-256 f9c7bf62e4d71fafd4ed40a0f50af9bb385cfedf51060a120789906f0fe3813d

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80b4293001e8c5eddc1d5f6ac169e6a2765962e02118c4d7c12c7ff0e930043b
MD5 a0dcf38736f50eea224a7e24e155a8e8
BLAKE2b-256 74aba50c42a5c60bddc63956c2f3d71eeae616e0f11adf17d565272cc484af09

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fba9f0da6ff5b5b3e101464778b0dfdb1129217fac6900c34d4bf3f7f15467d7
MD5 55da0f2bf69f3162f334d0cbd7a4437b
BLAKE2b-256 f362bed57b08016a4da72fed170acdd3090138f4d8480deed198ebf6d055df76

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30b8253cc51295c52f138e844fb9766959b6c4d036f5991bfb8325fd28b8270d
MD5 032abb2881310847183acd3dbbbce992
BLAKE2b-256 c28d1c339cacfaca2b19e012e1446c43920fabff2aa2eb7fe5815288babf4eae

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e9d81d6b6e31212cee3d78240011cc13fe4e3209596f4ba7fe98b9edbd3ed1ca
MD5 41698fc13a3dc5ba759c2c629be178cb
BLAKE2b-256 59979fc5cb55ebc0a586304b2e0e21b1920c7d5c3dfcb6efec050d68d76a2a9b

See more details on using hashes here.

File details

Details for the file guppy3-3.1.5-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for guppy3-3.1.5-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b8d009aedc3c90574f39be68e081002a0132cf59c1aa8c2b0600ee0006a97281
MD5 3710cf9fd4437b124b101c9aad671235
BLAKE2b-256 852955127ab2f363986e334961ab67909e9ab5019d1e6ca293ce4cec33995213

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page