Metadata-Version: 2.0
Name: mosaik-csv
Version: 1.0
Summary: Presents CSV datasets to mosaik as models.
Home-page: https://bitbucket.org/mosaik/mosaik-csv
Author: Stefan Scherfke
Author-email: stefan.scherfke at offis.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering
Requires-Dist: arrow (>=0.4.2)
Requires-Dist: mosaik-api (>=2.0a1)

mosaik-csv
==========

This is pseudo simulator that presents CSV data sets to mosaik as models.


Installation
------------

::

    $ pip install mosaik-csv

You can run the tests with::

    $ hg clone https://bitbucket.org/mosaik/mosaik-csv
    $ cd mosaik-csv
    $ pip install -r requirements.txt
    $ py.test


Changelog
=========

1.0 – 2014-03-26
----------------

- Initial release


Authors
=======

The mosaik CSV reader was created by Stefan Scherfke.


