Download List

Descripción del Proyecto

pyreverse is a set of tools for reverse engineering Python code. It features dependency analysis tools, documentation generation, and XMI generation for importation in a UML modeling tool. A special module can be used to generate files readable by Argo UML.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-18 19:26
0.5

Esta versión se caracteriza por una refactorización importante que elimina la biblioteca personalizado que se utiliza para almacenar información sobre el código. Pyreverse ahora utiliza el mismo modelo que pylint, siempre en logilab.common.astng.
Tags: Code cleanup
This release features a major refactoring which eliminates the custom
library used to store information about the code. Pyreverse now uses the
same model as pylint, provided in logilab.common.astng.

2002-04-12 20:32
0.2.3

Esta versión corrige un error relacionado con algunas variables locales registrados como parámetros del método.
Tags: Minor bugfixes
This release fixes a bug related to some local variables being
reported as method parameters.

2002-01-28 18:32
0.2.2

Algunas dependencias externas fueron removidos. La generación de diagrama predeterminado ha sido añadido a pyargo.
Tags: Minor feature enhancements
Some external dependencies were removed. Default diagram generation was added
to pyargo.

2002-01-14 21:28
0.2

Se agregó el soporte para enlaces entre las clases, las excepciones planteadas en funciones, y diagramas de paquetes. Algunos de documentación con un ejemplo completo se ha añadido.
Tags: Major feature enhancements
Support was added for links between classes, exceptions raised in functions,
and package diagrams. Some documentation with a full example was added.

2002-01-08 23:47
0.1

Tags: Initial freshmeat announcement

Project Resources