core.scripts.uncompress#

Copyright (c) Meta Platforms, Inc. and affiliates.

This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.

Uncompresses downloaded S2EF datasets to be used by the LMDB preprocessing script - preprocess_ef.py

Attributes#

Functions#

read_lzma(→ None)

decompress_list_of_files(→ None)

get_parser(→ argparse.ArgumentParser)

main(→ None)

Module Contents#

core.scripts.uncompress.read_lzma(inpfile: str, outfile: str) None#
core.scripts.uncompress.decompress_list_of_files(ip_op_pair: tuple[str, str]) None#
core.scripts.uncompress.get_parser() argparse.ArgumentParser#
core.scripts.uncompress.main(args: argparse.Namespace) None#
core.scripts.uncompress.parser: argparse.ArgumentParser#