Metadata-Version: 2.1
Name: sidra_helpers
Version: 1.0.0
Summary: Helper functions made for personal use to work with the SIDRA API
Project-URL: Homepage, https://github.com/GuilhermeFrainer/sidra_helpers
Project-URL: Bug Tracker, https://github.com/GuilhermeFrainer/sidra_helpers/issues
Author-email: Guilherme da Silva Frainer <guilherme.sfrainer@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# 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/)
