Metadata-Version: 1.0
Name: pywebuml
Version: 0.1
Summary: Creates UML diagrams from code
Home-page: UNKNOWN
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:
        
        .. code-block: python
        
            >>> pywebuml initialize
        
        This command it is used to parse the files. This will create the database and
        parse all the files.
        
        
        .. code-block: python
        
            >>> 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).
        
        .. _`grapvhiz`: http://www.graphviz.org
        .. _`a little documentation goes a long way`: http://www.martinaspeli.net/articles/a-little-documentation-goes-a-long-way
        
        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.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.7
