tapis_cli.clients.nonce package

Clients that use Abaco nonces

Submodules

tapis_cli.clients.nonce.main module

class tapis_cli.clients.nonce.main.NonceHTTPFormatOne(app, app_args, cmd_name=None)

Bases: tapis_cli.clients.http.HTTPFormatOne

HTTP+Nonce Record Display

get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Return a two-part tuple with a tuple of column names and a tuple of values.

class tapis_cli.clients.nonce.main.NonceHTTPFormatMany(app, app_args, cmd_name=None)

Bases: tapis_cli.clients.http.HTTPFormatMany

HTTP+Nonce Records Listing

get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Run command.

Return a tuple containing the column names and an iterable containing the data to be listed.