I'm pleased to announce the 0.5 release of PyReverse, after a long time without much development. This is a refactoring release, essentially to use the same underlying model as PyLint. Please Consider this release as beta software. What's new ? ------------ * removed pystats which is now included in pylint * rewritten to use logilab.common.astng instead of a custom underlying representation * refactored the diagrams generation and uses * pyvcg and pystats can now extract a diagram starting from a given class and including all parents and associated classes * simpler filter modes * slight improvments of unit test generation * added a bunch of unit tests :) What's pyreverse ? ------------------ Pyreverse is a set of utilities for Python code reverse engineering. It uses a representation of a Python project in a class hierarchy which can be used to extract information (such as generate UML diagrams or unit tests, as provided by pyargo and py2tests) Home page --------- http://www.logilab.org/projects/pyreverse Download -------- ftp://ftp.logilab.org/pub/pyreverse You will also need the latest logilab.common module, avaialble at ftp://ftp.logilab.org/pub/common Mailing list ------------ http://lists.logilab.org/mailman/listinfo/python-projects -- Alexandre Fayolle LOGILAB, Paris (France). http://www.logilab.com http://www.logilab.fr http://www.logilab.org Advanced computing - Python - Customized trainings - Consulting - XML
participants (1)
-
Alexandre