Metadata-Version: 2.0
Name: maverig
Version: 1.0.3
Summary: MAVERIG is a visualization component for the mosaik framework
Home-page: https://bitbucket.org/Sash221/maverig
Author: Project MAVERIG
Author-email: pg-maverig@offis.de
License: LGPL
Platform: UNKNOWN
Requires-Dist: PySide (==1.2.2)

MAVERIG
=======

MAVERIG is a visualization component for the mosaik framework.

Install Dependencies
--------------------

* `PySide`__
* `mosaik`__
* `numpy`__
* `networkx`__
* `matplotlib`__
* `polib`__
* `colormath`__
* `python-dateutil`__

__ https://pypi.python.org/pypi/PySide#installation
__ https://mosaik.offis.de/install/
__ http://www.numpy.org/
__ https://networkx.github.io/
__ http://matplotlib.org/
__ https://polib.readthedocs.org/en/latest/
__ http://python-colormath.readthedocs.org/en/latest/
__ https://pypi.python.org/pypi/python-dateutil

NOTE: Especially follow the detailed `mosaik install instructions`__ for the different operating systems to run the demo.

__ http://mosaik.readthedocs.org/en/latest/installation.html

Install MAVERIG
---------------

Install with `pip`__:

  $ pip install maverig

Or clone the repository and make a build with python or `cx_Freeze`__ (simulation is not running currently):

  $ python setup.py sdist bdist bdist_wheel

  $ python setup_cx.py build

__ https://pip.pypa.io/en/latest/installing.html
__ http://cx-freeze.readthedocs.org/en/latest/overview.html

Downloads
---------

TBP

LICENSE
-------

**LGPL**

LATEST CHANGES (v1.0)
---------------------

* Increased simulation performance
* Increased usability
* Improved graphs
* Defined components in JSON for better extensibility
* Implemented a component wizard so that new components can be added by user via the GUI
* Components can be hided and removed
* Settings can be changed while simulation is running
* Improved documentation
* Fixed minor bugs

