Metadata-Version: 2.4
Name: pyFBDS
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.32.5
Requires-Dist: requests-cache>=1.2.1
Requires-Dist: tqdm>=4.67.1
Requires-Dist: lxml>=6.0.0
Requires-Dist: ipywidgets>=8.1.8
Requires-Dist: aiohttp>=3.13.2
Requires-Dist: nest-asyncio>=1.6.0
Requires-Dist: pandas>=2.3.3
Requires-Dist: selenium>=4.38.0
Dynamic: license-file

# pyFBDS

[![Repo](https://img.shields.io/badge/GitHub-repo-blue?logo=github&logoColor=f5f5f5)](https://github.com/open-geodata/pyFBDS)
[![PyPI - Version](https://img.shields.io/pypi/v/pyfbds?logo=pypi&label=PyPI&color=blue)](https://pypi.org/project/pyfbds/)<br>
[![Read the Docs](https://img.shields.io/readthedocs/pyFBDS?logo=ReadTheDocs&label=Read%20The%20Docs)](https://pyFBDS.readthedocs.io/)
[![Publish Python to PyPI](https://github.com/michelmetran/pyFBDS/actions/workflows/publish-to-pypipoetry.yml/badge.svg)](https://github.com/michelmetran/pyFBDS/actions/workflows/publish-to-pypipoetry.yml)

_Scripts_ para obter dados espaciais do [**repositório público de mapas e _shapefiles_ para _download_**](https://geo.fbds.org.br/). Veja mais na documentação:

> [https://pyFBDS.readthedocs.io/](https://pyFBDS.readthedocs.io/)

<br>

---

## Como Instalar?

```shell
pip3 install pyFBDS
```

<br>

---

## Como Usar?

```shell
# Importa pacote
import pyFBDS

# Instancia Objeto
fbds = pyFBDS.Repo(output_path='.')

# Chama o método
fbds.get_municipio(id_ibge=353243)
```
