mosaik.Web-SemVer


Namemosaik.Web-SemVer JSON
Version 0.2.3rc20230502220306 PyPI version JSON
download
home_pagehttps://bitbucket.org/mosaik/mosaik-web
SummaryA simple simulation visualization for the browser.
upload_time2023-05-02 22:03:16
maintainerBengt Lüers
docs_urlNone
authorStefan Scherfke
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/mosaik/mosaik-web",
    "name": "mosaik.Web-SemVer",
    "maintainer": "Bengt L\u00fcers",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "bengt.lueers@gmail.com",
    "keywords": "",
    "author": "Stefan Scherfke",
    "author_email": "mosaik@offis.de",
    "download_url": "",
    "platform": null,
    "description": "mosaik-web\n==========\n\nA simple mosaik simulation visualization for web browsers.\n\n\nStatus\n------\n\n.. image:: https://gitlab.com/offis.energy/mosaik/mosaik.api-python_semver/badges/master/pipeline.svg\n    :target: https://gitlab.com/offis.energy/mosaik/mosaik.api-python_semver/-/jobs\n    :alt: Pipeline status\n\n.. image:: https://gitlab.com/offis.energy/mosaik/mosaik.api-python_semver/badges/master/coverage.svg\n    :target: https://gitlab.com/offis.energy/mosaik/mosaik.api-python_semver/commits/master\n    :alt: Coverage Report\n\n.. image:: https://img.shields.io/pypi/l/mosaik.Web_SemVer.svg\n    :target: https://gitlab.com/offis.energy/mosaik/mosaik.api-python_semver/blob/master/LICENSE.txt\n    :alt: PyPI - License\n\n.. image:: https://img.shields.io/pypi/status/mosaik-api_semver.svg\n    :target: https://pypi.org/project/mosaik.Web_SemVer/\n    :alt: PyPI - Status\n\n.. image:: https://img.shields.io/pypi/v/mosaik.Web_SemVer\n    :target: https://pypi.org/project/mosaik.Web_SemVer/#history\n    :alt: PyPI version\n\n.. image:: https://img.shields.io/librariesio/release/pypi/mosaik.Web_SemVer\n    :target: https://libraries.io/pypi/mosaik.Web_SemVer\n    :alt: Libraries status\n\n.. image:: https://img.shields.io/pypi/pyversions/mosaik.Web_SemVer\n    :target: https://pypi.org/project/mosaik.Web_SemVer/\n    :alt: Python Versions\n\nInstallation\n------------\n\n::\n\n    $ pip install mosaik-web\n\n\nChangelog\n=========\n\n0.2.2 \u2013 2019-11-01\n------------------\n\n- [CHANGE]\u00a0Compatibility to networkx 2.4\n\n0.2.1 \u2013 2017-12-08\n------------------\n\n- [FIX]\u00a0Some necessary bug fixes for the cooperation with mosaik.\n\n\n0.2 \u2013 2014-10-31\n----------------\n\n- [CHANGE] Moved configuration from separate config file to extra methods\n  ``set_config()`` and ``set_etypes()``.\n- [CHANGE]\u00a0Tolerate entities for which no etype-config is provided.\n- [CHANGE] Removed real-time capabilities since mosaik offers this now.\n- [FIX]\u00a0Catch OSErrors for websockets to make them not crash the whole\n  simulation.\n\n\n0.1.6 \u2013 2014-09-22\n------------------\n\n- [NEW] Raise an ``AssertionError`` if an entity type is not listed in the\n  config file.\n- [FIX] The progress bar no longer makes strange jumps.\n\n\n0.1.5 \u2013 2014-09-22\n------------------\n\n- [CHANGE] Updated to mosaik-api 2.0.\n\n\n0.1.4 \u2013 2014-07-31\n------------------\n\n- [CHANGE] Updated to mosaik-api 2.0a4.\n\n\n0.1.3 \u2013 2014-06-26\n------------------\n\n- [CHANGE] The timeline diagram now looks way nicer.\n- [CHANGE] Adopted latest changes of the mosaik API.\n\n\n0.1.2 \u2013 2014-05-05\n------------------\n\n- [FIX] Updated ``get_related_entities()`` call for mosaik 2.0a2.\n\n\n0.1.1 \u2013 2014-03-27\n------------------\n\n- [FIX] Include html/css/js files in the package.\n\n\n0.1 \u2013 2014-03-27\n----------------\n\n- Initial release\n\n\nAuthors\n=======\n\nThe mosaik web visualization was created by Stefan Scherfke and Gunnar\nJeddeloh.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A simple simulation visualization for the browser.",
    "version": "0.2.3rc20230502220306",
    "project_urls": {
        "Homepage": "https://bitbucket.org/mosaik/mosaik-web"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96a608796e102d80eac72c908fc73a74d5f3dd0b0cb0140a2506cc2502988af2",
                "md5": "b69cec6f8201b99b1bd7a3a38fc6b68d",
                "sha256": "e6ac10dfd5fe656203839af9315df829ce82aa4198ff275704738ea43614d35e"
            },
            "downloads": -1,
            "filename": "mosaik.Web_SemVer-0.2.3rc20230502220306-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b69cec6f8201b99b1bd7a3a38fc6b68d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 74155,
            "upload_time": "2023-05-02T22:03:16",
            "upload_time_iso_8601": "2023-05-02T22:03:16.483778Z",
            "url": "https://files.pythonhosted.org/packages/96/a6/08796e102d80eac72c908fc73a74d5f3dd0b0cb0140a2506cc2502988af2/mosaik.Web_SemVer-0.2.3rc20230502220306-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-02 22:03:16",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "mosaik",
    "bitbucket_project": "mosaik-web",
    "lcname": "mosaik.web-semver"
}
        
Elapsed time: 0.06071s