Path to this page:
Subject: CVS commit: pkgsrc/devel/py-guppy3
From: David H. Gutteridge
Date: 2019-10-05 00:11:59
Message id: 20191004221159.5FB27FBF4@cvs.NetBSD.org
Log Message:
py-guppy3: add package version 3.0.6
Guppy3 is a programming environment providing object and heap memory sizing,
profiling and analysis. It includes a prototypical specification language that
can be used to formally specify aspects of Python programs and generate tests
and documentation from a common source.
Modules which constitute the environment:
- Heapy: debugging and optimization regarding memory related issues in Python
programs
- GSL (Guppy Specification Language): describes aspects of a system, especially
its API, in a way that can be automatically converted to tests as well as to
documents
- Guppy: umbrella package combining Heapy and GSL with support utilities such as
the Glue module that keeps things together
Files: