{"id":15589651,"url":"https://github.com/fwcd/phare","last_synced_at":"2026-02-16T02:13:01.363Z","repository":{"id":212340895,"uuid":"730801921","full_name":"fwcd/phare","owner":"fwcd","description":"Asynchronous and ergonomic Python client SDK for a light installation at the University of Kiel","archived":false,"fork":false,"pushed_at":"2024-09-10T00:06:58.000Z","size":22,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-16T22:53:15.032Z","etag":null,"topics":["client","project-lighthouse","python","sdk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fwcd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2023-12-12T17:48:36.000Z","updated_at":"2024-09-10T00:07:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"a95c9193-747b-4718-8a73-8e4c884d553c","html_url":"https://github.com/fwcd/phare","commit_stats":null,"previous_names":["fwcd/phare"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fwcd/phare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fphare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fphare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fphare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fphare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fwcd","download_url":"https://codeload.github.com/fwcd/phare/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fphare/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29478356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T11:35:25.641Z","status":"ssl_error","status_checked_at":"2026-02-15T11:34:57.128Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["client","project-lighthouse","python","sdk"],"created_at":"2024-10-02T23:03:53.364Z","updated_at":"2026-02-16T02:13:01.343Z","avatar_url":"https://github.com/fwcd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phare\n\n[![PyPI](https://img.shields.io/pypi/v/phare)](https://pypi.org/project/phare)\n[![Build](https://github.com/fwcd/phare/actions/workflows/build.yml/badge.svg)](https://github.com/fwcd/phare/actions/workflows/build.yml)\n\nAn asynchronous and ergonomic client library for the Project Lighthouse API.\n\n## Example\n\n```python\nimport asyncio\nimport numpy as np\nimport os\n\nfrom phare.auth import Auth\nfrom phare.lighthouse import Lighthouse\nfrom phare.constants import LIGHTHOUSE_FRAME_SHAPE, LIGHTHOUSE_URL\n\nasync def main():\n    user = os.environ['LIGHTHOUSE_USER']\n    token = os.environ['LIGHTHOUSE_TOKEN']\n    url = os.environ.get('LIGHTHOUSE_URL', LIGHTHOUSE_URL)\n\n    async with await Lighthouse.connect(Auth(user, token), url) as lh:\n        frame = np.random.randint(0, 255, size=LIGHTHOUSE_FRAME_SHAPE, dtype=np.uint8)\n        await lh.put_model(frame)\n\nasyncio.run(main())\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fphare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffwcd%2Fphare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fphare/lists"}