Metadata-Version: 2.1
Name: mosaik.CSV-SemVer
Version: 1.0.4rc20211004000500
Summary: Presents CSV datasets to mosaik as models.
Home-page: https://bitbucket.org/mosaik/mosaik-csv
Author: Stefan Scherfke
Author-email: mosaik@offis.de
Maintainer: Bengt Lüers
Maintainer-email: bengt.lueers@gmail.com
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Requires-Dist: arrow (>=0.9.0)
Requires-Dist: mosaik.API-SemVer (>=2.4.2rc20201202042235)

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

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

Prerequisites
-------------

If installation of psutil fails, installing python developer edition and gcc should help::

    $ sudo apt-get install gcc python3-dev

Tests
-----

You can run the tests with::

    $ git clone https://bitbucket.org/mosaik/mosaik-csv
    $ cd mosaik-csv
    $ python3.8 -m venv venv
    $ venv/bin/python -m pip install -r requirements.txt
    $ venv/bin/python -m tox -e py38

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

You can install mosaik system-wide like so:

::

    $ pip install mosaik-csv


Changelog
=========

1.0.3 – 2019-10-10
------------------

- [CHANGE] Added closing of input file.
- [CHANGE] Adjustment to new arrow API.


1.0.2 – 2014-09-22
------------------

- [CHANGE] Updated to mosaik-api 2.0.


1.0.1 – 2014-06-23
------------------

- [CHANGE] Updated to mosaik-api 2.0a3.


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

- Initial release


Authors
=======

The mosaik CSV reader was created by Stefan Scherfke.


