Path to this page:
Subject: CVS commit: wip/py-guppy
From: Kamel Derouiche
Date: 2010-08-17 14:12:34
Message id: E1OlL29-0004hV-K6@sfp-cvsdas-2.v30.ch3.sourceforge.com
Log Message:
Import py26-guppy-0.1.9 as wip/py-guppy.
Guppy-PE 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: