bib.bibtexparser.middlewares.block.entry_fields_sort¶
Classes¶
SortFieldsAlphabeticallyMiddleware ¶
Bases: BlockMiddleware
Sort the fields of an entry alphabetically by key.
Source code in pybibtexer/bib/bibtexparser/middlewares/block/entry_fields_sort.py
SortFieldsCustomMiddleware ¶
Bases: BlockMiddleware
Sort the fields of an entry according to a custom order provided by user.
The order is a list of field keys. Fields not in the list are put at the end.