Skip to content
Snippets Groups Projects
Commit be89ad49 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Another updated init file from main branch.

parent 67984980
No related branches found
No related tags found
No related merge requests found
# -*- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment