[console_scripts]
lymph = lymph.cli.main:main

[kombu.serializers]
lymph-json = lymph.serializers.kombu:json_serializer_args
lymph-msgpack = lymph.serializers.kombu:msgpack_serializer_args

[lymph.cli]
change-loglevel = lymph.cli.loglevel:LogLevelCommand
config = lymph.cli.config:ConfigCommand
discover = lymph.cli.discover:DiscoverCommand
emit = lymph.cli.emit:EmitCommand
help = lymph.cli.help:HelpCommand
inspect = lymph.cli.inspect:InspectCommand
instance = lymph.cli.service:InstanceCommand
list = lymph.cli.list:ListCommand
node = lymph.cli.service:NodeCommand
request = lymph.cli.request:RequestCommand
shell = lymph.cli.shell:ShellCommand
subscribe = lymph.cli.subscribe:SubscribeCommand
tail = lymph.cli.tail:TailCommand
worker = lymph.cli.service:WorkerCommand

[nose.plugins.0.10]
lymph = lymph.testing.nose:LymphPlugin

[pytest11]
lymph = lymph.testing.pytest

