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

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

[pytest11]
lymph = lymph.testing.pytest

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

[lymph.cli]
node = lymph.cli.service:NodeCommand
help = lymph.cli.help:HelpCommand
subscribe = lymph.cli.request:SubscribeCommand
request = lymph.cli.request:RequestCommand
inspect = lymph.cli.request:InspectCommand
list = lymph.cli.base:ListCommand
discover = lymph.cli.request:DiscoverCommand
instance = lymph.cli.service:InstanceCommand
tail = lymph.cli.tail:TailCommand
emit = lymph.cli.request:EmitCommand

