{"id":30895489,"url":"https://github.com/ladybug-tools/ladybug-display","last_synced_at":"2025-09-08T22:06:42.822Z","repository":{"id":49900409,"uuid":"512731277","full_name":"ladybug-tools/ladybug-display","owner":"ladybug-tools","description":"🐞 :computer: Assigns basic display attributes to ladybug-geometry objects (color, line weight, line type, etc).","archived":false,"fork":false,"pushed_at":"2025-09-02T21:44:38.000Z","size":2417,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-02T23:22:46.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.ladybug.tools/ladybug-display/docs/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ladybug-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-11T11:36:50.000Z","updated_at":"2025-09-02T21:40:44.000Z","dependencies_parsed_at":"2023-02-08T16:15:39.248Z","dependency_job_id":"edd90df0-a51f-484f-a29b-3a989894aace","html_url":"https://github.com/ladybug-tools/ladybug-display","commit_stats":{"total_commits":39,"total_committers":2,"mean_commits":19.5,"dds":0.02564102564102566,"last_synced_commit":"c487a2e613ef19a6b87a928aadbf93ca0c03926d"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/ladybug-tools/ladybug-display","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fladybug-display","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fladybug-display/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fladybug-display/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fladybug-display/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ladybug-tools","download_url":"https://codeload.github.com/ladybug-tools/ladybug-display/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fladybug-display/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231549,"owners_count":25245659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-08T22:06:41.709Z","updated_at":"2025-09-08T22:06:42.801Z","avatar_url":"https://github.com/ladybug-tools.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladybug-tools%2Fladybug-display","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fladybug-tools%2Fladybug-display","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladybug-tools%2Fladybug-display/lists"}