Metadata-Version: 2.1
Name: mosqlient
Version: 1.1.0
Summary: client library for the mosqlimate client library
Home-page: https://github.com/Mosqlimate-project/mosqlimate-client
License: GPLv3
Keywords: data science,epidemiology,forecasting
Author: Flávio Codeço Coelho
Author-email: fccoelho@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiohttp (>=3.9.5,<4.0.0)
Requires-Dist: nest-asyncio (>=1.6.0,<2.0.0)
Requires-Dist: requests (>=2.32.2,<3.0.0)
Requires-Dist: types-requests (>=2.32.0.20240523,<3.0.0.0)
Project-URL: Repository, https://github.com/Mosqlimate-project/mosqlimate-client
Description-Content-Type: text/markdown

# Mosqlimate client

[![ci](https://github.com/Mosqlimate-project/mosqlimate-client/workflows/ci/badge.svg)](https://github.com/Mosqlimate-project/mosqlimate-client/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://Mosqlimate-project.github.io/mosqlimate-client/)
[![pypi version](https://img.shields.io/pypi/v/mosqlimate-client.svg)](https://pypi.org/project/mosqlimate-client/)
[![gitter](https://badges.gitter.im/join%20chat.svg)](https://gitter.im/mosqlimate-client/community)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

client library for the Mosqlimate project data platform.

## Requirements

Mosqlimate client requires Python 3.10 or above.



## Installation

```bash
pip install mosqlient
```

