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.6, 3.7, 3.8, or 3.9. 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

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.

*** 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.2.tar.gz (335.1 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.2-cp310-cp310-win_amd64.whl (357.1 kB view details)

Uploaded CPython 3.10Windows x86-64

guppy3-3.1.2-cp310-cp310-win32.whl (342.4 kB view details)

Uploaded CPython 3.10Windows x86

guppy3-3.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (643.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

guppy3-3.1.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (647.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

guppy3-3.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (626.4 kB view details)

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

guppy3-3.1.2-cp310-cp310-macosx_10_9_x86_64.whl (362.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

guppy3-3.1.2-cp39-cp39-win_amd64.whl (357.5 kB view details)

Uploaded CPython 3.9Windows x86-64

guppy3-3.1.2-cp39-cp39-win32.whl (342.5 kB view details)

Uploaded CPython 3.9Windows x86

guppy3-3.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (632.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

guppy3-3.1.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (638.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

guppy3-3.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (616.3 kB view details)

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

guppy3-3.1.2-cp39-cp39-macosx_10_9_x86_64.whl (362.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

guppy3-3.1.2-cp38-cp38-win_amd64.whl (359.1 kB view details)

Uploaded CPython 3.8Windows x86-64

guppy3-3.1.2-cp38-cp38-win32.whl (343.8 kB view details)

Uploaded CPython 3.8Windows x86

guppy3-3.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (644.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

guppy3-3.1.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (650.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

guppy3-3.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (628.4 kB view details)

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

guppy3-3.1.2-cp38-cp38-macosx_10_9_x86_64.whl (364.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

guppy3-3.1.2-cp37-cp37m-win_amd64.whl (358.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

guppy3-3.1.2-cp37-cp37m-win32.whl (342.8 kB view details)

Uploaded CPython 3.7mWindows x86

guppy3-3.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (606.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

guppy3-3.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (611.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

guppy3-3.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (589.7 kB view details)

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

guppy3-3.1.2-cp37-cp37m-macosx_10_9_x86_64.whl (363.5 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

guppy3-3.1.2-cp36-cp36m-win_amd64.whl (358.4 kB view details)

Uploaded CPython 3.6mWindows x86-64

guppy3-3.1.2-cp36-cp36m-win32.whl (342.8 kB view details)

Uploaded CPython 3.6mWindows x86

guppy3-3.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (604.3 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

guppy3-3.1.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (606.8 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

guppy3-3.1.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (585.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

guppy3-3.1.2-cp36-cp36m-macosx_10_9_x86_64.whl (363.5 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: guppy3-3.1.2.tar.gz
  • Upload date:
  • Size: 335.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.7

File hashes

Hashes for guppy3-3.1.2.tar.gz
Algorithm Hash digest
SHA256 af580bec5269b1621f45bd589d76aa1a7c1986742a84ab016f0a0de9ff06086d
MD5 f79ecbb9f1640d6e7c1adc531271d63b
BLAKE2b-256 893f20b34899b9e29465525f0ed45812ad2c0e71ec329b62f416df3131a154e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 357.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for guppy3-3.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 08dcd39b03bcfd421d4b47a7c990a05d4c74b295b1913dbb9fd372b5413b5f54
MD5 671550234abd2917b8dbbc71738c2fb0
BLAKE2b-256 a0eeeeee46bc11476e19a22cee9066ba81a3df7e5faab25fb1113475d1475461

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 342.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for guppy3-3.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f090e5e8e161d303b79dab7f2cac1ef4dd34e1445a750ed4e24d2137ca0c2b76
MD5 68a7ee545b1041e2e21c29ee8adcf3e0
BLAKE2b-256 1ba9dc6c97fa95b6d0dbc731bce63056298bb1fa36fa4c35de68ba21491240ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35b65c8b3f05e3385039fc38a93cd4d77e182791ed765716d7f3a05654cb7c04
MD5 300bbc13683ea904941cd99a6d0df8f6
BLAKE2b-256 4c1e693a3635a9a933c634a34551dedb63e4cec2fc564f9ab284a71b88fcb669

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b6f3bd78b41736b02cf7b1999d55bb7cdb56188834499235ee3e090287dc9154
MD5 25f70073985443ad7fe9d5993b902d0d
BLAKE2b-256 60dc798fcd54acb223960bff73840db72cebe374a76ac41b1e361dfb51c4345a

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 209f0fb5cbdb48466efb6d359bbee1217c6975850e87c397156f0f699afee96b
MD5 cf7ce4fb6304e436896d295407c756c5
BLAKE2b-256 41a4470b467abb50d542fff71860dd2d70a8804d3b51820286f34f3e47876048

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.2-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 362.0 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5

File hashes

Hashes for guppy3-3.1.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e62be11076538a0bd7edc520c687af1f7adf29d73388b0c6aea1b4ae2cab6166
MD5 0959b99805b7146ad02236041d2f2bd1
BLAKE2b-256 52a7026a4bde7cef99f681f358bd97d7a7bc5875b1ff3cd1a18760dc13825ce3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 357.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for guppy3-3.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1a1f98f9158082c5a3277661b56c7efd8b4634625f864477bb010382cebde83a
MD5 a7be3398556d3cf3f5c76da55a37d789
BLAKE2b-256 ad699b2ff45525ad9603bae6a6df9d62e5a16b5f4a970332b4a2c5eebf3eebdd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 342.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for guppy3-3.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1670fcd91e61969cb9190014f557f13e051cc73a53f89fa4403a238bd2f1955a
MD5 3642d071ed7a8cefd427b1c77e879b2b
BLAKE2b-256 42dfc76609e53dc1e70d0f3b868bbd28a0667c89b82a5813ea072dcdf9d6be24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 521b0eb27f6875f4237000c92c75f8e631f9c950247692e5b983c72ec0314119
MD5 c41a0e93d21defaafc5f2bb47e19f962
BLAKE2b-256 65a11ef5501e832eb7340e3c3fb5acc0bd64f6cf93cd28637507f8721d7eb3f4

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cb40137aba3f50662584fafe74cfd3fb4204e48394c9dfb23d280977304ed460
MD5 d97edd9cf4cf5990ca55ae17ed0da13d
BLAKE2b-256 7967709c1c8ba3c18236dd4e11267840246603e685e48f42f9a6e9884bc63c63

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 89b2056397a4f86fd96b7585d7ea3586001079423fd70c880bd8d475c30d0fe7
MD5 359b757469537637bfc267db5867132a
BLAKE2b-256 fd5dcdce4b2d99749fd4967c4a08ec01626b5825a2550863aa4184c90c107499

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 362.2 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5

File hashes

Hashes for guppy3-3.1.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb116d1b7e0f951cc29fb7d69d769835bdb9604d17ee4f2ee328d342ade8e5ef
MD5 f0970439ee9432393c27edbaa567f9c8
BLAKE2b-256 5c9f01ceb69937708a760a7e9d97a118900c57458a12b2e72dc70daf9a11621d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 359.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for guppy3-3.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dfe0ae2b2175f76eb5cd58568173e10c52501abdd59f269fbc3859f7176003fb
MD5 cd9f00909324ea4128a1433388d343f8
BLAKE2b-256 0f3f6eb39d1bb10deb540141ae0c1dc94abe6b8e154db7f6e1dcc7e10f62ab42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 343.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for guppy3-3.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6f4f30fb4e751ccaa3313597970eb72b555e8b184d9f748379d2bbdb899ac318
MD5 68954110b1831f80b294340313c5eb11
BLAKE2b-256 c6a44c738b64a1bc00258333b2ec45dd5129a25f1975b06d4c52f51705e201d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9bc94a74fe923d22a1bf11746ef5fd3576e26219411dccba0a26056d37dfd44
MD5 8e99e992b44b77ee0352df055ce52fb5
BLAKE2b-256 a66f9d68744ec46b50874652f3896b2c4c666c3d27bdb4f0b16d32a3b55f5e2f

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 53b8f89bbaf861c0eb3ebc87139903f863e9c4c1b3094df8b22e9e80d959bfff
MD5 2f07c9d7f514d537d997913ab4bd515e
BLAKE2b-256 1e950151b42cf8353c6d618c1d7c71abcc5dbcb59f4dbd0cf906425c3548cbc2

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 04507ad33d29a29d3cb61cdc1cc7f2949a08bbe854b6219092d499ae58cb52c8
MD5 c9c52bdd501367f8ad22fe84313596bd
BLAKE2b-256 cca68b5609ce7966a10e13603cfd1c2709e3043ebeef5b76106836fb39a9ed04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 364.2 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5

File hashes

Hashes for guppy3-3.1.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 11331da76eb6ee09f1d3da3b67301450df9992593d41ac9cec9bb6e35c716be0
MD5 a6b9f95ac831313e20217fed5530084e
BLAKE2b-256 bfbbfd41c5f91a07ba73ab914fdcd06d02c20b651207885cab30c7a9f1b56a9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 358.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for guppy3-3.1.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 413b40ba376a4053556f789d87cc7d27e09386b8036e8457fe43a5a12d9a5d1f
MD5 bb429afffc9cca171804ec79a0e3c2fd
BLAKE2b-256 68e8658130a20bc62a1d6f2969ae2e04a9a1bfaabaa2a54da0f2335957337a0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 342.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for guppy3-3.1.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 69ad8645f1bd5a7c038b4e0b0c0f8c55f9abaf48fddd7e8c548e7966f195ead7
MD5 b016e98c19ecee5ed7388e6dfaaa9125
BLAKE2b-256 1a15da54e9ba6f6b5fc0ed2dea907563a06d8212283dcbe6c834e6a90bea1137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for guppy3-3.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b95152c530e95de656d04f39da28cae54feb22a347431a81f61cdaa48f4089fa
MD5 adbbb48adfdff755ca7c6611e2c7555c
BLAKE2b-256 88e86ffbb43ef0b81713957aa42f7fbcf8a6397bf7da792af20bad53bf0b5539

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9036605f12e7a276f37b25b007ec1be2a55dd617e1955890adf2426027f0de77
MD5 18292ca52e22adef919d34a8fc82f79b
BLAKE2b-256 273a27f7c0f7d4671d77f8e93a935e3ab5ba3a9273f3f8c8fcbf850f20940920

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 92ca5166db307b72ae392bdf464709c2fb074a69cdcf5b14258ad17b14b11117
MD5 f85944c583f3991c12ef4fc42addd9ca
BLAKE2b-256 1788538a376e7b4d95de8168c5a314c7c76815bdb28842226a0d507599b9e299

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guppy3-3.1.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 363.5 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5

File hashes

Hashes for guppy3-3.1.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d9ba91a116f307f99017a3f6d0296ec9faa14cf7de1dda0251a65046addba83
MD5 b4b65392031d5364447ed4b21ee3a83b
BLAKE2b-256 3ce4666983fc6d2317b8ef34127389703901c3689bbcb5def254e566eb567bce

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: guppy3-3.1.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 358.4 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for guppy3-3.1.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 9ee1c64406bc0a0f062f8ea4816f92475f52ad72158d896cd99195a4d340b662
MD5 b0cf795c47e2ddc05a3ac7b5266758d2
BLAKE2b-256 b8c7bd67b31d436a1a0b8929cdcce8d2c2881f25662bfecc63f23bce59e1e424

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: guppy3-3.1.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 342.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for guppy3-3.1.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 7aa6b3ebb04fe316b6b862520a50e211295981d36245134d5ea72a1f9b045838
MD5 ccf4b18a6ee9eba896d4676e994b940f
BLAKE2b-256 63eb4b901b6f57f0cd3027645db3ae7ac493c3810b0cdc03a5397cd8c9d70c2b

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 761b8e9f66399a597196399481f37ef2ddde3ef701b92ab3121f6b24f522c709
MD5 5318ba26e53acf0ba5c0fc336d5481b4
BLAKE2b-256 a372fdb5b0e978e9f86c3c3430f739caef1ce9f4bade331f212a449a2412db09

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for guppy3-3.1.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f696abf521e37ccacd5998cf9a237418e86c35dc09499d549697eeead919080e
MD5 fcc3dc48d51fac6e18a360bd71776f9e
BLAKE2b-256 33fedd0ce6fe3d4a340ae83b378d693c27e3449bcb00f3c0512db0f0a38e454b

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for guppy3-3.1.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b13810c923b0af1669355effa23eb46d99279ca53d8c41e5703523b0de01b144
MD5 e5cabe1efb69a61bccfcdf8f4d7d3de5
BLAKE2b-256 bf46ee9a092c9c5554184d3a3f291faba00b9ae921fb79eb86c59b69ffd34b8a

See more details on using hashes here.

File details

Details for the file guppy3-3.1.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: guppy3-3.1.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 363.5 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5

File hashes

Hashes for guppy3-3.1.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c960e2426682d37f6023970e53a96074eddd785fd2284d084c87d3812dec2e56
MD5 526345d400f8528ee6689654c1208e00
BLAKE2b-256 5ab260b2bfb183c99ada8b51ebece75d03c44553af207e2992e1b0a6384e0bac

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