dragonfly.subcommands.dripline_agent module

Some template vars

Members: Cmd GenericAgent Get Run Send Set Functions: Classes:

dripline_agent Do simple stuff like gets and sets.

Summary

class dragonfly.subcommands.dripline_agent.Cmd

Bases: dragonfly.subcommands.dripline_agent.GenericAgent

have an endpoint execute an internal function

name = 'cmd'
class dragonfly.subcommands.dripline_agent.GenericAgent

Bases: object

static cast_arg(value)

convert reasonable string arguments from the CLI to python types

name = None
update_parser(parser)
class dragonfly.subcommands.dripline_agent.Get

Bases: dragonfly.subcommands.dripline_agent.GenericAgent

return the value of an endpoint or a property of an endpoint if specified

name = 'get'
class dragonfly.subcommands.dripline_agent.Run

Bases: dragonfly.subcommands.dripline_agent.GenericAgent

send an OP_RUN, further details are endpoint specific

name = 'run'
class dragonfly.subcommands.dripline_agent.Send

Bases: dragonfly.subcommands.dripline_agent.GenericAgent

have an endpoint (which is probably also a provider) execute a send

name = 'send'
class dragonfly.subcommands.dripline_agent.Set

Bases: dragonfly.subcommands.dripline_agent.GenericAgent

set the value of an endpoint, or a property of an endpoint if specified

name = 'set'

End of modules condition

Data:

End of data condition