python-bibtexparser icon indicating copy to clipboard operation
python-bibtexparser copied to clipboard

Bibtex parser for Python 3

Results 81 python-bibtexparser issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

bug

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...

enhancement
question

#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...

enhancement
good first issue
v2

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...

enhancement
v2
biber
v1

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 - [ ]...

enhancement

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 ....

enhancement

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...

question