# honeybee-doe2
Honeybee extension for energy modeling with the DOE-2 engine.
[DOE-2](https://www.doe2.com/) is a widely used and accepted freeware building energy analysis program that can predict the energy use and cost for all types of buildings.
## Installation
`pip install -U honeybe-doe2`
## QuickStart
```console
import honeybee_doe2
```
## [API Documentation](http://ladybug-tools.github.io/honeybee-doe2/docs)
## Local Development
1. Clone this repo locally
```console
git clone git@github.com:ladybug-tools/honeybee-doe2
# or
git clone https://github.com/ladybug-tools/honeybee-doe2
```
2. Install dependencies:
```
cd honeybee-doe2
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_doe2
sphinx-build -b html ./docs ./docs/_build/docs
```
Raw data
{
"_id": null,
"home_page": "https://github.com/ladybug-tools/honeybee-doe2",
"name": "honeybee-doe2",
"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/a0/aa/438982a0b4d05ac68577e22e9b53197beb1d93edf655edaa1f471e8fc9c4/honeybee-doe2-0.22.0.tar.gz",
"platform": null,
"description": "# honeybee-doe2\n\nHoneybee extension for energy modeling with the DOE-2 engine.\n\n[DOE-2](https://www.doe2.com/) is a widely used and accepted freeware building energy analysis program that can predict the energy use and cost for all types of buildings.\n\n## Installation\n\n`pip install -U honeybe-doe2`\n\n## QuickStart\n\n```console\nimport honeybee_doe2\n```\n\n## [API Documentation](http://ladybug-tools.github.io/honeybee-doe2/docs)\n\n## Local Development\n\n1. Clone this repo locally\n```console\ngit clone git@github.com:ladybug-tools/honeybee-doe2\n\n# or\n\ngit clone https://github.com/ladybug-tools/honeybee-doe2\n```\n2. Install dependencies:\n```\ncd honeybee-doe2\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_doe2\nsphinx-build -b html ./docs ./docs/_build/docs\n```\n",
"bugtrack_url": null,
"license": "AGPL-3.0",
"summary": "Honeybee extension for translating HBJSON files to INP files for eQuest",
"version": "0.22.0",
"project_urls": {
"Homepage": "https://github.com/ladybug-tools/honeybee-doe2"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3ef4e91dca3e7ed1c12f410c83db442d19e2a50252b33cb2877648e5662194e6",
"md5": "3f106252574c84e5bee872dd6f317772",
"sha256": "6dd1bc0215c2d67fc86a761df25d20e763d0cd8d5946d5dd182ef5f1cac71494"
},
"downloads": -1,
"filename": "honeybee_doe2-0.22.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3f106252574c84e5bee872dd6f317772",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 58254,
"upload_time": "2024-07-26T15:26:37",
"upload_time_iso_8601": "2024-07-26T15:26:37.499612Z",
"url": "https://files.pythonhosted.org/packages/3e/f4/e91dca3e7ed1c12f410c83db442d19e2a50252b33cb2877648e5662194e6/honeybee_doe2-0.22.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a0aa438982a0b4d05ac68577e22e9b53197beb1d93edf655edaa1f471e8fc9c4",
"md5": "5a36c3b01f4b906f7842e8e2089419c2",
"sha256": "5004bcbfdf9f27e29f77a5f41aba7d74317f9b5be3327fb500781670066d0886"
},
"downloads": -1,
"filename": "honeybee-doe2-0.22.0.tar.gz",
"has_sig": false,
"md5_digest": "5a36c3b01f4b906f7842e8e2089419c2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 52351,
"upload_time": "2024-07-26T15:26:39",
"upload_time_iso_8601": "2024-07-26T15:26:39.081809Z",
"url": "https://files.pythonhosted.org/packages/a0/aa/438982a0b4d05ac68577e22e9b53197beb1d93edf655edaa1f471e8fc9c4/honeybee-doe2-0.22.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-26 15:26:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ladybug-tools",
"github_project": "honeybee-doe2",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "honeybee-energy",
"specs": [
[
">=",
"1.105.50"
]
]
}
],
"lcname": "honeybee-doe2"
}