{"library":"bibtexparser","type":"library","category":null,"description":"bibtexparser is a Python 3 library for parsing and writing BibTeX files. It provides a simple API to read, modify, and dump BibTeX data. The current stable version is 1.4.4, with active development on a 2.0.0 beta series introducing significant changes. Releases are somewhat irregular, with bugfix and feature releases for the 1.x branch and active development on 2.x.","language":"python","status":"active","version":"1.4.4","tags":["bibtex","parser","bibliography","academic","publication"],"last_verified":"Fri May 22","install":[{"cmd":"pip install bibtexparser","imports":["import bibtexparser\n\nwith open('references.bib') as bibtex_file:\n    bib_database = bibtexparser.read_file(bibtex_file)","import bibtexparser\n\nbib_string = \"@article{...}\"\nbib_database = bibtexparser.parse_string(bib_string)","import bibtexparser\n\nwith open('output.bib', 'w') as bibtex_file:\n    bibtexparser.dump(bib_database, bibtex_file)","from bibtexparser.bparser import BibTexParser","from bibtexparser.bibdatabase import BibDatabase"]}],"homepage":null,"github":"https://github.com/sciunto-org/python-bibtexparser","docs":null,"changelog":null,"pypi":"https://pypi.org/project/bibtexparser/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.5,"avg_import_s":0.3,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/bibtexparser/compatibility"}}