python-bibtexparser
python-bibtexparser copied to clipboard
Bibtex parser for Python 3
I have a database of about 1000 entries / 10k lines, and a bibtexparser-based command line tool that I use to manipulate it. Some of these manipulations only touch a...
Hi, I found that some entries are missing when I load bibtex file using `bibtexparser.load`. My data is exported from Web of Science Core Collections, and should contains 500 entries...
The editor customization (https://github.com/sciunto-org/python-bibtexparser/blob/master/bibtexparser/customization.py#L355) is not consistent with the author one which is confusing. Are there some reason for this or has it just not been updated with the author...
Some options have to be set when the parser object is created like `common_strings` because they are treated in the `__init__`, others can be changed until the parsing occurs by...
#165 implements the representation of bibdata where values use bibtex string combinations. The writer however does not implement how to export such data. Converting the ` BibDataStringExpression` to bibtex should...
By using biber testing data, I see @set entries After searching, I found this: http://ctan.mirrors.hoobly.com/macros/latex/contrib/biblatex/doc/biblatex.pdf page 113 (3.11.5.1 Static entry sets) It could be interessting to parse it and store...
Following #114 Add methods to alter a database (delete elements, keep a selection (slice?), more?) in the class `BibDatabase()`
From #137 - [ ] Mention that in the tutorial? - [ ] decide what we do about `customization.getnames()` and related tests. - [ ] review #9 - [ ]...
Hi, while its working well for bibtex, it can't parse biblatex's entry (e.g. @online). Do you have any plan to add biblatex's features? This is possibly same as #105 ....
The [link customization](https://github.com/sciunto-org/python-bibtexparser/blob/master/bibtexparser/customization.py#L451) splits fields containing multiple links as well as an eventual anchor and format. However, I cannot find any reference to any such format specification. Has anyone any...