bib.bibtexparser.middlewares.block.month_year¶
Classes¶
ConvertStrMonthToInt ¶
Bases: BlockMiddleware
Convert the field month value of an entry when it is str to int type if possible.
Source code in pybibtexer/bib/bibtexparser/middlewares/block/month_year.py
ExtractYear ¶
Bases: BlockMiddleware
Convert the field month value of an entry when it is str to int type if possible.