{"id":35212287,"url":"https://github.com/ladybug-tools/fairyfly-core","last_synced_at":"2026-04-23T20:00:36.213Z","repository":{"id":328881838,"uuid":"1116959055","full_name":"ladybug-tools/fairyfly-core","owner":"ladybug-tools","description":":ant: fairyfly core library for working with construction details","archived":false,"fork":false,"pushed_at":"2026-03-16T19:43:56.000Z","size":973,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-17T05:58:49.524Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.ladybug.tools/fairyfly-core/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":"2025-12-15T16:14:56.000Z","updated_at":"2026-03-16T19:41:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"24e564e1-0489-4ea3-a688-6aac62b41126","html_url":"https://github.com/ladybug-tools/fairyfly-core","commit_stats":null,"previous_names":["ladybug-tools/fairyfly-core"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/ladybug-tools/fairyfly-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Ffairyfly-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Ffairyfly-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Ffairyfly-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Ffairyfly-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ladybug-tools","download_url":"https://codeload.github.com/ladybug-tools/fairyfly-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Ffairyfly-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32196155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T15:28:30.493Z","status":"ssl_error","status_checked_at":"2026-04-23T15:28:29.972Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-12-29T19:30:08.660Z","updated_at":"2026-04-23T20:00:36.178Z","avatar_url":"https://github.com/ladybug-tools.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Fairyfly](https://raw.githubusercontent.com/ladybug-tools/artwork/refs/heads/master/icons_bugs/png/fairyfly-small.png)\n\n[![Build Status](https://github.com/ladybug-tools/fairyfly-core/actions/workflows/ci.yaml/badge.svg)](https://github.com/ladybug-tools/fairyfly-core/actions)\n\n[![Python 3.10](https://img.shields.io/badge/python-3.10-pink.svg)](https://www.python.org/downloads/release/python-3100/) [![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# fairyfly-core\n\nFairyfly is a collection of Python libraries to create representations of construction details\nfollowing [fairyfly-schema](https://github.com/ladybug-tools/fairyfly-schema/wiki).\n\nThis package is the core library that provides fairyfly's common functionalities.\nTo extend these functionalities you should install available Fairyfly extensions or write\nyour own.\n\nHere are a number of frequently used extensions for Fairyfly:\n\n- [fairyfly-therm](https://github.com/ladybug-tools/fairyfly-therm): Adds LBNL THERM simulation to Fairyfly.\n\n\n# Installation\n\nTo install the core library use:\n\n`pip install -U fairyfly-core`\n\nTo check if Fairyfly command line interface is installed correctly use `fairyfly viz` and you\nshould get a `viiiiiiiiiiiiizzzzzzzzz!` back in response! :bee:\n\n# [API Documentation](https://www.ladybug.tools/fairyfly-core/docs/)\n\n## Local Development\n1. Clone this repo locally\n```console\ngit clone git@github.com:ladybug-tools/fairyfly-core.git\n\n# or\n\ngit clone https://github.com/ladybug-tools/fairyfly-core.git\n```\n2. Install dependencies:\n```console\ncd fairyfly-core\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 ./fairyfly\nsphinx-build -b html ./docs ./docs/_build/docs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladybug-tools%2Ffairyfly-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fladybug-tools%2Ffairyfly-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladybug-tools%2Ffairyfly-core/lists"}