pandahub


Namepandahub JSON
Version 0.3.8 PyPI version JSON
download
home_pageNone
SummaryData hub for pandapower and pandapipes networks based on MongoDB
upload_time2024-09-10 07:46:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseCopyright (c) 2022 by University of Kassel, Fraunhofer Institute for Energy Economics and Energy System Technology (IEE) Kassel, retoflow GmbH individual contributors (see AUTHORS file for details). All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords network analysis optimization automation grid energy engineering simulation
VCS
bugtrack_url
requirements uvicorn fastapi-users fastapi fastapi-mail pandapower pandapipes pymongo pydantic simplejson requests python-dotenv pymongoarrow blosc
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![pandapower](https://www.pandapower.org/images/pp.svg)](https://www.pandapower.org)         [![pandapipes](https://www.pandapipes.org/images/pp.svg)](https://www.pandapipes.org)

[![pandahub](https://badge.fury.io/py/pandahub.svg)](https://pypi.org/project/pandahub/) [![pandahub](https://img.shields.io/pypi/pyversions/pandahub.svg)](https://pypi.org/project/pandahub/) [![pandahub](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://github.com/e2nIEE/pandahub/blob/master/LICENSE)

pandahub is a data hub for pandapower and pandapipes networks based on MongoDB. It allows you to store pandapower and
pandapipes networks as well as timeseries in a MongoDB. pandahub allows you to access the database directly through the PandaHub class,
but also provides a REST-API based on FastAPI. Access through the API is managed with a user management implementation based on FastAPI Users.

## Development
`docker compose up -d` runs a mongodb container alongside a pandahub api instance with live reload available
at http://localhost:8002. To connect to an existing database instead, set `MONGODB_URL` to the connection string through an environment variable / in you `.env` file.

Swagger UI is available at http://localhost:8002/docs.

If you develop on the library and do not need the fastapi app, `docker compose up db -d` starts only the mongodb
container.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pandahub",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "network, analysis, optimization, automation, grid, energy, engineering, simulation",
    "author": null,
    "author_email": "Jan Ulffers <jan.ulffers@iee.fraunhofer.de>, Leon Thurner <leon.thurner@retoflow.de>, Jannis Kupka <jannis.kupka@retoflow.de>, Mike Vogt <mike.vogt@iee.fraunhofer.de>, Joschka Thurner <joschka.thurner@retoflow.de>, Alexander Scheidler <alexander.scheidler@iee.fraunhofer.de>",
    "download_url": "https://files.pythonhosted.org/packages/d0/0a/e5c104aebbc12965d5fffe795b066bbb3e4527d7d827263a852de7d0c8e7/pandahub-0.3.8.zip",
    "platform": null,
    "description": "[![pandapower](https://www.pandapower.org/images/pp.svg)](https://www.pandapower.org)         [![pandapipes](https://www.pandapipes.org/images/pp.svg)](https://www.pandapipes.org)\n\n[![pandahub](https://badge.fury.io/py/pandahub.svg)](https://pypi.org/project/pandahub/) [![pandahub](https://img.shields.io/pypi/pyversions/pandahub.svg)](https://pypi.org/project/pandahub/) [![pandahub](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://github.com/e2nIEE/pandahub/blob/master/LICENSE)\n\npandahub is a data hub for pandapower and pandapipes networks based on MongoDB. It allows you to store pandapower and\npandapipes networks as well as timeseries in a MongoDB. pandahub allows you to access the database directly through the PandaHub class,\nbut also provides a REST-API based on FastAPI. Access through the API is managed with a user management implementation based on FastAPI Users.\n\n## Development\n`docker compose up -d` runs a mongodb container alongside a pandahub api instance with live reload available\nat http://localhost:8002. To connect to an existing database instead, set `MONGODB_URL` to the connection string through an environment variable / in you `.env` file.\n\nSwagger UI is available at http://localhost:8002/docs.\n\nIf you develop on the library and do not need the fastapi app, `docker compose up db -d` starts only the mongodb\ncontainer.\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2022 by University of Kassel, Fraunhofer Institute for Energy Economics and Energy System Technology (IEE) Kassel, retoflow GmbH individual contributors (see AUTHORS file for details). All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Data hub for pandapower and pandapipes networks based on MongoDB",
    "version": "0.3.8",
    "project_urls": {
        "Changelog": "https://github.com/e2nIEE/pandahub/blob/develop/CHANGELOG.md",
        "Documentation": "https://pandapipes.readthedocs.io",
        "Download": "https://pypi.org/project/pandahub/#files",
        "Homepage": "https://github.com/e2nIEE/pandahub",
        "Issues": "https://github.com/e2nIEE/pandahub/issues",
        "Repository": "https://github.com/e2nIEE/pandahub.git",
        "Source": "https://github.com/e2nIEE/pandahub"
    },
    "split_keywords": [
        "network",
        " analysis",
        " optimization",
        " automation",
        " grid",
        " energy",
        " engineering",
        " simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d00ae5c104aebbc12965d5fffe795b066bbb3e4527d7d827263a852de7d0c8e7",
                "md5": "95fea72deb50d280b54bf4e35eb04635",
                "sha256": "5a6c75d8b24b53ea612061c41e136360b893ee416b42b6d3e27e86913e84a510"
            },
            "downloads": -1,
            "filename": "pandahub-0.3.8.zip",
            "has_sig": false,
            "md5_digest": "95fea72deb50d280b54bf4e35eb04635",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 60823,
            "upload_time": "2024-09-10T07:46:43",
            "upload_time_iso_8601": "2024-09-10T07:46:43.287704Z",
            "url": "https://files.pythonhosted.org/packages/d0/0a/e5c104aebbc12965d5fffe795b066bbb3e4527d7d827263a852de7d0c8e7/pandahub-0.3.8.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 07:46:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "e2nIEE",
    "github_project": "pandahub",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "uvicorn",
            "specs": [
                [
                    ">=",
                    "0.24.0"
                ]
            ]
        },
        {
            "name": "fastapi-users",
            "specs": [
                [
                    ">=",
                    "12.0"
                ]
            ]
        },
        {
            "name": "fastapi",
            "specs": [
                [
                    ">=",
                    "0.104.0"
                ]
            ]
        },
        {
            "name": "fastapi-mail",
            "specs": [
                [
                    ">=",
                    "1.4.1"
                ]
            ]
        },
        {
            "name": "pandapower",
            "specs": [
                [
                    "~=",
                    "2.14"
                ]
            ]
        },
        {
            "name": "pandapipes",
            "specs": [
                [
                    ">=",
                    "0.7.0"
                ]
            ]
        },
        {
            "name": "pymongo",
            "specs": []
        },
        {
            "name": "pydantic",
            "specs": []
        },
        {
            "name": "simplejson",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "python-dotenv",
            "specs": []
        },
        {
            "name": "pymongoarrow",
            "specs": []
        },
        {
            "name": "blosc",
            "specs": []
        }
    ],
    "lcname": "pandahub"
}
        
Elapsed time: 0.49862s