Metadata-Version: 2.1
Name: sidra-helpers
Version: 1.0.1
Summary: Helper functions made for personal use to work with the SIDRA API
Home-page: https://github.com/GuilhermeFrainer/sidra_helpers
Author: Guilherme da Silva Frainer
Author-email: guilherme.sfrainer@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
License-File: LICENSE

# Sidra helpers (PT-BR)

Sidra_helpers é uma pequena biblioteca Python que criei para me auxiliar na criação de gráficos no Excel. Os gráficos são, em sua maioria, de dados tirados do SIDRA, do IBGE (daí o nome).

# Sidra helpers (EN)

Sidra_helpers is a small Python library I made for my personal use. Its purpose is to facilitate the creation of excel charts with data series mainly from SIDRA ("Sistema de Recuperação automática", from the Brazilian IBGE).

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install sidra_helpers.

```bash
pip install sidra_helpers
```

## Usage

```python
import sidra_helpers
```

## License

[MIT](https://choosealicense.com/licenses/mit/)
