archivebox.cli.archivebox_init

Module Contents

Functions

_normalize_snapshot_record

init

Initialize a new ArchiveBox collection in the current directory

main

API

archivebox.cli.archivebox_init._normalize_snapshot_record(link_dict: collections.abc.Mapping[str, object]) tuple[str, dict[str, object]] | None[source]
archivebox.cli.archivebox_init.init(force: bool = False, quick: bool = False, install: bool = False) None[source]

Initialize a new ArchiveBox collection in the current directory

archivebox.cli.archivebox_init.main(**kwargs) None[source]