{"id":19429552,"url":"https://github.com/pierre-24/pybibtex","last_synced_at":"2026-04-11T20:43:50.670Z","repository":{"id":48080266,"uuid":"392285520","full_name":"pierre-24/pybibtex","owner":"pierre-24","description":"Provides a Python API to parse BibTeX files","archived":false,"fork":false,"pushed_at":"2023-02-18T12:33:45.000Z","size":851,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T05:42:52.406Z","etag":null,"topics":["bibtex","latex","parser","python"],"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/pierre-24.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","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}},"created_at":"2021-08-03T10:58:52.000Z","updated_at":"2023-02-18T11:31:57.000Z","dependencies_parsed_at":"2025-01-07T20:11:28.785Z","dependency_job_id":"1cdda0a3-4d64-462b-aa5f-446b3ddb45aa","html_url":"https://github.com/pierre-24/pybibtex","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/pierre-24/pybibtex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierre-24%2Fpybibtex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierre-24%2Fpybibtex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierre-24%2Fpybibtex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierre-24%2Fpybibtex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pierre-24","download_url":"https://codeload.github.com/pierre-24/pybibtex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierre-24%2Fpybibtex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273717961,"owners_count":25155484,"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-05T02:00:09.113Z","response_time":402,"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":["bibtex","latex","parser","python"],"created_at":"2024-11-10T14:19:50.325Z","updated_at":"2026-04-11T20:43:50.618Z","avatar_url":"https://github.com/pierre-24.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `pybibtex`: a (very) simple BibTeX parser\n\nProvides a Python API to parse BibTeX files.\nNot to be confused with the (actual) [`pybibtex`](https://github.com/rasbt/pybibtex), which uses REGEX, while this implementation use an actual LL(1) parser (less error-prone, normally).\n\nThe BiBTeX syntax is introduced, simply, [there](https://www.bibtex.com/g/bibtex-format/).\nMore details are found in [`btxdoc`](https://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/) (and some of its quirks are examplified [here](http://artis.imag.fr/~Xavier.Decoret/resources/xdkbibtex/bibtex_summary.html)).\nThis implementation handles the different syntax for the items (braces or parentheses), the comments, and the concatenation (with the `@string` definitions).\nIt does not handle `@preamble`.\n\n\n## Install \u0026 use\n\n```bash\npip3 install --upgrade git+https://github.com/pierre-24/pybibtex.git@v0.2.1\n```\n\nNo dependencies are required (except python \u003e= 3.6).\n\nSee the documentation [there](https://pierre-24.github.io/pybibtex/usage/) demonstrating the (quite simple) API.\n\n## Contribute\n\nContributions, either with [issues](https://github.com/pierre-24/pybibtex/issues) or [pull requests](https://github.com/pierre-24/pybibtex/pulls) are welcomed.\nSee the [Contributing section](https://pierre-24.github.io/pybibtex/contributing/) of the documentation for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierre-24%2Fpybibtex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpierre-24%2Fpybibtex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierre-24%2Fpybibtex/lists"}