.. _dootle.bookmarks.pony_fns: ========================= dootle.bookmarks.pony_fns ========================= .. py:module:: dootle.bookmarks.pony_fns .. autoapi-nested-parse:: A Direct Firefox sqlite databse -> bookmarks file merger uses pony Database is found at ~/Library/ApplicationSupport/Firefox/Profiles/?/places.sqlite tables of interest: moz_bookmarks and moz_places Functions --------- .. autoapisummary:: dootle.bookmarks.pony_fns.init_db dootle.bookmarks.pony_fns.extract Module Contents =============== .. py:function:: init_db() -> tuple[pony.orm.Database, *type] .. py:function:: extract(fpath: pathlib.Path, debug: bool = False) -> jgdv.files.bookmarks.collection.BookmarkCollection