bibble.fields.title_reader

See EOF for license/metadata/notes as applicable

Type Aliases

Entry

Classes

TitleCleaner

strip whitespace from the title, and (optional) subtitle

TitleSplitter

Split Title Into Title and Subtitle, If Subtitle Doesn't Exist Yet

Module Contents

bibble.fields.title_reader.Entry: TypeAlias = model.Entry
class bibble.fields.title_reader.TitleCleaner(*args, **kwargs)[source]

Bases: bibble.util.middlecore.IdenBlockMiddleware

strip whitespace from the title, and (optional) subtitle

on_read() <Unknown>[source]
transform_Entry(entry, library) <Unknown>[source]
class bibble.fields.title_reader.TitleSplitter(*args, **kwargs)[source]

Bases: bibble.util.middlecore.IdenBlockMiddleware

Split Title Into Title and Subtitle, If Subtitle Doesn’t Exist Yet

strips whitespace as well

on_read() <Unknown>[source]
transform_Entry(entry, library) <Unknown>[source]
Parameters:
  • entry (Entry)

  • library (bibtexparser.library.Library)