honeybee-energy


Namehoneybee-energy JSON
Version 1.112.11 PyPI version JSON
download
home_pagehttps://github.com/ladybug-tools/honeybee-energy
SummaryEnergy simulation library for honeybee.
upload_time2025-02-15 00:57:53
maintainerNone
docs_urlNone
authorLadybug Tools
requires_pythonNone
licenseAGPL-3.0
keywords
VCS
bugtrack_url
requirements honeybee-core honeybee-standards
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Honeybee](http://www.ladybug.tools/assets/img/honeybee.png)

[![Build Status](https://github.com/ladybug-tools/honeybee-energy/workflows/CI/badge.svg)](https://github.com/ladybug-tools/honeybee-energy/actions)
[![Coverage Status](https://coveralls.io/repos/github/ladybug-tools/honeybee-energy/badge.svg?branch=master)](https://coveralls.io/github/ladybug-tools/honeybee-energy)

[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/) [![Python 2.7](https://img.shields.io/badge/python-2.7-green.svg)](https://www.python.org/downloads/release/python-270/) [![IronPython](https://img.shields.io/badge/ironpython-2.7-red.svg)](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)

# honeybee-energy

Honeybee extension for energy simulation.

Honeybee-energy leverages the [EnergyPlus](https://github.com/NREL/EnergyPlus)
simulation engine and the [OpenStudio](https://github.com/NREL/OpenStudio)
SDK in order to add energy simulation properties and capabilities to
[honeybee-core](https://github.com/ladybug-tools/honeybee-core). The package also
uses the [honeybee-openstudio-gem](https://github.com/ladybug-tools/honeybee-openstudio-gem)
to translate honeybee Models to OpenStudio format.

All of these dependencies are contained within the [honeybee-energy Docker image](https://hub.docker.com/r/ladybugtools/honeybee-energy)

Honeybee-energy is also used by other honeybee extensions that translate honeybee
models to building energy simulation engines, including [honeybee-doe2](https://github.com/ladybug-tools/honeybee-doe2).

## Installation

`pip install -U honeybee-energy`

If you want to also include the standards library of typical ProgramTypes and
ConstructionSets use:

`pip install -U honeybee-energy[standards]`

To check if the command line interface is installed correctly use `honeybee-energy --help`.

## [API Documentation](http://ladybug-tools.github.io/honeybee-energy/docs)

## Local Development

1. Clone this repo locally
```console
git clone git@github.com:ladybug-tools/honeybee-energy

# or

git clone https://github.com/ladybug-tools/honeybee-energy
```
2. Install dependencies:
```console
cd honeybee-energy
pip install -r dev-requirements.txt
pip install -r requirements.txt
```

3. Run Tests:
```console
python -m pytest tests/
```

4. Generate Documentation:
```console
sphinx-apidoc -f -e -d 4 -o ./docs ./honeybee_energy
sphinx-build -b html ./docs ./docs/_build/docs
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ladybug-tools/honeybee-energy",
    "name": "honeybee-energy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Ladybug Tools",
    "author_email": "info@ladybug.tools",
    "download_url": "https://files.pythonhosted.org/packages/a9/9a/3365edd3161fb342e420452374effec5d611044c893b7f281e33129ae562/honeybee_energy-1.112.11.tar.gz",
    "platform": null,
    "description": "![Honeybee](http://www.ladybug.tools/assets/img/honeybee.png)\n\n[![Build Status](https://github.com/ladybug-tools/honeybee-energy/workflows/CI/badge.svg)](https://github.com/ladybug-tools/honeybee-energy/actions)\n[![Coverage Status](https://coveralls.io/repos/github/ladybug-tools/honeybee-energy/badge.svg?branch=master)](https://coveralls.io/github/ladybug-tools/honeybee-energy)\n\n[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/) [![Python 2.7](https://img.shields.io/badge/python-2.7-green.svg)](https://www.python.org/downloads/release/python-270/) [![IronPython](https://img.shields.io/badge/ironpython-2.7-red.svg)](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)\n\n# honeybee-energy\n\nHoneybee extension for energy simulation.\n\nHoneybee-energy leverages the [EnergyPlus](https://github.com/NREL/EnergyPlus)\nsimulation engine and the [OpenStudio](https://github.com/NREL/OpenStudio)\nSDK in order to add energy simulation properties and capabilities to\n[honeybee-core](https://github.com/ladybug-tools/honeybee-core). The package also\nuses the [honeybee-openstudio-gem](https://github.com/ladybug-tools/honeybee-openstudio-gem)\nto translate honeybee Models to OpenStudio format.\n\nAll of these dependencies are contained within the [honeybee-energy Docker image](https://hub.docker.com/r/ladybugtools/honeybee-energy)\n\nHoneybee-energy is also used by other honeybee extensions that translate honeybee\nmodels to building energy simulation engines, including [honeybee-doe2](https://github.com/ladybug-tools/honeybee-doe2).\n\n## Installation\n\n`pip install -U honeybee-energy`\n\nIf you want to also include the standards library of typical ProgramTypes and\nConstructionSets use:\n\n`pip install -U honeybee-energy[standards]`\n\nTo check if the command line interface is installed correctly use `honeybee-energy --help`.\n\n## [API Documentation](http://ladybug-tools.github.io/honeybee-energy/docs)\n\n## Local Development\n\n1. Clone this repo locally\n```console\ngit clone git@github.com:ladybug-tools/honeybee-energy\n\n# or\n\ngit clone https://github.com/ladybug-tools/honeybee-energy\n```\n2. Install dependencies:\n```console\ncd honeybee-energy\npip install -r dev-requirements.txt\npip install -r requirements.txt\n```\n\n3. Run Tests:\n```console\npython -m pytest tests/\n```\n\n4. Generate Documentation:\n```console\nsphinx-apidoc -f -e -d 4 -o ./docs ./honeybee_energy\nsphinx-build -b html ./docs ./docs/_build/docs\n```\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "Energy simulation library for honeybee.",
    "version": "1.112.11",
    "project_urls": {
        "Homepage": "https://github.com/ladybug-tools/honeybee-energy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d339107a6e5919261534f2b3f11d605a16126118b91ff4e9f806d874decb0f04",
                "md5": "d5e81e715b24a1df27d6a3451acfac50",
                "sha256": "ec058ee5b70129d74d0be66ae4d4b41c2e6b010b68def962d2ff24308f4b67ad"
            },
            "downloads": -1,
            "filename": "honeybee_energy-1.112.11-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d5e81e715b24a1df27d6a3451acfac50",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 548660,
            "upload_time": "2025-02-15T00:57:50",
            "upload_time_iso_8601": "2025-02-15T00:57:50.202967Z",
            "url": "https://files.pythonhosted.org/packages/d3/39/107a6e5919261534f2b3f11d605a16126118b91ff4e9f806d874decb0f04/honeybee_energy-1.112.11-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a99a3365edd3161fb342e420452374effec5d611044c893b7f281e33129ae562",
                "md5": "914560e94aa00b4192af5863125caaab",
                "sha256": "01c2483cfa71e42cede655ee6817930db298d9f20993bf6243e8694523aeceb4"
            },
            "downloads": -1,
            "filename": "honeybee_energy-1.112.11.tar.gz",
            "has_sig": false,
            "md5_digest": "914560e94aa00b4192af5863125caaab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 420011,
            "upload_time": "2025-02-15T00:57:53",
            "upload_time_iso_8601": "2025-02-15T00:57:53.234573Z",
            "url": "https://files.pythonhosted.org/packages/a9/9a/3365edd3161fb342e420452374effec5d611044c893b7f281e33129ae562/honeybee_energy-1.112.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-15 00:57:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ladybug-tools",
    "github_project": "honeybee-energy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "honeybee-core",
            "specs": [
                [
                    "==",
                    "1.61.6"
                ]
            ]
        },
        {
            "name": "honeybee-standards",
            "specs": [
                [
                    "==",
                    "2.0.7"
                ]
            ]
        }
    ],
    "lcname": "honeybee-energy"
}
        
Elapsed time: 7.36574s