Metadata-Version: 2.4
Name: descarga_datos
Version: 0.4.3
Summary: A local Python module
Home-page: https://github.com/IslasGECI/descarga_datos
Author: Ciencia de Datos • GECI
Author-email: ciencia.datos@islas.org.mx
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: typer[all]

# descarga_datos <a href="https://www.islas.org.mx/"><img src="https://www.islas.org.mx/img/logo.svg" align="right" width="256" /></a>

[![codecov](https://codecov.io/gh/IslasGECI/descarga_datos/branch/master/graph/badge.svg?token=oeUzR6GLF5)](https://codecov.io/gh/IslasGECI/descarga_datos)

Este repositorio contiene una CLI con la que se podrán descargar los datos
especificados en el archivo `analyses.json`.

## Instalación
RUN pip install git+https://github.com/IslasGECI/descarga_datos.git

