Metadata-Version: 1.1
Name: mosaik-csv
Version: 1.0.2
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
Description: 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.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.
        
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: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering
