Metadata-Version: 2.1
Name: mosaik.Web-SemVer
Version: 0.2.3rc20210809000614
Summary: A simple simulation visualization for the browser.
Home-page: https://bitbucket.org/mosaik/mosaik-web
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 :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
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.4.2)
Requires-Dist: networkx (>=2.0)

mosaik-web
==========

A simple mosaik simulation visualization for web browsers.


Status
------

.. image:: https://gitlab.com/offis.energy/mosaik/mosaik.api-python_semver/badges/master/pipeline.svg
    :target: https://gitlab.com/offis.energy/mosaik/mosaik.api-python_semver/-/jobs
    :alt: Pipeline status

.. image:: https://gitlab.com/offis.energy/mosaik/mosaik.api-python_semver/badges/master/coverage.svg
    :target: https://gitlab.com/offis.energy/mosaik/mosaik.api-python_semver/commits/master
    :alt: Coverage Report

.. image:: https://img.shields.io/pypi/l/mosaik.Web_SemVer.svg
    :target: https://gitlab.com/offis.energy/mosaik/mosaik.api-python_semver/blob/master/LICENSE.txt
    :alt: PyPI - License

.. image:: https://img.shields.io/pypi/status/mosaik-api_semver.svg
    :target: https://pypi.org/project/mosaik.Web_SemVer/
    :alt: PyPI - Status

.. image:: https://img.shields.io/pypi/v/mosaik.Web_SemVer
    :target: https://pypi.org/project/mosaik.Web_SemVer/#history
    :alt: PyPI version

.. image:: https://img.shields.io/librariesio/release/pypi/mosaik.Web_SemVer
    :target: https://libraries.io/pypi/mosaik.Web_SemVer
    :alt: Libraries status

.. image:: https://img.shields.io/pypi/pyversions/mosaik.Web_SemVer
    :target: https://pypi.org/project/mosaik.Web_SemVer/
    :alt: Python Versions

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

::

    $ pip install mosaik-web


Changelog
=========

0.2.2 – 2019-11-01
------------------

- [CHANGE] Compatibility to networkx 2.4

0.2.1 – 2017-12-08
------------------

- [FIX] Some necessary bug fixes for the cooperation with mosaik.


0.2 – 2014-10-31
----------------

- [CHANGE] Moved configuration from separate config file to extra methods
  ``set_config()`` and ``set_etypes()``.
- [CHANGE] Tolerate entities for which no etype-config is provided.
- [CHANGE] Removed real-time capabilities since mosaik offers this now.
- [FIX] Catch OSErrors for websockets to make them not crash the whole
  simulation.


0.1.6 – 2014-09-22
------------------

- [NEW] Raise an ``AssertionError`` if an entity type is not listed in the
  config file.
- [FIX] The progress bar no longer makes strange jumps.


0.1.5 – 2014-09-22
------------------

- [CHANGE] Updated to mosaik-api 2.0.


0.1.4 – 2014-07-31
------------------

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


0.1.3 – 2014-06-26
------------------

- [CHANGE] The timeline diagram now looks way nicer.
- [CHANGE] Adopted latest changes of the mosaik API.


0.1.2 – 2014-05-05
------------------

- [FIX] Updated ``get_related_entities()`` call for mosaik 2.0a2.


0.1.1 – 2014-03-27
------------------

- [FIX] Include html/css/js files in the package.


0.1 – 2014-03-27
----------------

- Initial release


Authors
=======

The mosaik web visualization was created by Stefan Scherfke and Gunnar
Jeddeloh.


