Metadata-Version: 1.0
Name: xmiparser
Version: 1.5
Summary: XMI Parser (API for the UML XML representation specified by OMG)
Home-page: http://pypi.python.org/pypi/xmiparser
Author: Philipp Auersperg, Jens Klein
Author-email: dev@bluedynamics.com
License: General Public Licence
Description: An API for files in the XML format `XMI`_ defined by `OMG`_ to store UML.
        
        This is the standalone version of the xmiparser. It was formerly part of
        the `ArchGenXML`_ code generator.
        
        .. _XMI: http://www.omg.org/docs/formal/03-05-02.pdf
        .. _OMG: http://www.omg.org
        .. _ArchGenXML: http://plone.org/products/ArchGenXML
        
        .. contents::
        
        Changelog
        =========
        
        1.5 (2010-09-04)
        ----------------
        
        - Re-added sample .zargo file from the past, the tests run again.
        [moldy]
        
        - Replaced buggy odict implementation by the ordereddict implementation
        available in Python 2.7.
        [moldy]
        
        - Removed DeprecationWarning about the sets module.
        [vincentfretin]
        
        - By default search in current directory for profile.
        [jensens]
        
        
        1.4 (2009-03-29)
        ----------------
        
        - Search profiles in directories configured with ArgoUML (read the ~/.argouml/argo.user.properties file)
        You don't need to specify the -p option with archgenxml anymore.
        [vincentfretin]
        
        Download
        ========
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
