seqparse.cli package

Submodules

seqparse.cli.seqls module

Command line tool for listing file sequences.

Upon installation of the package this script will be accessable via seqls command on the command line of your choice.

seqparse.cli.seqls.long_format_output(items, human_readable=False)[source]

Generate long format output for the provided items.

seqparse.cli.seqls.main(args, _debug=False)[source]

Wrap and initialise the Seqparse class.

seqparse.cli.seqls.parse_args(args)[source]

Parse any input arguments.

seqparse.cli.seqls.run_main()[source]

Main entry point into the script.

Module contents

Command line interface tools for the seqparse module.