Skip to content

Mosqlimate client

ci documentation pypi version gitter Code style: black

client library for the Mosqlimate project data platform.

Requirements

Mosqlimate client requires Python 3.10 or above.

Installation

pip install mosqlient
# if score ou forecast functions are needed:
pip install mosqlient[analyze]

Using from R

Despite mosqlient being a Python library, it can be used from R using the reticulate package. Here is an example of how to use mosqlient from R:

In the examples folder, you can find an R jupyter notebook of how to use mosqlient from R.