demandlib-fork-for-SESMG


Namedemandlib-fork-for-SESMG JSON
Version 0.1.10 PyPI version JSON
download
home_pagehttps://github.com/oemof/demandlib
SummaryCreating heat and power demand profiles from annual values.
upload_time2023-06-28 09:35:42
maintainer
docs_urlNone
authoroemof developer group
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ========
Overview
========



.. warning::

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

Creating heat and power demand profiles from annual values.

* Free software: MIT license

Installation
============

::

    pip install demandlib

You can also install the in-development version with::

    pip install https://github.com/oemof/demandlib/archive/master.zip


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


https://demandlib.readthedocs.io/


Development
===========

To run all the tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/oemof/demandlib",
    "name": "demandlib-fork-for-SESMG",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "oemof developer group",
    "author_email": "contact@oemof.org",
    "download_url": "https://files.pythonhosted.org/packages/5f/9c/4f3e03d57b12ce1b2545d52d1dc0f532917944c4f79bfd9398ab25c9fbcd/demandlib-fork-for-SESMG-0.1.10.tar.gz",
    "platform": null,
    "description": "========\nOverview\n========\n\n\n\n.. warning::\n\n\tThis is a fork of the repository https://github.com/oemof/demandlib 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\nCreating heat and power demand profiles from annual values.\n\n* Free software: MIT license\n\nInstallation\n============\n\n::\n\n    pip install demandlib\n\nYou can also install the in-development version with::\n\n    pip install https://github.com/oemof/demandlib/archive/master.zip\n\n\nDocumentation\n=============\n\n\nhttps://demandlib.readthedocs.io/\n\n\nDevelopment\n===========\n\nTo run all the tests run::\n\n    tox\n\nNote, to combine the coverage data from all the tox environments run:\n\n.. list-table::\n    :widths: 10 90\n    :stub-columns: 1\n\n    - - Windows\n      - ::\n\n            set PYTEST_ADDOPTS=--cov-append\n            tox\n\n    - - Other\n      - ::\n\n            PYTEST_ADDOPTS=--cov-append tox",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Creating heat and power demand profiles from annual values.",
    "version": "0.1.10",
    "project_urls": {
        "Changelog": "https://demandlib.readthedocs.io/en/latest/changelog.html",
        "Documentation": "https://demandlib.readthedocs.io/",
        "Homepage": "https://github.com/oemof/demandlib",
        "Issue Tracker": "https://github.com/oemof/demandlib/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f9c4f3e03d57b12ce1b2545d52d1dc0f532917944c4f79bfd9398ab25c9fbcd",
                "md5": "5a9fe06493e6791fca3539128073b5d4",
                "sha256": "d580f169b7ea23fe20b8174c5889b45da7285760f4f521589fd8cc7806c58373"
            },
            "downloads": -1,
            "filename": "demandlib-fork-for-SESMG-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "5a9fe06493e6791fca3539128073b5d4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 136193,
            "upload_time": "2023-06-28T09:35:42",
            "upload_time_iso_8601": "2023-06-28T09:35:42.505635Z",
            "url": "https://files.pythonhosted.org/packages/5f/9c/4f3e03d57b12ce1b2545d52d1dc0f532917944c4f79bfd9398ab25c9fbcd/demandlib-fork-for-SESMG-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-28 09:35:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "oemof",
    "github_project": "demandlib",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "demandlib-fork-for-sesmg"
}
        
Elapsed time: 0.14042s