{"id":18453963,"url":"https://github.com/caltech-ipac/firefly_client","last_synced_at":"2025-08-22T07:31:25.247Z","repository":{"id":47812329,"uuid":"73755091","full_name":"Caltech-IPAC/firefly_client","owner":"Caltech-IPAC","description":"Python API for Firefly","archived":false,"fork":false,"pushed_at":"2024-12-12T21:18:17.000Z","size":4245,"stargazers_count":9,"open_issues_count":1,"forks_count":7,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-12-15T14:17:05.886Z","etag":null,"topics":["ipac-firefly","python","python-api","visualization"],"latest_commit_sha":null,"homepage":"https://caltech-ipac.github.io/firefly_client/","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/Caltech-IPAC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","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}},"created_at":"2016-11-14T23:08:21.000Z","updated_at":"2024-12-12T21:17:48.000Z","dependencies_parsed_at":"2023-12-09T02:24:17.138Z","dependency_job_id":"625f29b1-e536-4a6a-8b8f-7d5728193a26","html_url":"https://github.com/Caltech-IPAC/firefly_client","commit_stats":{"total_commits":144,"total_committers":11,"mean_commits":"13.090909090909092","dds":0.4930555555555556,"last_synced_commit":"f20cdcd23c2264d79e2ce24aba9b9fd11cd753d7"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caltech-IPAC%2Ffirefly_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caltech-IPAC%2Ffirefly_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caltech-IPAC%2Ffirefly_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caltech-IPAC%2Ffirefly_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Caltech-IPAC","download_url":"https://codeload.github.com/Caltech-IPAC/firefly_client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230511859,"owners_count":18237705,"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","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":["ipac-firefly","python","python-api","visualization"],"created_at":"2024-11-06T08:02:22.824Z","updated_at":"2024-12-20T10:09:05.935Z","avatar_url":"https://github.com/Caltech-IPAC.png","language":"Python","readme":"# firefly_client\n\nPython API for Firefly, IPAC's Advanced Astronomy Web UI Framework\n\n## Usage\n\nThe client must be connected to a Firefly server. The Firefly\nrepository is located at http://github.com/Caltech-IPAC/firefly.\nStandalone Firefly servers may be obtained from\n[this Dockerhub repository](https://hub.docker.com/r/ipac/firefly/).\n\nFor detailed explanation on the usage, see [the online documentation](https://caltech-ipac.github.io/firefly_client). Following is a very simple example:\n\n```\nfrom firefly_client import FireflyClient\nfc = FireflyClient.make_client()  # can also explictly pass url of a firefly server; default is http://localhost:8080/firefly\n```\n\nA FITS image may be uploaded and displayed:\n\n```\nfval = fc.upload_file('image.fits')\nfc.show_fits(fval, 'myimage')\n```\n\nFor more examples, check notebooks \u0026 python files in the [examples](examples/) and [test](test/) directories.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaltech-ipac%2Ffirefly_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaltech-ipac%2Ffirefly_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaltech-ipac%2Ffirefly_client/lists"}