[console_scripts]
wishbone = wishbone.bootstrap:main

[wishbone.decode]
json = wishbone.module.jsondecode:JSONDecode

[wishbone.encode]
humanlogformat = wishbone.module.humanlogformat:HumanLogFormat
json = wishbone.module.jsonencode:JSONEncode

[wishbone.flow]
acknowledge = wishbone.module.acknowledge:Acknowledge
deserialize = wishbone.module.deserialize:Deserialize
fanout = wishbone.module.fanout:Fanout
fresh = wishbone.module.fresh:Fresh
funnel = wishbone.module.funnel:Funnel
roundrobin = wishbone.module.roundrobin:RoundRobin
switch = wishbone.module.switch:Switch
tippingbucket = wishbone.module.tippingbucket:TippingBucket
ttl = wishbone.module.ttl:TTL

[wishbone.function]
modify = wishbone.module.modify:Modify

[wishbone.input]
cron = wishbone.module.cron:Cron
dictgenerator = wishbone.module.dictgenerator:DictGenerator
testevent = wishbone.module.testevent:TestEvent

[wishbone.lookup]
choice = wishbone.lookup.choice:Choice
cycle = wishbone.lookup.cycle:Cycle
etcd = wishbone.lookup.etcd:ETCD
event = wishbone.lookup.event:EventLookup
pid = wishbone.lookup.pid:PID
random_bool = wishbone.lookup.random_bool:RandomBool
random_integer = wishbone.lookup.random_integer:RandomInteger
random_uuid = wishbone.lookup.random_uuid:RandomUUID
random_word = wishbone.lookup.random_word:RandomWord

[wishbone.output]
null = wishbone.module.null:Null
stdout = wishbone.module.stdout:STDOUT
syslog = wishbone.module.wbsyslog:Syslog

