bibpy.entries module¶
All valid bib(la)tex entry types.
As of the Biblatex package documentation version 3.2 (27/12/2015)
-
bibpy.entries.aliases(bibtype, format)[source]¶ Return the biblatex aliases of the given entry type and format.
-
class
bibpy.entries.Entries(entries=[], strings=[], preambles=[], comment_entries=[], comments=[])[source]¶ Bases:
objectLight-weight container object for parsed entries.
-
all¶ Return all entries including comments.
-
all_entries¶ Return all entries (excluding comments) as a list.
-
comment_entries¶ A list of all comment entries.
-
comments¶ A list of all non-entry comments.
-
entries¶ A list of all bibliographic entries.
-
preambles¶ A list of all preamble entries.
-
strings¶ A list of all string entries.
-