simses


Namesimses JSON
Version 1.3.7 PyPI version JSON
download
home_page
SummarySimulation for Stationary Storage Systems (SimSES)
upload_time2023-10-30 16:51:33
maintainer
docs_urlNone
author
requires_python>=3.8
licenseBSD-3-Clause
keywords simulation battery energy storage
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SimSES
SimSES (Simulation of stationary energy storage systems) is an open source modeling framework for simulating stationary energy storage systems.
Further information can be found in the accompanying research article: https://doi.org/10.1016/j.est.2021.103743. If you are using SimSES, or plan to do so, please cite this work.

## Setup and installation

### 1. Create a virtual environment
Create a virtual environment, for example with either
[venv](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment) or [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html), or directly through your IDE like [PyCharm](https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html#env-requirements) and [VS Code](https://code.visualstudio.com/docs/python/environments).

### 2. Install dependencies
Install `simses` and all other required python packages in your virtual environment. This can be done with a single command:
```
pip install -e .
```

### 3. Exemplary simulations
Visit [this page](simses/simulation/simulation_examples/readme.md) to read more about some exemplary simulations and setting up a simulation with pre-configured parameters.

## Acknowlegdements
The tool, originally developed in MATLAB, was initiated by Maik Naumann and Nam Truong, transferred to Python by Daniel Kucevic and Marc Möller and now continuously improved at the Chair of Electrical Energy Storage of the Technical University of Munich.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "simses",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "simulation,battery,energy,storage",
    "author": "",
    "author_email": "simses.ees@ed.tum.de",
    "download_url": "https://files.pythonhosted.org/packages/0b/8e/092fcfd25d8780489ef8216efd4cb766e8b445c23d88a7aae952305a9697/simses-1.3.7.tar.gz",
    "platform": null,
    "description": "# SimSES\r\nSimSES (Simulation of stationary energy storage systems) is an open source modeling framework for simulating stationary energy storage systems.\r\nFurther information can be found in the accompanying research article: https://doi.org/10.1016/j.est.2021.103743. If you are using SimSES, or plan to do so, please cite this work.\r\n\r\n## Setup and installation\r\n\r\n### 1. Create a virtual environment\r\nCreate a virtual environment, for example with either\r\n[venv](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment) or [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html), or directly through your IDE like [PyCharm](https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html#env-requirements) and [VS Code](https://code.visualstudio.com/docs/python/environments).\r\n\r\n### 2. Install dependencies\r\nInstall `simses` and all other required python packages in your virtual environment. This can be done with a single command:\r\n```\r\npip install -e .\r\n```\r\n\r\n### 3. Exemplary simulations\r\nVisit [this page](simses/simulation/simulation_examples/readme.md) to read more about some exemplary simulations and setting up a simulation with pre-configured parameters.\r\n\r\n## Acknowlegdements\r\nThe tool, originally developed in MATLAB, was initiated by Maik Naumann and Nam Truong, transferred to Python by Daniel Kucevic and Marc M\u00f6ller and now continuously improved at the Chair of Electrical Energy Storage of the Technical University of Munich.\r\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Simulation for Stationary Storage Systems (SimSES)",
    "version": "1.3.7",
    "project_urls": {
        "source": "https://gitlab.lrz.de/open-ees-ses/simses"
    },
    "split_keywords": [
        "simulation",
        "battery",
        "energy",
        "storage"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b8e092fcfd25d8780489ef8216efd4cb766e8b445c23d88a7aae952305a9697",
                "md5": "cde460549355d87cfdbbf7e81c93ea66",
                "sha256": "800e2e9565439bdc2bde1b7b9b875edab497d9af26b38ee4f4d68c746e69767f"
            },
            "downloads": -1,
            "filename": "simses-1.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "cde460549355d87cfdbbf7e81c93ea66",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7325953,
            "upload_time": "2023-10-30T16:51:33",
            "upload_time_iso_8601": "2023-10-30T16:51:33.675814Z",
            "url": "https://files.pythonhosted.org/packages/0b/8e/092fcfd25d8780489ef8216efd4cb766e8b445c23d88a7aae952305a9697/simses-1.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 16:51:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "simses"
}
        
Elapsed time: 0.13606s