Skip to content

lsst-epo/alerts-streaming-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

antares-client

A light-weight client for receiving alerts from ANTARES.

ANTARES is an Alert Broker developed by the NOAO for ZTF and LSST.

The client is available for use as a Python library and as a command line tool. Directions for both use cases follow in the Usage section.

Table of Contents:

Installation

The ANTARES client supports Python versions 3.6 and up.

To install:

$ pip install antares-client

Verify the client installed correctly:

$ antares --version
antares, version v1.1.0

If installing with Python 3.10, librdkafka is required:

Mac: brew install librdkafka

Ubuntu: apt-get install librdkafka-dev

Documentation

Visit the full documentation for usage guides, API reference docs, and more.

Troubleshooting

Issues? See the documentation for common gotchas and, if you can't find a solution there, please open an issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published