ALeRCE Client

ALeRCE client is a Python library to interact with ALeRCE services and databases.

In this documentation you will find the basic usage of the ALeRCE Client, how to install, a short tutorial for each service and the guidelines to contribute to the project.

Installing ALeRCE Client

The ALeRCE client can be installed through pip with

pip install alerce

Or clone the repository and install from there

git clone https://github.com/alercebroker/alerce_client.git
cd alerce_client
python setup.py install

Tutorials

The ALeRCE client is divided according to the requested API, depending on your usecase check the following tutorials:

API Reference

Developer and Support documentation