Skip to main content

Guppy 3 -- Guppy-PE ported to Python 3

Project description

Guppy 3

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

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.7, 3.8, 3.9, 3.10, or 3.11. 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. To use the remote monitor, threading must be available.

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-2023 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.3.tar.gz (343.3 kB view details)

Uploaded Source

Built Distributions

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

guppy3-3.1.3-cp311-cp311-win_arm64.whl (340.3 kB view details)

Uploaded CPython 3.11Windows ARM64

guppy3-3.1.3-cp311-cp311-win_amd64.whl (350.7 kB view details)

Uploaded CPython 3.11Windows x86-64

guppy3-3.1.3-cp311-cp311-win32.whl (338.0 kB view details)

Uploaded CPython 3.11Windows x86

guppy3-3.1.3-cp311-cp311-musllinux_1_1_x86_64.whl (679.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

guppy3-3.1.3-cp311-cp311-musllinux_1_1_s390x.whl (688.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ s390x

guppy3-3.1.3-cp311-cp311-musllinux_1_1_ppc64le.whl (708.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ppc64le

guppy3-3.1.3-cp311-cp311-musllinux_1_1_i686.whl (658.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

guppy3-3.1.3-cp311-cp311-musllinux_1_1_aarch64.whl (681.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

guppy3-3.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (674.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

guppy3-3.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (683.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

guppy3-3.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (705.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

guppy3-3.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (676.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

guppy3-3.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (653.9 kB view details)

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

guppy3-3.1.3-cp311-cp311-macosx_11_0_arm64.whl (362.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

guppy3-3.1.3-cp311-cp311-macosx_10_9_x86_64.whl (362.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

guppy3-3.1.3-cp311-cp311-macosx_10_9_universal2.whl (456.8 kB view details)

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

guppy3-3.1.3-cp310-cp310-win_arm64.whl (340.2 kB view details)

Uploaded CPython 3.10Windows ARM64

guppy3-3.1.3-cp310-cp310-win_amd64.whl (350.4 kB view details)

Uploaded CPython 3.10Windows x86-64

guppy3-3.1.3-cp310-cp310-win32.whl (337.8 kB view details)

Uploaded CPython 3.10Windows x86

guppy3-3.1.3-cp310-cp310-musllinux_1_1_x86_64.whl (650.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

guppy3-3.1.3-cp310-cp310-musllinux_1_1_s390x.whl (659.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ s390x

guppy3-3.1.3-cp310-cp310-musllinux_1_1_ppc64le.whl (679.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

guppy3-3.1.3-cp310-cp310-musllinux_1_1_i686.whl (629.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

guppy3-3.1.3-cp310-cp310-musllinux_1_1_aarch64.whl (652.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

guppy3-3.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

guppy3-3.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (653.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

guppy3-3.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (676.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

guppy3-3.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (646.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

guppy3-3.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (624.4 kB view details)

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

guppy3-3.1.3-cp310-cp310-macosx_11_0_arm64.whl (361.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

guppy3-3.1.3-cp310-cp310-macosx_10_9_x86_64.whl (362.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

guppy3-3.1.3-cp310-cp310-macosx_10_9_universal2.whl (456.6 kB view details)

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

guppy3-3.1.3-cp39-cp39-win_arm64.whl (340.2 kB view details)

Uploaded CPython 3.9Windows ARM64

guppy3-3.1.3-cp39-cp39-win_amd64.whl (350.8 kB view details)

Uploaded CPython 3.9Windows x86-64

guppy3-3.1.3-cp39-cp39-win32.whl (337.8 kB view details)

Uploaded CPython 3.9Windows x86

guppy3-3.1.3-cp39-cp39-musllinux_1_1_x86_64.whl (640.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

guppy3-3.1.3-cp39-cp39-musllinux_1_1_s390x.whl (648.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ s390x

guppy3-3.1.3-cp39-cp39-musllinux_1_1_ppc64le.whl (668.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

guppy3-3.1.3-cp39-cp39-musllinux_1_1_i686.whl (618.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

guppy3-3.1.3-cp39-cp39-musllinux_1_1_aarch64.whl (641.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

guppy3-3.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (634.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

guppy3-3.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (643.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

guppy3-3.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (664.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

guppy3-3.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (634.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

guppy3-3.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (614.6 kB view details)

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

guppy3-3.1.3-cp39-cp39-macosx_11_0_arm64.whl (361.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

guppy3-3.1.3-cp39-cp39-macosx_10_9_x86_64.whl (362.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

guppy3-3.1.3-cp39-cp39-macosx_10_9_universal2.whl (456.5 kB view details)

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

guppy3-3.1.3-cp38-cp38-win_amd64.whl (352.2 kB view details)

Uploaded CPython 3.8Windows x86-64

guppy3-3.1.3-cp38-cp38-win32.whl (339.3 kB view details)

Uploaded CPython 3.8Windows x86

guppy3-3.1.3-cp38-cp38-musllinux_1_1_x86_64.whl (658.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

guppy3-3.1.3-cp38-cp38-musllinux_1_1_s390x.whl (666.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ s390x

guppy3-3.1.3-cp38-cp38-musllinux_1_1_ppc64le.whl (686.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

guppy3-3.1.3-cp38-cp38-musllinux_1_1_i686.whl (636.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

guppy3-3.1.3-cp38-cp38-musllinux_1_1_aarch64.whl (659.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

guppy3-3.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (648.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

guppy3-3.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (656.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

guppy3-3.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (678.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

guppy3-3.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (648.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

guppy3-3.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (628.2 kB view details)

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

guppy3-3.1.3-cp38-cp38-macosx_11_0_arm64.whl (363.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

guppy3-3.1.3-cp38-cp38-macosx_10_9_x86_64.whl (364.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

guppy3-3.1.3-cp38-cp38-macosx_10_9_universal2.whl (460.6 kB view details)

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

guppy3-3.1.3-cp37-cp37m-win_amd64.whl (351.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

guppy3-3.1.3-cp37-cp37m-win32.whl (338.4 kB view details)

Uploaded CPython 3.7mWindows x86

guppy3-3.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl (618.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

guppy3-3.1.3-cp37-cp37m-musllinux_1_1_s390x.whl (627.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ s390x

guppy3-3.1.3-cp37-cp37m-musllinux_1_1_ppc64le.whl (646.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

guppy3-3.1.3-cp37-cp37m-musllinux_1_1_i686.whl (599.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

guppy3-3.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl (619.3 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

guppy3-3.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (607.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

guppy3-3.1.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (617.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

guppy3-3.1.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (637.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

guppy3-3.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (608.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

guppy3-3.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (588.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

guppy3-3.1.3-cp37-cp37m-macosx_10_9_x86_64.whl (363.9 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: guppy3-3.1.3.tar.gz
  • Upload date:
  • Size: 343.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3.tar.gz
Algorithm Hash digest
SHA256 f79779ef23f02303a1a70a8ef3b4eaffc487a37184889966903d6ae274c56f38
MD5 7b76d4cf685c30f3ca51084616740402
BLAKE2b-256 6905533f8782076694ace7785d26c2090665e0f73661292b14422a350ea46f14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 340.3 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4219e2c4504e536d2ceff9018e97a4283f14a23062d94ff031fffa045953c49b
MD5 71f5dcdac60d403f08b2a6f9b88a8129
BLAKE2b-256 187c875d6fd38ec491f1d6b2a1a9e0034287a34161e798527688d89843c11307

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 350.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2ec2863478a7d71578655c69fd139c2274c137c4de1a6a1040c7983c7b1dc439
MD5 bf770df0afbae6e6899ee4948bd83c14
BLAKE2b-256 c991eb4d4a5b14ef9df0fc00a4e9b4c6e061377f3761258997f7b5cf5b6ecd8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 338.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f06a6cd6ed72828b847722c3246583e334c24b8c0651595fd14a02d27c3c9817
MD5 ed549c9d85695a5135a76fa03f770838
BLAKE2b-256 9123a0bac070ac334d9741453de613cf0fe3d5ffb77f2f4bc97ece3d2f3e4e3a

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 22782fac751f699ff7ab27743eb848f5b53c2c718935eb9ac15cd0f0292b1400
MD5 886bad35c6524c2ccb3d4655c59468e4
BLAKE2b-256 f9b010871ed59253bbe9d97e09eff9bc32d9b41844eaf5ac08d160b698a74fd7

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp311-cp311-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 ba58deae40d44e6fd697d6d11c295a2db06ebefeb85bc2f4e3633dbcdc192a75
MD5 de5e74a48364f4c0b93a32e4b136c0b8
BLAKE2b-256 20cac65794fa0ea5b6ed4be9e822ef1ffd4e1540379938e2920534febcacf118

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp311-cp311-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 845af61c017856a14199ef95e0aee6f0e8209a957cc95d764726ac1593e5008b
MD5 b5e44f634dbc13fcf1cdc4bcb8da362e
BLAKE2b-256 7b4ff92d64bef4198b606931a5c88a22ee107308ba2aaf6f1adf6f0494f1e15b

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f6e23a4c42ba99358cd6f76283387d51248b002da8a67be461a74fc5244afbb2
MD5 010378ee15ab7e7cbb62649a9b123458
BLAKE2b-256 223d959b273d450b6c1183d226fa7fa2a06ec525cdf13e3fc2cab6c9113dcfc7

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8506810dc3ec1489400022cbdb15e7cef074c7ce6394e7ea5d50cd5da14c3576
MD5 36105583d4861cdbf0e1b311d2140ed5
BLAKE2b-256 a2be2bda1d879817bc7d3a025e0e2df14a77b50112370b450217baf282ea4652

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 853281ea80074fdf8b9e0f34329af6b0d5152412e3670cb410af665c6761c6a6
MD5 f22ec0b5557c7f23fd10b9ec22947f88
BLAKE2b-256 f84e30ff04b919e554cfa6e14d1b0f85e258af0cf3fb0a6c4636bd2221c57781

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cd594247321b9f3d18fcaea375f400dd19e6683671f452ffacf424f16821b1b9
MD5 5df463ea2a35b38377095b6f81b74730
BLAKE2b-256 9f878ca68260776508b9756210519ffd18c64b77c57e6644bda43a0d3de9f97a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2b2501fa46c3b831799c32e7695404e52cb3533a8f8fba348e5a1b81b0350410
MD5 73cfcdbd41cb217e63ad88d1a04d9f44
BLAKE2b-256 c756608d263e358e3b9086e8e25319c380ebe81bd12d3a2781f976722e8620b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e827b28d97c63ec336518d8451912b843f2ec73330bd9907da9fa4c81fb870c6
MD5 a720b966b189acbcd5605c43a87d5223
BLAKE2b-256 5ebb3f4fc20ed3013d61328ad63259182db922a0e6da320f77ca0b9ddc0de3f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2474ecd3c803e184882e49a389a6ec7582144dce886533389ef6ed5c76b7d7a3
MD5 284e6625515f512de7ff00e18ed6f5bd
BLAKE2b-256 28b8a244c10910a034184e388866f6b271a3eb6520dcc3889e697ef8c199d28b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df1760acd2ba4af84586e4dd2a8a265acd59f38c3f2c1ac4d4f6c5e1f45298ea
MD5 cfc6a928f5873a7f8a22774c27f3ccf9
BLAKE2b-256 ca43d1d1b6266da1dd72e742774e40d6427a1d99bdc6a216dcea0b14882c2488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5918d2ca47c04b06577335a90627b94a765ee16d09802a7ae0be4de11a1d75d6
MD5 95410a49960e9513c236f92bbda3f6ac
BLAKE2b-256 7dd5114265b42ef8ae077aecfbc0eb60e03ca471d345113d4d5325f5e392ac3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 69cedf5c6dbcf0aba091d1600a159546739fa508bf4f487b1b952089bd48643a
MD5 f2f6f31a879a2acc20719cace8e74a8b
BLAKE2b-256 1429dc35e5ec1363e7dda40d6434eb51009861211f6068e4caa4b21d2f512d48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.3-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 340.2 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 d2aec03725574dde7d45936254ee4863e920459a66bdcd8cc10b2d788b3df013
MD5 00417656a1fef6b307f8df0c1fae4f87
BLAKE2b-256 85b04c826801fce767fa164a919aadfc5072f95893c3970d3196dff1908ca556

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 350.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 097c5881df910a5a46ffbf9f853b2e19f0d816c1da25b822fb7aa83195baca04
MD5 4e78df96dcfd01e1699d2686b7d52054
BLAKE2b-256 a787fe65577dd61aa5ea5c35447062dd739878f450fee98dffa29daa4b5cc533

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 337.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e2ccefe1aeecde1ccbaf9a35240910d0090390001fde35130f3b5dd06c609a09
MD5 94cfbe937c61049ef7dab23d7325a356
BLAKE2b-256 c7d13f9656e405c5fd331e20af116e498612bbb334d52992cda5914d256f4b61

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b06e9ce59ce9968c5d98f28bc12228ff15cb326f647db3e07f1fc9d63d9a6794
MD5 ae75e701681669d27cb7076c0f448ea9
BLAKE2b-256 351fbd83c8f5d01150bb42650ad469681c6b083443a918243be568ad7e36ffc6

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp310-cp310-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 69cc699515abea93c3006e4572a9d7c62d0a4a15e5b64e870481a6fdfff2204d
MD5 efb0b4b53d31a34952dee30cc4cc8a81
BLAKE2b-256 b539f89eb4ef5874932c1f3efa43e4f6954eb3721a823a5074b549a7e1abd2e6

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp310-cp310-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 ddb30ecf813da3dc118841433ae2d504cc7de72c2c0ab7a2f5841c16e2ed45d0
MD5 7a275f4c208e4d40035c89a3ef546ff2
BLAKE2b-256 b2ea11313703b8cc3563c44382a2142d39ebd6bbb4d5166589c4e08ad780d9db

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2a16c4a3f68e77a1b6a2ed6f4ab798b12def8b70f21bedd894a137bda0493ade
MD5 d98b3b47b5dd939bde4672873acdec50
BLAKE2b-256 27567027ccfb9f3de2f508ec2209c94bbf9186c50ea5e909d14659e0428cb392

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7089ef673ac1a00cb66995bfccb488bd07dc51886e380b9bae394269827b113d
MD5 69410ab4941002f277ba24ec04b7491c
BLAKE2b-256 84c956750cc76c9e15540cca677c4c042e63b07feeb04b36a32846ad359e1c95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b01a5546d8fb5b0fb04f2cd59f49897b0fbecc817b6fed3e8d8545c271c4c60
MD5 005dd49f9555bd9a7c023588b182b32a
BLAKE2b-256 89dfe1f6b8acbc4fc8d34a1c906bb527125ac3e425339095079ecf34b445cf7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 733813937e5bc7b41feb3c01373b8bd477ff38f442f7bc9a9546cf72fc98c722
MD5 371d10ced417f6456c39cdbb68040204
BLAKE2b-256 85c1bfaa9c05d856e0c018acaecdc4a7c7fb7139a59dfdd0a5cd36aa65490aea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e449ea1f47102c271d1b406c58e7f3874555680cf6c76a0e7201ab817b0d84b2
MD5 ee7837e5555cb413acb23ffdcc3abd7e
BLAKE2b-256 c1f3c47e2090e86aa5da947cfe1e12c99911a59f73b1eb2d3c0ea3f0cc787243

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f6b0671c0eb2d8fd4a9430ef0fc43e853a39b87428b565f588eea435c22a13c
MD5 74ce96e87fed13e18599718fdf957a51
BLAKE2b-256 bb0e068a9d073a713dda9ddbb4c88c077a9f2c3fa3d5c279a2ff564e127d0a42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1fd57b3f0cf0e90fbfe1290be2e8c4501a281751f748f133861c917285b77865
MD5 1730ebd1dc47f727ce15871c07652416
BLAKE2b-256 d4164f9ce0329773008c3dc04825d2c644b71cd9c80c3306ed5b27350c32cb36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1cf8b1d7b4f3ba9ba85a8ab5f7e1210ae2cb38dd5e5d65eb3e112fff115f3bad
MD5 649ee6d4a0c4a65ad2ad9de0bae785b4
BLAKE2b-256 c8fa1e74ab3780bd96ac80b13b7012d637acde82ad490a6103ec9d7b5b2fb416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 94f74557608a3fe3cd6eaacfa3dfdfccc7caafed6190186c0a7c62d1b1dff82a
MD5 ddc1e73d44a8b5cd671f82c2bc89abf3
BLAKE2b-256 2cbbd13e72e4efdd027d009f5f968824137612a018a815c547c142bf6d1bd1cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2870a4aecaebfabadee46352594c105e21a70d82e8e4de375940e84d98761e20
MD5 3c6d6370bf9e81397f770b582f509b3a
BLAKE2b-256 d5c9392f0fa722097992d54e97c1eab56bc6ecb148f6d3155d92a753b3e81554

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.3-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 340.2 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 a68b6d66f3b02798f3a85ad3433a5d687a72b7138e0b5ed08286b00de9a42fde
MD5 5e303570a22e330584c85e57e4e987ba
BLAKE2b-256 664c4e7bbad6b877853ae0f2c5393a48e0c8afdd44c6ccfd9680b9822887f3ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 350.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ae0538cd6d0786c196ab40d7fed39ae42cfcc1f8bbb8513b3a7405dd3c69b598
MD5 58f2203d05bb1d868cf63627ef6f5761
BLAKE2b-256 059217fd7560bcb7d4705c840f5fb3b8ff3a43554274d92b68ce66953708c004

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 337.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 220aa40b4ce11681b51197d82c48b0262d18286c2449ff234023ff4741676b3e
MD5 9a807032b7eb85ed5e8ef1ad343defb0
BLAKE2b-256 2bbb6e1031f308ee620d64469fe0a8177de827c5453560fd7c320786ea360840

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d7f78701ad8d30ec18d79c8268c207938a591d51331c1071888a6c14d6ef6922
MD5 805ee73f3944bd397c1a6763e2edb437
BLAKE2b-256 ac201b990be32ec228cf2733b8bd93d8cff1b1c5d01f8edeb56271e7de825384

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp39-cp39-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 cdcedaf3df7ac0d179d786e15e193f5c2795872a7201005b61591a3f745d9e83
MD5 7ff4ed067cdfcf7ffee42bb6429000e2
BLAKE2b-256 b8dc44c13f213416e13d59d54f3652a9e01565970be4d9c5add0e66c2df57773

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp39-cp39-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 0132fc12e56359a9f0aa1e055155ddd1ccdab783af68678cdeb6ae6fb2465a4d
MD5 ac0353706ff3354221ee8281addb9227
BLAKE2b-256 1e6eda99b4ba457231e2f46653a701519ca80a0aea41cae0ebd944f4c93577e9

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: guppy3-3.1.3-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 618.7 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2ca12f5e2e99d230b2a88df813fcdf3399623ebf7a6221179a395671b3da6a42
MD5 d1a8e4245642e76b857265913f798f78
BLAKE2b-256 df249b14954623656cd2551b329f0118eac80583c2ddfbe34f789a234bf0f633

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c169014296bc4d5c409d201908c7baa124794b65d7a2073a6e6d2450991fc88f
MD5 1da3be86a1f94ee9888c80ae80b9f7f1
BLAKE2b-256 51e8f47d293d0511cb68ba2add0637112136bc550a0a5b3ba3dacf602cd07607

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59f2bd4505f1e34b2f7e9a6a03ef1869f93644ed6a8681b69614dba7d9ce6f8c
MD5 791e1e4301cf17d51237e7504e5ab239
BLAKE2b-256 25de7eb1e6e85bfa88183f32fa55686f21bf30b2c56f312b3618e17c3f4c1b37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8b3e2b44b54348187af14a61265de20f4b289acc6156b640a3a5442ab83843cd
MD5 461b0365b14326549e99d92103fd5de0
BLAKE2b-256 3655c856fc7af3a978a5c7f8d6e64ebbeb31fa011fa47aa1c802f3cfdf3ddf29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 41945bdb9e0118cb3aad38c1d3533d4438b91763dab999e2331e9b85dd9e8d56
MD5 c38d65ed72b7040145878bd2c9557022
BLAKE2b-256 0213534323dcc2c8b6754a4f96ce118a4dbe7c9173705d48f69c8feb4453a50e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac590294831f35f935c5da07b0cc2cc026cf3eb56b689e125bb4786c8b752c52
MD5 1b115cfb141c0b4b0f5f8d0ca3f5c11e
BLAKE2b-256 0ce800d3027f194c9413fd17c014c1c3e7aa3296122a601f396f8396b4f78844

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf8eccd82ebd817ed57b1c21b3840bd44d18067486366ea98a1750bb430a70b8
MD5 00a59cbaeaa9c243282a7d066213d7e9
BLAKE2b-256 897d8e51e5a7a4655cd3c074ba194d58446fbf9788428916bbcf02691829198d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cdd08bba1274de9496fd50673ccb39b76a65545c68c65c33f8c13ab42615c5f
MD5 69aaf7fb5b7a0ed19cc3cf98cf680571
BLAKE2b-256 1f5c34c1e517aa3a47867cf9ad5436f64b964d187516e8ff12bf87e40bfaa5a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da6bd289ee2012b4c4095dd73f7a6c3d8745d73b0abfdba3749a5622fc5bed85
MD5 84dd2f5444d9a6fdaaa16ed14bcf7b12
BLAKE2b-256 465a45dac135c593a15f43d5446b4f9dded8eccdcef760d866a5d7b4db240a7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 298ce6f70363af715ed61fb5b43506c40d066a90c88106f6e55970383a3c1f3f
MD5 a8340aedaff733c10e4dbd0b7f6dabeb
BLAKE2b-256 325f302d81029003e06722e7d20da58d2d44197ae382f2b8867ab4d7733ffff9

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: guppy3-3.1.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 352.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0c8771df77610bec1cd93c21e568a45b0cda0e1f56fbdfc32d857458e782ce31
MD5 d6e4770b22358c398f5f8a7b72e44774
BLAKE2b-256 e6b3d60a315bcf28390958af80e98062e15d8c911bff1c33868a254ef90e4ff6

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: guppy3-3.1.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 339.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5cc180e3d50451e6581f88f060659dedc596c6f57cbdb4abe21c9ac26dab52f8
MD5 93cfb3fa63cff01123f57f534015c88c
BLAKE2b-256 f56f516bb6c2e884ef81def1614861c120d7cddfe2d19a1d048b79d2b0c5b8cd

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 48779219731dafb68c4935ace3d24135d25191d3b6d44984f2e425501eaabda0
MD5 dcaf1accf8929388b71a4a72168b7ff1
BLAKE2b-256 28b3f610ba51ca9ae004ae39ea5385fbcc2c6839e003d0f0b436878db300baae

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 a9b12bf3859a72169f227e35cd393bf8676d444d445c22304445e5cb4e64b49d
MD5 7f5da806cb35ff549435a64ec67ad85e
BLAKE2b-256 226334f2fe6e746e32864cfe53d5b2902bc0c9412f34b1593ebc11c50faa673f

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d8efb81dbd9be4a0e06ae999d34094668ddd48868e748fd6e8d6cd92b64eecc9
MD5 8ec40f3b8354af09b7a9c9fbc493b0f1
BLAKE2b-256 ba7dea58faed8832a4b220743a3b06d4ace11d8a1094280a359004189dc174dc

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: guppy3-3.1.3-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 636.4 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6c4b44f91ad8fd24ffc891b8ffd698b2c9a142d3e6f90af6bc9a1245fb0935fd
MD5 844616cd8894ed66c59a1f6094088d5e
BLAKE2b-256 cb329e97ff5d51d9f83b13a5aa0267a92d4c1731adabc56e3cdac7cae52dd910

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a78c15e64ade724f80964961d92d00e3e7f40902910fc77042474505ee60e18d
MD5 2d3b48a9656e1d0774566926e1adbfb8
BLAKE2b-256 a94d9a7c2ec7de0a973a8e986c355b3748c442659ae503a7f27414593d39a745

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a63adf16d08b6c83ac14aa69134c81ace573a6d5d8d0d9f99ab84c173dd3d629
MD5 7333795f4e6af5caf33a5fd6fd1448a4
BLAKE2b-256 42a32b71e2ba4efca924580ba2ae91102b5e425e3fbb58afcfb93b5a14892362

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9055c910ad4f1baf0ceafab460270409138f7945203b0ceff7ea737f2345a7a6
MD5 8b7ddd77fba0d6b9140090b7c58451ef
BLAKE2b-256 f4cf6bf4af642a4e5988431b00e40cbb796a6a59d9e7fc94cc90ff7884c2b0cd

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e705a7abb2d2b3e1fa4fd9a26a8a8eb4556a8c0ba643b0ebf548adf394ffcef2
MD5 9721527bdd1859acfa84d4766999553d
BLAKE2b-256 abc113fa2bf853941b132905a8e7d44c3dc7de67e9e6f047588f964488c5224d

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da4d6f3290efc27e2662a77f3eab01fd0dbf2d8c6fadcad3bf967185937c65d0
MD5 6213283551c800dfb548a1897e0ee240
BLAKE2b-256 527a4b0444707f8778dcf3348010461114ca7d188bf3325f4119750ae38eda64

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1768f9591fe617f2113fb6a9f8f785bfee4cfaaab1d518d13003d5fa0075193c
MD5 3295e040dde9cbb023daae50586a2539
BLAKE2b-256 830b5c5d4a8e791884b35f0364ccfe8be5582126523b78aed7f76ab5e613ce2a

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d39c41703eddb506f7ef5c1c1e5d6d297cb56435aebc8d882a77cca55d8a3ca4
MD5 867e4b54a32f513a2b1780eb28e04fa7
BLAKE2b-256 a4dfbfc265ef24fd7a393d53feb1e7c11aaef7dc1046de5ff7c53e9b71d4d80a

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dfdaf106ee238593fad5b2f781f029408a05569da34c31554d9efae092b4dfdc
MD5 03b1f0e75e6f651621b921eac9563b4d
BLAKE2b-256 9b3facce5f1762c0f9b0e47ef410affbc45f30c2b6e6ad21319eae0ad6b748d1

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 457cc3a1f89be43c6c105e62fcc03da0c9993728b69ec8b92a6ff5d2395719c6
MD5 cd902d2ff8cf70dc411303a117206b4a
BLAKE2b-256 28b7d46d47162d80bfd7f24becd7c5bebef9b0bcdae07d99c06272d90fb144a1

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: guppy3-3.1.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 351.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a863567df3b165cd09e182a825ca75b05717a299580a9783d5729e6cdd239d2a
MD5 8169780d5ccc75981c7d632af668d639
BLAKE2b-256 48082a95205ffd3d5dababc93bd1ac96b3ec88d3c57d0ad3b7380e7d317800e1

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: guppy3-3.1.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 338.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for guppy3-3.1.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 055008dedb64667704fd2976c69da0ad39f1c1f40991332420740e87391eb2dc
MD5 8a6a983aa77e0a14feb6758d771d51ce
BLAKE2b-256 175bb6b545adb7018b2e7449db82ad7767b27880a67ca4825f0df5a1dc8b76bd

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c87ed1b01d2a551553ffc11294b091fa616d037b3aa8a72916880d832837bba7
MD5 559e720e72c44c1c799b399b32905e22
BLAKE2b-256 ff9ca9a65d8e7646f134c91144010c0df06c1d97d02e9f3ead1fafdd733b5006

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp37-cp37m-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 f7291b8479548876a4201c53c72d32cfdc38d82c69815286eab533372c6eca68
MD5 1cc405c3b90628fb935bb1159687c033
BLAKE2b-256 2637d7f02b3f91425372a7d929dfbd2e620695c575ec9d512aa8eb10d80949f6

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp37-cp37m-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 6072f6981c5eb74fdaf7e5d3dba06681e739f7b8162c489ceb2e9cfcee555510
MD5 76965bf4bb9c2e62584fbf70e780b14e
BLAKE2b-256 9b4b63dae71f8c3742259cae861c1a7f741f728d7e71064dcba8fb3cb085dc20

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c956459efe47d37f80106fe367009674d3ec3ae64b690f65001b09275c807c44
MD5 85437fbc5f68857525b6483d7aef0115
BLAKE2b-256 0c37253e8ca61c9bb27b101b6f679bc8d4254a67b098501f7d87ceb2a7561680

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b524eba2c0d286dde63fe1b94ab65e6396fd25b10665453279e1e6080b793150
MD5 3dfd1821a810db2e91c855c5f3bb4b5e
BLAKE2b-256 429fa6a60408a837f46e5d96d66c28c68005e548bb1803cf6c493ff380c69dc2

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be99e9bd52f9c78bac89d93725cb0c651a7b14c0680c773f41768f154a52efb0
MD5 8810e0e9bb9db0594b5d36ce52b95817
BLAKE2b-256 055340e815a72f81633b58908d1298e750d3c94597de891e3faa2b66999c93e1

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b20a835faa4db99528937a9c5bdcb9e32295b006e1f52c99868a2b1e44713162
MD5 684a280f0c9847b3c9a16d8d807c53e2
BLAKE2b-256 b1b292a200bba721816f813d24d46ef45c404708c31df9e753c6dd332acda81f

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d7dc1ba2e134276ae79eb0065fc1266eb166a1d29fad7f8a7cedd6d5c00aa0ee
MD5 750627e352b1e0098ffefb5f105ee9a2
BLAKE2b-256 a4b94e786d228fd37207f7197e7386a886bb04d479908c7c96498ba327bfdd9e

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5331bc0bfd189db4c29f95b06c47199a67f5bc575e048576a0325c6d53d1d89b
MD5 9f240cd9bf74401031eaf67b6cb5c9b0
BLAKE2b-256 de0da84f4e07d11305dcd4ffd242a8fbedc99fdd8c6b439bb00db7083069cd9d

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 446fc8b8258b07e7278ca508c5e4bd4bd9974ce2afabb9a88daedc8e3085f718
MD5 c755b14c20a82d2517e4236f90c5b19b
BLAKE2b-256 c2be2514e8b398b3bfc378c02a303509c99b6693bf34d99ea37cc098cb3f1fc8

See more details on using hashes here.

File details

Details for the file guppy3-3.1.3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b85a2d90943cb6210ceb1800076fc3d2ae5c8f41d7d0f8be56ca67dc5f352468
MD5 365c25efe3cf085c032a17562cde1e88
BLAKE2b-256 b3d4d92faf6651b228078a69955181c3ac30c7df513bc823506d6430fd4d3538

See more details on using hashes here.

Supported by

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