Skip to content

brendanrmills/tom_antares

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypi run-tests Codacy Badge Coverage Status

Antares TOM Broker Module

This module adds Antares support to the TOM Toolkit. Using this module TOMs can query and listen to Antares streams.

Installation

Install the module into your TOM environment:

pip install tom-antares

Add tom_antares.antares.AntaresBroker to the TOM_ALERT_CLASSES in your TOM's settings.py:

TOM_ALERT_CLASSES = [
    'tom_alerts.brokers.mars.MARSBroker',
    ...
    'tom_antares.antares.ANTARESBroker'
]

Running the tests

In order to run the tests, run the following in your virtualenv:

python tom_antares/tests/run_tests.py

About

Antares Broker module for the TOM Toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%