Metadata-Version: 2.5
Name: sidra-fetcher
Version: 0.10.2
Summary: A Python package for fetching data from IBGE's SIDRA and Agregados APIs
Project-URL: Homepage, https://github.com/Quantilica/sidra-fetcher
Project-URL: Repository, https://github.com/Quantilica/sidra-fetcher
Project-URL: Issues, https://github.com/Quantilica/sidra-fetcher/issues
Author-email: "Komesu, D.K." <daniel@dkko.me>
License-Expression: MIT
License-File: LICENSE
Keywords: agregados,api-client,brazil,ibge,open-data,sidra,statistics
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: quantilica-core>=0.6.0
Description-Content-Type: text/markdown

# sidra-fetcher: Cliente Python para a API do IBGE/SIDRA

![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square) ![Python](https://img.shields.io/badge/python-3.13+-blue.svg?style=flat-square)

Biblioteca Python para buscar e processar dados e metadados das APIs oficiais do [IBGE](https://www.ibge.gov.br/) — [Agregados v3](https://servicodados.ibge.gov.br/api/docs/agregados?versao=3) e [SIDRA](https://apisidra.ibge.gov.br). Fornece acesso tipado via dataclasses a pesquisas, agregados, períodos, territórios, variáveis e classificações, com clientes síncrono e assíncrono.

Para a documentação completa, consulte [https://docs.quantilica.com](https://docs.quantilica.com).
