#!/usr/bin/env python

"""
This package provides export capabilities for modelica models. Models can be
exported to JSON or XML format.

"""

__authors__ = ["Zsolt Lattmann", "Patrik Meijer"]
__author__ = __authors__[0]

__credits__ = __authors__

__version__ = "14.11"  # Versioning: http://www.python.org/dev/peps/pep-0386/

__maintainer__ = __author__
__contact__ = __author__
__email__ = "lattmann@isis.vanderbilt.edu"

__status__ = "Production"
__url__ = 'https://svn.isis.vanderbilt.edu/META/trunk/src/Python27Packages/' + __name__

__copyright__ = "Copyright (C) 2011-2013, Vanderbilt University"
#__license__ = "MIT"

