bibble.files.path_reader

See EOF for license/metadata/notes as applicable

Classes

PathReader

Convert file paths in bibliography to pl.Path's, expanding relative paths

Module Contents

class bibble.files.path_reader.PathReader(*, lib_root=None, **kwargs)[source]

Bases: bibble.util.middlecore.IdenBlockMiddleware

Convert file paths in bibliography to pl.Path’s, expanding relative paths according to lib_root

Parameters:

lib_root (jgdv.Maybe[pathlib.Path])

field_h(field, entry) <Unknown>[source]
on_read() <Unknown>[source]
transform_Entry(entry, library) <Unknown>[source]
_lib_root
_whitelist = ('file',)