dhnx-fork-for-SESMG


Namedhnx-fork-for-SESMG JSON
Version 0.0.3.dev0 PyPI version JSON
download
home_page
SummarySimulation and optimization of district heating and cooling networks
upload_time2023-06-28 09:29:56
maintainer
docs_urlNone
authoroemof developer group
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |badge_travis| |badge_coverage| |readthedocs| |zenodo|

.. warning::

	This is a fork of the repository https://github.com/oemof/DHNx which is designed exclusively for the use in the context of the SESMG. Please use the original version of the package for other purposes.

~~~~
DHNx
~~~~

This package provides an open toolbox for district heating and cooling network
optimization and simulation models.

.. contents::

About
=====

The aim of DHNx is to provide a toolbox for building models of
district heating/cooling systems. 

Quickstart
==========

If you have a working Python3 environment, use pypi to install the latest DHNx version:

.. code:: bash

    pip install dhnx

Install the developer version of DHNx by cloning DHNx to your computer and running

.. code:: bash

    pip install -e <path to DHNx>

in your virtualenv.

Check out the
`examples <https://github.com/oemof-heat/DHNx/tree/dev/examples>`_ to get started.

Documentation
=============

The documentation (work in progress) can be found here
`<https://dhnx.readthedocs.io/en/latest/>`_.
To build the docs locally using sphinx-build run the following in a terminal.

.. code:: bash

    sphinx-build docs <build-dir>

Contributing
============

Everybody is welcome to contribute to the development of DHNx. The `developer
guidelines of oemof <https://oemof.readthedocs.io/en/stable/developing_oemof.html>`_
are in most parts equally applicable to DHNx.


Citing
======

We use the zenodo project to get a DOI for each version.
`Search zenodo for the right citation of your DHNx version <https://zenodo.org/search?page=1&size=20&q=dhnx>`_.

If you want to refer specifically to the district heating network optimization
part of DHNx, you can also cite
`https://doi.org/10.5278/ijsepm.6248 <https://doi.org/10.5278/ijsepm.6248>`_.


License
=======

MIT License

Copyright (c) 2020 oemof developing group

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


.. |badge_coverage| image:: https://coveralls.io/repos/github/oemof-heat/DHNx/badge.svg?branch=dev&service=github
    :target: https://coveralls.io/github/oemof-heat/DHNx?branch=dev
    :alt: Test coverage

.. |badge_travis| image:: https://api.travis-ci.org/oemof/DHNx.svg?branch=dev
    :target: https://travis-ci.org/oemof/DHNx
    :alt: Build status

.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5084392.svg
   :target: https://doi.org/10.5281/zenodo.5084392

.. |readthedocs| image:: https://readthedocs.org/projects/dhnx/badge/?version=latest
    :target: https://dhnx.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "dhnx-fork-for-SESMG",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "oemof developer group",
    "author_email": "jann.launer@rl-institut.de, johannes-roeder@uni-bremen.de",
    "download_url": "https://files.pythonhosted.org/packages/0c/09/accffd66586f152a5b0ffdb408988e76559471a495997f21084bffc2960f/dhnx-fork-for-SESMG-0.0.3.dev0.tar.gz",
    "platform": null,
    "description": "|badge_travis| |badge_coverage| |readthedocs| |zenodo|\n\n.. warning::\n\n\tThis is a fork of the repository https://github.com/oemof/DHNx which is designed exclusively for the use in the context of the SESMG. Please use the original version of the package for other purposes.\n\n~~~~\nDHNx\n~~~~\n\nThis package provides an open toolbox for district heating and cooling network\noptimization and simulation models.\n\n.. contents::\n\nAbout\n=====\n\nThe aim of DHNx is to provide a toolbox for building models of\ndistrict heating/cooling systems. \n\nQuickstart\n==========\n\nIf you have a working Python3 environment, use pypi to install the latest DHNx version:\n\n.. code:: bash\n\n    pip install dhnx\n\nInstall the developer version of DHNx by cloning DHNx to your computer and running\n\n.. code:: bash\n\n    pip install -e <path to DHNx>\n\nin your virtualenv.\n\nCheck out the\n`examples <https://github.com/oemof-heat/DHNx/tree/dev/examples>`_ to get started.\n\nDocumentation\n=============\n\nThe documentation (work in progress) can be found here\n`<https://dhnx.readthedocs.io/en/latest/>`_.\nTo build the docs locally using sphinx-build run the following in a terminal.\n\n.. code:: bash\n\n    sphinx-build docs <build-dir>\n\nContributing\n============\n\nEverybody is welcome to contribute to the development of DHNx. The `developer\nguidelines of oemof <https://oemof.readthedocs.io/en/stable/developing_oemof.html>`_\nare in most parts equally applicable to DHNx.\n\n\nCiting\n======\n\nWe use the zenodo project to get a DOI for each version.\n`Search zenodo for the right citation of your DHNx version <https://zenodo.org/search?page=1&size=20&q=dhnx>`_.\n\nIf you want to refer specifically to the district heating network optimization\npart of DHNx, you can also cite\n`https://doi.org/10.5278/ijsepm.6248 <https://doi.org/10.5278/ijsepm.6248>`_.\n\n\nLicense\n=======\n\nMIT License\n\nCopyright (c) 2020 oemof developing group\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n.. |badge_coverage| image:: https://coveralls.io/repos/github/oemof-heat/DHNx/badge.svg?branch=dev&service=github\n    :target: https://coveralls.io/github/oemof-heat/DHNx?branch=dev\n    :alt: Test coverage\n\n.. |badge_travis| image:: https://api.travis-ci.org/oemof/DHNx.svg?branch=dev\n    :target: https://travis-ci.org/oemof/DHNx\n    :alt: Build status\n\n.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5084392.svg\n   :target: https://doi.org/10.5281/zenodo.5084392\n\n.. |readthedocs| image:: https://readthedocs.org/projects/dhnx/badge/?version=latest\n    :target: https://dhnx.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simulation and optimization of district heating and cooling networks",
    "version": "0.0.3.dev0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c09accffd66586f152a5b0ffdb408988e76559471a495997f21084bffc2960f",
                "md5": "e69b3d4cde91be191acc88988222c0cc",
                "sha256": "cb394c4528c6c50c2cf28db1b187ce8535ec8cbb0e720b2de3a103b6a24f9daf"
            },
            "downloads": -1,
            "filename": "dhnx-fork-for-SESMG-0.0.3.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "e69b3d4cde91be191acc88988222c0cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 120002,
            "upload_time": "2023-06-28T09:29:56",
            "upload_time_iso_8601": "2023-06-28T09:29:56.179825Z",
            "url": "https://files.pythonhosted.org/packages/0c/09/accffd66586f152a5b0ffdb408988e76559471a495997f21084bffc2960f/dhnx-fork-for-SESMG-0.0.3.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-28 09:29:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dhnx-fork-for-sesmg"
}
        
Elapsed time: 0.08979s