sciunto-org / python-bibtexparser

Bibtex parser for Python 3
https://bibtexparser.readthedocs.io
MIT License
474 stars 132 forks source link

:sparkles: Shorthand field setter on entry #442

Closed MiWeiss closed 10 months ago

MiWeiss commented 10 months ago

Allows some_entry["somefield"] = "somevalue"

Closes #432 and #437