[console_scripts]
wishbone = wishbone.bootstrap:main

[wishbone.function.module]
append = wishbone.function.module.append:Append
lowercase = wishbone.function.module.lowercase:Lowercase
set = wishbone.function.module.set:Set
uppercase = wishbone.function.module.uppercase:Uppercase

[wishbone.function.template]
choice = wishbone.function.template.choice:Choice
cycle = wishbone.function.template.cycle:Cycle
environment = wishbone.function.template.environment:Environment
epoch = wishbone.function.template.epoch:Epoch
pid = wishbone.function.template.pid:PID
random_bool = wishbone.function.template.random_bool:RandomBool
random_integer = wishbone.function.template.random_integer:RandomInteger
random_uuid = wishbone.function.template.random_uuid:RandomUUID
random_word = wishbone.function.template.random_word:RandomWord
regex = wishbone.function.template.regex:Regex
strftime = wishbone.function.template.strftime:STRFTime
version = wishbone.function.template.version:Version

[wishbone.module.flow]
acknowledge = wishbone.module.acknowledge:Acknowledge
count = wishbone.module.count:Count
fanout = wishbone.module.fanout:Fanout
fresh = wishbone.module.fresh:Fresh
funnel = wishbone.module.funnel:Funnel
queueselect = wishbone.module.queueselect:QueueSelect
roundrobin = wishbone.module.roundrobin:RoundRobin
switch = wishbone.module.switch:Switch

[wishbone.module.input]
cron = wishbone.module.cron:Cron
generator = wishbone.module.generator:Generator
inotify = wishbone.module.wb_inotify:WBInotify

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

[wishbone.module.process]
modify = wishbone.module.modify:Modify
pack = wishbone.module.pack:Pack
template = wishbone.module.template:Template
unpack = wishbone.module.unpack:Unpack

[wishbone.protocol.decode]
dummy = wishbone.protocol.decode.dummy:Dummy
json = wishbone.protocol.decode.json:JSON
msgpack = wishbone.protocol.decode.msgpack:MSGPack
plain = wishbone.protocol.decode.plain:Plain

[wishbone.protocol.encode]
binary = wishbone.protocol.encode.binary:Binary
dummy = wishbone.protocol.encode.dummy:Dummy
json = wishbone.protocol.encode.json:JSON
msgpack = wishbone.protocol.encode.msgpack:MSGPack

