Metadata-Version: 1.1
Name: guppy3
Version: 3.0.2
Summary: Guppy 3 -- Guppy-PE ported to Python 3
Home-page: https://github.com/zhuyifei1999/guppy3/
Author: YiFei Zhu
Author-email: zhuyifei1999@gmail.com
License: MIT
Description: 
        Guppy 3 is a library and programming environment for Python,
        currently providing in particular the Heapy subsystem, which supports
        object and heap memory sizing, profiling and debugging. It also
        includes a prototypical specification language, the Guppy
        Specification Language (GSL), which can be used to formally specify
        aspects of Python programs and generate tests and documentation from a
        common source.
        
        Guppy 3 is a fork of Guppy-PE, created by Sverker Nilsson for Python 2.
        
        The guppy top-level package contains the following subpackages:
        
        doc
               Documentation files. These are in a package so they get installed
               at a well-defined place, especially to support interactive help.
        
        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.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: C
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Debuggers
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
