{"id":13521226,"url":"https://github.com/TRASAL/frbcat","last_synced_at":"2025-03-31T20:30:59.696Z","repository":{"id":49497106,"uuid":"241651086","full_name":"TRASAL/frbcat","owner":"TRASAL","description":"Query Fast Radio Burst catalogues","archived":false,"fork":false,"pushed_at":"2023-09-13T06:27:50.000Z","size":47,"stargazers_count":20,"open_issues_count":5,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T20:20:03.140Z","etag":null,"topics":["frbs"],"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/TRASAL.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}},"created_at":"2020-02-19T15:03:56.000Z","updated_at":"2024-08-12T19:57:54.000Z","dependencies_parsed_at":"2023-11-15T15:22:54.012Z","dependency_job_id":"860e9636-2c2c-47a9-a09f-57f5006f12d1","html_url":"https://github.com/TRASAL/frbcat","commit_stats":null,"previous_names":["davidgardenier/frbcat"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRASAL%2Ffrbcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRASAL%2Ffrbcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRASAL%2Ffrbcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRASAL%2Ffrbcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TRASAL","download_url":"https://codeload.github.com/TRASAL/frbcat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246535809,"owners_count":20793326,"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":["frbs"],"created_at":"2024-08-01T06:00:31.062Z","updated_at":"2025-03-31T20:30:59.458Z","avatar_url":"https://github.com/TRASAL.png","language":"Python","readme":"# Query the Fast Radio Burst Catalogue in Python\n\u003ca href=\"https://ascl.net/2011.011\"\u003e\u003cimg src=\"https://img.shields.io/badge/ascl-2011.011-blue.svg?colorB=262255\" alt=\"ascl:2011.011\" /\u003e\u003c/a\u003e\n\n## Installation\n\n```sh\npip3 install frbcat\n```\n\n## Usage\nGet a Pandas DataFrame of `frbcat` using\n```python\nfrom frbcat import Frbcat\ndf = Frbcat().df\n```\nOr get the chime repeaters using\n```python\nfrom frbcat import ChimeRepeaters\ndf = ChimeRepeaters().df\n```\nOr get the FRBs from the Transient Name Server, which as of Sep 2020 should have all FRBs\n```python\nfrom frbcat import TNS\ntns = TNS(tns_name='my_user_name', tns_id='my_user_id')\ndf = tns.df\nunits = tns.units\n```\n\n## Requirements\n\n* pandas\n* numpy\n* requests\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are appreciated.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n","funding_links":[],"categories":["Catalog or Tools for Catalogues"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTRASAL%2Ffrbcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTRASAL%2Ffrbcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTRASAL%2Ffrbcat/lists"}