diff --git a/apps/cli/launchers/pymygdala/src/pymygdala/__init__.py b/apps/cli/launchers/pymygdala/src/pymygdala/__init__.py index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..00924d7ae1576ee1f8b8352041ef0510f6f3ae37 100644 --- a/apps/cli/launchers/pymygdala/src/pymygdala/__init__.py +++ b/apps/cli/launchers/pymygdala/src/pymygdala/__init__.py @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- + +r""" Pymygdala: a CAPO aware Python library built atop pika for interacting with RabbitMQ, plus assorted simple command line applications built on the library. + +Using this library you can log messages to RabbitMQ with a standard-isg logging handler and the Python logging package, you can monitor a RabbitMQ server and dump out the logs, and you can send various events to the server. +Many (most?) of the defaults for things like routing keys, exchange names and CAPO properties are heavily NRAO-centric but you can order-ride them if you want. +""" + +from .models import (LogHandler, LogDumper, SendEvent, SendNRAOEvent, RPCEvent) \ No newline at end of file