.TH PY2XMI 1 "February 25, 2002" python-reverse "User's Manual" .SH NAME py2xmi \- parse python sources files and build an XMI UML file out of them. .SH SYNOPSIS .B py2xmi [ .I options .B ] .I package .SH DESCRIPTION .B py2xmi is a python source analyzer. It can parse a python package and infer an UML model stored as a XMI file. .B -o command line option. .SH OPTIONS .IP "--version" show version and exite .IP "-h, --help" show help message and exit .IP "-q, --quiet" run quietly .IP "--ignore=" only take attributes defined in the __init__ method .IP "-i, --ignore=" add (may be a directory) to the black list (not parsed) .IP "--project=" set the project name .IP "-f, --filter-mode=" filter attributes and functions according to . You can combine multiple mode using '+'. Correct modes are : 'ALL' no filter (default) 'PUB_ONLY' filter all non public attributes 'SPECIAL' filter Python special functions except constructor 'PRIVATE' filter protected and private attributes .SH REQUIRES Python .SH "SEE ALSO" .B pyargo(1), pystats(1), py2tests(1), pyvcg(1) .I http://www.logilab.org/pyreverse .SH AUTHOR Sylvain Thénault This manpage was written by Sylvain Thénault .