Metadata-Version: 1.0
Name: pywebuml
Version: 0.2.0
Summary: Creates UML diagrams from code
Home-page: http://bitbucket.org/tzulberti/pywebuml
Author: Tomas Zulberti
Author-email: tzulberti@gmail.com
License: BSD
Description: This package will parse c#, java or python files, and generate the
        UML class diagram using a web interface. 
        
        It has 2 commands::
        
            >>> pywebuml initialize
        
        This command it is used to parse the files. This will create the database and
        parse all the files.::
        
            >>> pywebuml web
        
        This command will start the web interface that will be used to see the class
        diagrams.
        
        It is required that `graphviz`_ is installed (and added to the PATH in Windows).
        
        .. _`graphviz`: http://www.graphviz.org
        
        Credits
        -------
        
        - `Distribute`_
        - `Buildout`_
        - `modern-package-template`_
        - `Flask`_
        
        
        .. _Buildout: http://www.buildout.org/
        .. _Distribute: http://pypi.python.org/pypi/distribute
        .. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template
        .. _`Flask`: http://pypi.python.org/pypi/Flask
        
        
        .. This is your project NEWS file which will contain the release notes.
        .. Example: http://www.python.org/download/releases/2.6/NEWS.txt
        .. The content of this file, along with README.rst, will appear in your
        .. project's PyPI page.
        
        News
        ====
        
        0.2.0
        -----
        
        Release date: *13-Mar-2010*
        
        * Now it parses files that have preprocessor directives
        * Treated enum as classes
        * Created a command to delete tmp images and dot files (see bug #43)
        * Process java files
        
        
        0.1.5
        -----
        
        Release date: *10-Mar-2010*
        
        * Solve package related bugs (see bug #51)
        
        
        0.1.4
        -----
        
        Release date: *10-Mar-2010*
        
        * Solve parsing C# attributes that have *?* (see bug #52)
        * Solve graph generation bug (see bug #53)
        * Removed unsued inputs in the web form.
        * Solved problem when an interface was found in the classes to be shown.
        
        
        0.1
        ---
        
        Release date: *10-Mar-2010*
        
        * Able to parse a lot of c# code.
        * First web interface.
        * It should work for c# but not for java or python.
        
Keywords: uml
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Java
Classifier: Programming Language :: C#
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
