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:
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
Visit the full documentation for usage guides, API reference docs, and more.
Issues? See the documentation for common gotchas and, if you can't find a solution there, please open an issue.