[](https://github.com/ladybug-tools/honeybee-radiance-postprocess/actions)
[](https://coveralls.io/github/ladybug-tools/honeybee-radiance-postprocess)
[](https://www.python.org/downloads/release/python-3100/) [](https://www.python.org/downloads/release/python-370/)
# honeybee-radiance-postprocess
Library and CLI for postprocessing of Radiance results and matrices.
## Installation
```console
pip install honeybee-radiance-postprocess
```
## QuickStart
```python
import honeybee_radiance_postprocess
```
## [API Documentation](http://ladybug-tools.github.io/honeybee-radiance-postprocess/docs)
## Local Development
1. Clone this repo locally
```console
git clone git@github.com:ladybug-tools/honeybee-radiance-postprocess
# or
git clone https://github.com/ladybug-tools/honeybee-radiance-postprocess
```
2. Install dependencies:
```console
cd honeybee-radiance-postprocess
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_radiance_postprocess
sphinx-build -b html ./docs ./docs/_build/docs
```
Raw data
{
"_id": null,
"home_page": "https://github.com/ladybug-tools/honeybee-radiance-postprocess",
"name": "honeybee-radiance-postprocess",
"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/c8/57/72e0167eca1c16375a76baf3856906cfb169a1a271035e15ac59c4bbb3f0/honeybee_radiance_postprocess-0.4.557.tar.gz",
"platform": null,
"description": "[](https://github.com/ladybug-tools/honeybee-radiance-postprocess/actions)\n[](https://coveralls.io/github/ladybug-tools/honeybee-radiance-postprocess)\n\n[](https://www.python.org/downloads/release/python-3100/) [](https://www.python.org/downloads/release/python-370/)\n\n# honeybee-radiance-postprocess\n\nLibrary and CLI for postprocessing of Radiance results and matrices.\n\n## Installation\n```console\npip install honeybee-radiance-postprocess\n```\n\n## QuickStart\n```python\nimport honeybee_radiance_postprocess\n\n```\n\n## [API Documentation](http://ladybug-tools.github.io/honeybee-radiance-postprocess/docs)\n\n## Local Development\n1. Clone this repo locally\n```console\ngit clone git@github.com:ladybug-tools/honeybee-radiance-postprocess\n\n# or\n\ngit clone https://github.com/ladybug-tools/honeybee-radiance-postprocess\n```\n2. Install dependencies:\n```console\ncd honeybee-radiance-postprocess\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_radiance_postprocess\nsphinx-build -b html ./docs ./docs/_build/docs\n```\n",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "Postprocessing of Radiance results and matrices",
"version": "0.4.557",
"project_urls": {
"Homepage": "https://github.com/ladybug-tools/honeybee-radiance-postprocess"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a42f436b50977ac767373b361da494941882daf0e6bc0477c577181f24da8d54",
"md5": "746d00bca1af0870f5d5c7e7312bedf6",
"sha256": "5f67aa90747cafa8be96b2da5811097d0c74ba8cf71b6a76c130702ead25275e"
},
"downloads": -1,
"filename": "honeybee_radiance_postprocess-0.4.557-py3-none-any.whl",
"has_sig": false,
"md5_digest": "746d00bca1af0870f5d5c7e7312bedf6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 109747,
"upload_time": "2025-09-04T23:23:08",
"upload_time_iso_8601": "2025-09-04T23:23:08.854476Z",
"url": "https://files.pythonhosted.org/packages/a4/2f/436b50977ac767373b361da494941882daf0e6bc0477c577181f24da8d54/honeybee_radiance_postprocess-0.4.557-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c85772e0167eca1c16375a76baf3856906cfb169a1a271035e15ac59c4bbb3f0",
"md5": "b08dac90495353c1e3597b7408d0044a",
"sha256": "7dbc76dcd26c62e9337f7a7900d54f64fa4d44e1566930f3b78c213c227a4ebf"
},
"downloads": -1,
"filename": "honeybee_radiance_postprocess-0.4.557.tar.gz",
"has_sig": false,
"md5_digest": "b08dac90495353c1e3597b7408d0044a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 87194,
"upload_time": "2025-09-04T23:23:11",
"upload_time_iso_8601": "2025-09-04T23:23:11.012389Z",
"url": "https://files.pythonhosted.org/packages/c8/57/72e0167eca1c16375a76baf3856906cfb169a1a271035e15ac59c4bbb3f0/honeybee_radiance_postprocess-0.4.557.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-04 23:23:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ladybug-tools",
"github_project": "honeybee-radiance-postprocess",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "honeybee-radiance",
"specs": [
[
"==",
"1.66.193"
]
]
},
{
"name": "numpy",
"specs": [
[
"<",
"2.0.0"
]
]
}
],
"lcname": "honeybee-radiance-postprocess"
}