.TH PYVCG 1 "February 25, 2002" python-reverse "User's Manual" .SH NAME pyvcg \- parse python sources files and extract an VCG diagram from them. .SH SYNOPSIS .B pyvcg [ .I options .B ] .I package .SH DESCRIPTION .B pyvcg is a python source analyzer. It can parse a python package and produce a diagram readable by VCG. .B -o command line option. .SH OPTIONS .IP "-h, --help" show this help message and exit .IP "-p, --project=" set project name to .IP "-s, --init-only" only take attributes defined in the __init__ method .IP "-i, --ignore=" add (may be a directory) to the black list (not parsed) .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 'SPECIAL_A' filter Python special functions and constructor 'PRIVATE' filter protected and private attributes .IP "-d, --diadefs=" create diagram according to the diagrams definitions in .IP "-u, --uml" make diagram looks like an UML diagram .SH REQUIRES Python .SH "SEE ALSO" .B pyargo(1), pystats(1), py2tests(1), py2xmi(1) .I http://www.logilab.org/pyreverse .SH AUTHOR Sylvain Thénault This manpage was written by Sylvain Thénault .