client library for the mosqlimate client library


Keywords
data, science, epidemiology, forecasting
License
GPL-3.0
Install
pip install mosqlient==1.3.2

Documentation

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

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.