Module contents
CLI interface for EyeON tools.
-
class eyeon.cli.CommandLine(testargs: str = None)[source]
Bases: object
Command Line object to interact with eyeon tools.
-
checksum(args) → None[source]
verify checksum against provided value
-
compress_file(args) → None[source]
compression function
-
delete(args) → None[source]
upload target file to box
-
listbox(args) → None[source]
list contents of user’s box folder
-
observe(args) → None[source]
Parser function.
-
parse(args) → None[source]
Call to eyeon parser. Runs observe on files in path.
-
upload(args) → None[source]
upload target file to box
-
eyeon.cli.main()[source]
Call to run CLI parser.