É uma biblioteca que oferece uma interface em python para a API SIDRA do Instituto Brasileiro de Geografia e Estatística (IBGE)
O sidrapy permite acessar facilmente em Python dados sobre habitação, inflação, industrias e muito mais.
It is a library that provides a python interface for the Brazilian Institute of Geography and Statistics (IBGE) SIDRA API.
Sidrapy allows you to access data about housing, inflation, industries and many more in Brazil; easily in Python.
Todas as versões a partir do Python 3.8.
- Python 3.8+
All Python 3.8+ versions.
- Python 3.8+
Instale e atualize utilizando o pip (inglês):
pip install -U sidrapy
Install and update using pip:
pip install -U sidrapy
Aqui um exemplo de como utilizar essa biblioteca. Digamos que desejamos os dados do IPCA dos ultimos 12 meses.
Here is an example of how to use this library. Let's assume that we want the IPCA from Brazil from last 12 months.
import sidrapy
data = sidrapy.get_table(table_code="1419", territorial_level="1", ibge_territorial_code="all", period="last 12")
Aqui: http://api.sidra.ibge.gov.br/home/ajuda
Here: http://api.sidra.ibge.gov.br/home/ajuda (brazilian portuguese)
Aqui: https://sidrapy.readthedocs.io
Here: https://sidrapy.readthedocs.io (brazilian portuguese)
Para obter orientações sobre como configurar o ambiente de desenvolvimento e como fazer uma contribuição para o sidrapy, consulte o guia de contribuição.
For guidance on setting up a development environment and how to make a contribution to sidrapy, see the contributing guidelines.
Suporte / Support:
Mantenedor / Maintainer:
- Email: [email protected]
- Website: alantaranti.me