{"id":30895532,"url":"https://github.com/ladybug-tools/honeybee-schema","last_synced_at":"2026-02-12T22:11:41.510Z","repository":{"id":39679349,"uuid":"226602047","full_name":"ladybug-tools/honeybee-schema","owner":"ladybug-tools","description":":honeybee: :scroll: HBJSON format schema","archived":false,"fork":false,"pushed_at":"2025-08-21T03:04:37.000Z","size":63041,"stargazers_count":13,"open_issues_count":6,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-21T03:23:24.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ladybug-tools.github.io/honeybee-schema","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","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}},"created_at":"2019-12-08T02:10:52.000Z","updated_at":"2025-08-21T02:51:26.000Z","dependencies_parsed_at":"2022-07-13T12:01:15.650Z","dependency_job_id":"e566af13-9786-4adf-895f-c3a698bad704","html_url":"https://github.com/ladybug-tools/honeybee-schema","commit_stats":{"total_commits":316,"total_committers":7,"mean_commits":"45.142857142857146","dds":0.5158227848101266,"last_synced_commit":"52982db7f80498d5682803731df65469322c9670"},"previous_names":["ladybug-tools-in2/honeybee-schema"],"tags_count":173,"template":false,"template_full_name":null,"purl":"pkg:github/ladybug-tools/honeybee-schema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fhoneybee-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fhoneybee-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fhoneybee-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fhoneybee-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ladybug-tools","download_url":"https://codeload.github.com/ladybug-tools/honeybee-schema/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fhoneybee-schema/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:07:12.475Z","updated_at":"2026-02-03T17:09:02.732Z","avatar_url":"https://github.com/ladybug-tools.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/ladybug-tools/honeybee-schema.svg?branch=master)](https://travis-ci.com/ladybug-tools/honeybee-schema)\n[![Coverage Status](https://coveralls.io/repos/github/ladybug-tools/honeybee-schema/badge.svg?branch=master)](https://coveralls.io/github/ladybug-tools/honeybee-schema)\n\n[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)\n\n# honeybee-schema\n\nHoneybee Data-Model Objects\n\nThis code was partially developed under the [Wells Fargo Innovation Incubator grant](https://newsroom.wf.com/press-release/community/five-clean-tech-startups-added-wells-fargo-innovation-incubator) with help from the\n[OpenStudio Team](https://github.com/NREL/OpenStudio) at [NREL](https://www.nrel.gov/).\n\n# Installation\n\nTo install the core library use:\n\n`pip install -U honeybee-schema`\n\nIf you want to also include the command line interface use:\n\n`pip install -U honeybee-schema[cli]`\n\n## QuickStart\n\n```python\nimport honeybee_schema\n\n```\n\n## API Documentation\n\n[Schema Overview](https://github.com/ladybug-tools/honeybee-schema/wiki)\n\n[Model Schema Specification](https://ladybug-tools.github.io/honeybee-schema/model.html)\n\n[Energy Simulation Parameter Schema Specification](https://ladybug-tools.github.io/honeybee-schema/simulation-parameter.html)\n\n## Local Development\n\n1. Clone this repo locally\n\n```console\ngit clone git@github.com:ladybug-tools/honeybee-schema\n\n# or\n\ngit clone https://github.com/ladybug-tools/honeybee-schema\n```\n\n2. Install dependencies:\n\n```console\ncd honeybee-schema\npip install -r dev-requirements.txt\npip install -r requirements.txt\n```\n\n3. Run Tests:\n\n```console\npython -m pytest tests/\n```\n\n4. Generate Documentation:\n\n```python\npython ./docs.py\n```\n\n5. Generate Sample Files:\n\n```python\npython ./scripts/export_samples.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladybug-tools%2Fhoneybee-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fladybug-tools%2Fhoneybee-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladybug-tools%2Fhoneybee-schema/lists"}