ladybug-display


Nameladybug-display JSON
Version 0.13.3 PyPI version JSON
download
home_pagehttps://github.com/ladybug-tools/ladybug-display
SummaryAssigns basic display attributes to ladybug-geometry (color, line weights, etc).
upload_time2025-10-08 22:27:37
maintainerNone
docs_urlNone
authorLadybug Tools
requires_pythonNone
licenseAGPL-3.0
keywords
VCS
bugtrack_url
requirements ladybug-core
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Build Status](https://github.com/ladybug-tools/ladybug-display/workflows/CI/badge.svg)](https://github.com/ladybug-tools/ladybug-display/actions)

[![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/)

# 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/ac/b3/f094ba1f37bde779c7733b76611e2b31c0da9c3d8d31a09807e08d34193a/ladybug_display-0.13.3.tar.gz",
    "platform": null,
    "description": "[![Build Status](https://github.com/ladybug-tools/ladybug-display/workflows/CI/badge.svg)](https://github.com/ladybug-tools/ladybug-display/actions)\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# 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": "Assigns basic display attributes to ladybug-geometry (color, line weights, etc).",
    "version": "0.13.3",
    "project_urls": {
        "Homepage": "https://github.com/ladybug-tools/ladybug-display"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "60aaccf0afc75d2a1d8a3eaf4366f32443c4a32eff96328170a301838f133cb1",
                "md5": "57cb4a870b433ec4bd386596e8c41bbc",
                "sha256": "e9541e73b03303d00242843a47d97ac1cb567a39b18032f38fa39eba5625c03e"
            },
            "downloads": -1,
            "filename": "ladybug_display-0.13.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "57cb4a870b433ec4bd386596e8c41bbc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 153754,
            "upload_time": "2025-10-08T22:27:36",
            "upload_time_iso_8601": "2025-10-08T22:27:36.653118Z",
            "url": "https://files.pythonhosted.org/packages/60/aa/ccf0afc75d2a1d8a3eaf4366f32443c4a32eff96328170a301838f133cb1/ladybug_display-0.13.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "acb3f094ba1f37bde779c7733b76611e2b31c0da9c3d8d31a09807e08d34193a",
                "md5": "c73d89040faace2bfdea7726e194429d",
                "sha256": "1a2b996a8e9ec75f7213971d0383dd252e73e7ffd40566a715ac0d6363f82473"
            },
            "downloads": -1,
            "filename": "ladybug_display-0.13.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c73d89040faace2bfdea7726e194429d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 404701,
            "upload_time": "2025-10-08T22:27:37",
            "upload_time_iso_8601": "2025-10-08T22:27:37.640023Z",
            "url": "https://files.pythonhosted.org/packages/ac/b3/f094ba1f37bde779c7733b76611e2b31c0da9c3d8d31a09807e08d34193a/ladybug_display-0.13.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-08 22:27:37",
    "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.44.6"
                ]
            ]
        }
    ],
    "lcname": "ladybug-display"
}
        
Elapsed time: 1.80087s