bibpy.tools module¶
A collection of functionality for bibpy’s accompanying tools.
-
bibpy.tools.compose_predicates(predicates, pred_combiner)[source]¶ Return a function that composes all the given predicates.
-
bibpy.tools.format_version(version)[source]¶ Format a version number used by bibpy’s accompanying tools.
-
bibpy.tools.get_abspath_for(curpath, path)[source]¶ Return the absolute path for a path relative to a current path.