[](https://github.com/ladybug-tools/ladybug-display/actions)
[](https://www.python.org/downloads/release/python-370/) [](https://www.python.org/downloads/release/python-270/) [](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)
# ladybug-display
A library that assigns basic display attributes to ladybug-geometry objects
(color, line weight, line type, etc). It also extends several core Ladybug objects
with methods to translate them to a VisualzationSet (Sunpath, WindRose, etc.).
## Installation
To install the library use:
```console
pip install ladybug-display
```
## QuickStart
```python
import ladybug_display
```
## [API Documentation](http://ladybug-tools.github.io/ladybug-display/docs)
## Local Development
1. Clone this repo locally
```console
git clone git@github.com:ladybug-tools/ladybug-display
# or
git clone https://github.com/ladybug-tools/ladybug-display
```
2. Install dependencies:
```console
cd ladybug-display
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 ./ladybug_display
sphinx-build -b html ./docs ./docs/_build/docs
```
Raw data
{
"_id": null,
"home_page": "https://github.com/ladybug-tools/ladybug-display",
"name": "ladybug-display",
"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/8e/80/dc037e1e991eb9459dc1d7fa4b5682fb6c828e9818a8cdc79a411a77b5d7/ladybug_display-0.12.0.tar.gz",
"platform": null,
"description": "[](https://github.com/ladybug-tools/ladybug-display/actions)\n\n[](https://www.python.org/downloads/release/python-370/) [](https://www.python.org/downloads/release/python-270/) [](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)\n\n# ladybug-display\n\nA library that assigns basic display attributes to ladybug-geometry objects\n(color, line weight, line type, etc). It also extends several core Ladybug objects\nwith methods to translate them to a VisualzationSet (Sunpath, WindRose, etc.).\n\n## Installation\n\nTo install the library use:\n\n```console\npip install ladybug-display\n```\n\n## QuickStart\n```python\nimport ladybug_display\n\n```\n\n## [API Documentation](http://ladybug-tools.github.io/ladybug-display/docs)\n\n## Local Development\n1. Clone this repo locally\n```console\ngit clone git@github.com:ladybug-tools/ladybug-display\n\n# or\n\ngit clone https://github.com/ladybug-tools/ladybug-display\n```\n2. Install dependencies:\n```console\ncd ladybug-display\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 ./ladybug_display\nsphinx-build -b html ./docs ./docs/_build/docs\n```\n",
"bugtrack_url": null,
"license": "AGPL-3.0",
"summary": "A library that assigns basic display attributes to ladybug-geometry objects (color, line weight, line type, etc).",
"version": "0.12.0",
"project_urls": {
"Homepage": "https://github.com/ladybug-tools/ladybug-display"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "72cc9bebcb255db39e071b23e36dd735bd921aba3a3e180c13304c4691e77ca8",
"md5": "a7175036250feb2a938915336f0136c3",
"sha256": "ba82bb5a4ea438e3f4f9563e0f1ccbc852062d41befeecfccdbe54566a529b43"
},
"downloads": -1,
"filename": "ladybug_display-0.12.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "a7175036250feb2a938915336f0136c3",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 114616,
"upload_time": "2025-02-24T15:43:02",
"upload_time_iso_8601": "2025-02-24T15:43:02.374109Z",
"url": "https://files.pythonhosted.org/packages/72/cc/9bebcb255db39e071b23e36dd735bd921aba3a3e180c13304c4691e77ca8/ladybug_display-0.12.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8e80dc037e1e991eb9459dc1d7fa4b5682fb6c828e9818a8cdc79a411a77b5d7",
"md5": "5fd2b4162e58be1de9146f8462fd8e25",
"sha256": "c9bd31724ae5a2d835f74bb029ae92af5c464f0db1abafb5ed2ad67a2f281686"
},
"downloads": -1,
"filename": "ladybug_display-0.12.0.tar.gz",
"has_sig": false,
"md5_digest": "5fd2b4162e58be1de9146f8462fd8e25",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 92950,
"upload_time": "2025-02-24T15:43:04",
"upload_time_iso_8601": "2025-02-24T15:43:04.092535Z",
"url": "https://files.pythonhosted.org/packages/8e/80/dc037e1e991eb9459dc1d7fa4b5682fb6c828e9818a8cdc79a411a77b5d7/ladybug_display-0.12.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-24 15:43:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ladybug-tools",
"github_project": "ladybug-display",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "ladybug-core",
"specs": [
[
">=",
"0.42.29"
]
]
}
],
"lcname": "ladybug-display"
}