# 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/3e/84/9625ed23b0ac1fdc2d101622a558d3a8b58103394125e2b8a30ee874bc7c/honeybee_doe2-0.23.2.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.23.2",
"project_urls": {
"Homepage": "https://github.com/ladybug-tools/honeybee-doe2"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "723c3ce51afbd333cbe83d15a7a84cc788e09098a2664aeb6af479251aa041e0",
"md5": "bd1cafcdf2134854f8c02ecdaf1ad7a4",
"sha256": "918af991ad0b37780008b5732f739def2ea90f8ddbf2e0103f9cc5af9ccf2dc6"
},
"downloads": -1,
"filename": "honeybee_doe2-0.23.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bd1cafcdf2134854f8c02ecdaf1ad7a4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 70217,
"upload_time": "2025-08-24T18:34:19",
"upload_time_iso_8601": "2025-08-24T18:34:19.596733Z",
"url": "https://files.pythonhosted.org/packages/72/3c/3ce51afbd333cbe83d15a7a84cc788e09098a2664aeb6af479251aa041e0/honeybee_doe2-0.23.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3e849625ed23b0ac1fdc2d101622a558d3a8b58103394125e2b8a30ee874bc7c",
"md5": "0dcd22d23b1fe0948945a56060171909",
"sha256": "3742b17831ab535b5a1c9b7a6e4ae5deda02fe2e7c9bd51fcd30ff7ec0cae038"
},
"downloads": -1,
"filename": "honeybee_doe2-0.23.2.tar.gz",
"has_sig": false,
"md5_digest": "0dcd22d23b1fe0948945a56060171909",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 64431,
"upload_time": "2025-08-24T18:34:20",
"upload_time_iso_8601": "2025-08-24T18:34:20.519772Z",
"url": "https://files.pythonhosted.org/packages/3e/84/9625ed23b0ac1fdc2d101622a558d3a8b58103394125e2b8a30ee874bc7c/honeybee_doe2-0.23.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-24 18:34:20",
"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.116.65"
]
]
}
],
"lcname": "honeybee-doe2"
}