honeybee-energy


Namehoneybee-energy JSON
Version 1.105.54 PyPI version JSON
download
home_pagehttps://github.com/ladybug-tools/honeybee-energy
SummaryEnergy simulation library for honeybee.
upload_time2024-05-14 22:38:21
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)

## 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/6b/b0/bf7cdaf8ae38bd3e1a4cc0bb7d0e433eb479db7091d48e888f2b7a1112c7/honeybee-energy-1.105.54.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\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.105.54",
    "project_urls": {
        "Homepage": "https://github.com/ladybug-tools/honeybee-energy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f4430b63eb36b7641728beccf80c13944b212cc59f2228438e380df81b8f544",
                "md5": "30ff3deddcd3b61124b8efccd9568696",
                "sha256": "398c1af755d53e18a0defd55c361007f8b671b1fa57962af82b0593861fc29a9"
            },
            "downloads": -1,
            "filename": "honeybee_energy-1.105.54-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "30ff3deddcd3b61124b8efccd9568696",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 520513,
            "upload_time": "2024-05-14T22:38:15",
            "upload_time_iso_8601": "2024-05-14T22:38:15.508344Z",
            "url": "https://files.pythonhosted.org/packages/5f/44/30b63eb36b7641728beccf80c13944b212cc59f2228438e380df81b8f544/honeybee_energy-1.105.54-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bb0bf7cdaf8ae38bd3e1a4cc0bb7d0e433eb479db7091d48e888f2b7a1112c7",
                "md5": "fc075b9835eb66b1e5db0122dc3e0087",
                "sha256": "728cd9d0418bc20cd8e8b32e60109ded9afb5b08cb4738ada2885935c644edf2"
            },
            "downloads": -1,
            "filename": "honeybee-energy-1.105.54.tar.gz",
            "has_sig": false,
            "md5_digest": "fc075b9835eb66b1e5db0122dc3e0087",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 384296,
            "upload_time": "2024-05-14T22:38:21",
            "upload_time_iso_8601": "2024-05-14T22:38:21.840610Z",
            "url": "https://files.pythonhosted.org/packages/6b/b0/bf7cdaf8ae38bd3e1a4cc0bb7d0e433eb479db7091d48e888f2b7a1112c7/honeybee-energy-1.105.54.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-14 22:38:21",
    "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.58.10"
                ]
            ]
        },
        {
            "name": "honeybee-standards",
            "specs": [
                [
                    "==",
                    "2.0.6"
                ]
            ]
        }
    ],
    "lcname": "honeybee-energy"
}
        
Elapsed time: 0.26248s