sfftk.sff module

sfftk.sff is the main entry point for performing command-line operations.

sfftk.sff.handle_config(args, configs)[source]

Handle view subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_convert(args, configs)[source]

Handle convert subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_notes(args, configs)[source]

Handle notes subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_notes_add(args, configs)[source]

Handle add subcommand of notes subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_notes_clear(args, configs)[source]

Handle copy subcommand of notes subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_notes_copy(args, configs)[source]

Handle copy subcommand of notes subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_notes_del(args, configs)[source]

Handle del subcommand of notes subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_notes_edit(args, configs)[source]

Handle edit subcommand of notes subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_notes_list(args, configs)[source]

Handle list subcommand of notes subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_notes_merge(args, configs)[source]

Handle merge subcommand of notes subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_notes_save(args, configs)[source]

Handle the save subcommand` of the notes subcommand`

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

Handle search subcommand of notes subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_notes_show(args, configs)[source]

Handle show subcommand of notes subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_notes_trash(args, configs)[source]

Handle the trash subcommand` of the notes subcommand`

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_prep(args, configs)[source]

Handle prep subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_prep_mergemask(args, configs)[source]

Handle prep mergemask

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_prep_starcrop(args, configs)[source]

Handle prep starcrop

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_prep_starsplit(args, configs)[source]

Handle prep starsplit

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_tests(args, configs)[source]

Handle test subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int

sfftk.sff.handle_view(args, configs)[source]

Handle view subcommand

Parameters:
Return exit_status:

exit status

Rtype exit_status:

int