run package¶
Submodules¶
run.CliCommands module¶
run.Run module¶
-
class
run.Run.AndroLyzeLabRunner(config_filename, import_db=None)[source]¶ Bases:
objectCommand-line interface runner
Attributes
Methods
-
create_storage()[source]¶ Same as :py:method:`AndroLyzeLabRunner._create_storage` but import db name read from config file
-
get_apks_or_paths_from_cli(**kwargs)[source]¶ Returns either list<str> (paths to apks) or list<Apk> if taken from import database. Returns as second component if list is of type Apk or not.
For additional keyword-arguments see
ImportStorageInterface.get_imported_apks().
-
settings¶ Settings
-
storage¶ RedundantStorage
-
-
class
run.Run.CliRunner(config_filename, parser, args, **kwargs)[source]¶ Bases:
run.Run.AndroLyzeLabRunnerAndroLyzeLabRunner for run-usage
Attributes
Methods
-
action_delete(parser, hashes, package_names, tags, yes)[source]¶ Delete from the database specified by parser args
-
parser¶ argparse.ArgumentParser : run parser
-