Sidrapy
Project description
Sidrapy
What is this project?
It is a library that provides a python interface for the IBGE SIDRA API.
Requirements
- Python 3.5+
- Linux, Windows, Mac OSX or BSD
How to install and use this project?
Installation
pip install sidrapy
Quick Start
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")
Where is the SIDRA API Documentation?
Here: http://api.sidra.ibge.gov.br/home/ajuda
How I get in touch?
- Email: alan.taranti@gmail.com
- Website: alantaranti.github.io
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sidrapy-0.1.tar.gz
(2.8 kB
view hashes)
Built Distribution
sidrapy-0.1-py3-none-any.whl
(4.1 kB
view hashes)