Metadata-Version: 2.1
Name: midas-mosaik
Version: 0.3.6
Summary: MultI-DomAin test Scenario for smart grid co-simulation.
Home-page: https://gitlab.com/midas-mosaik/midas
Author: Stephan Balduin
Author-email: stephan.balduin@offis.de
License: LGPL
Description: # MIDAS
        
        The MultI-DomAin test Scenario (MIDAS) is a collection of mosaik simulators
        (https://gitlab.com/mosaik) for smart grid co-simulation and contains a 
        semi-automatic scenario configuration tool.
        
        Version: 0.3.6
        
        License: LGPL
        
        ## Installation
        
        Midas requires Python >= 3.8 and is available on https://pypi.org. It can be
        installed, preferably into a virtualenv,  with
        
            >>> pip install midas-mosaik
        
        Alternatively, you can clone this repository with
        
            >>> git clone https://gitlab.com/midas-mosaik/midas.git 
        
        then switch to the midas folder and type
        
            >>> pip install -e .
        
        To start the final configration, type
        
            >>> midascli
        
        which downloads the necessary datasets.
        
        
        ## Requirements
        
        
        The main requirements for midas are the co-simulation framework mosaik
        and pandapower. Optional requirements are listed in the requirements.txt file.
        
        
        ## Documentation
        
        A more comprehensive documentation is growing in the docs folder. 
        To build the docu, sphinx (*pip install sphinx*) is required. Simply navigate
        into the docs folder and type 
        
            >>> make html
        
        Afterwards, navigate inside the docs/_build/html folder and double-click on the 
        index.html file.
        
        
        ## Datasets
        
        TODO: Add license information
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
