Metadata-Version: 2.4
Name: recode_geohash
Version: 0.1.0
Summary: Codificação e decodificação de geohash com geração de vizinhos.
Home-page: https://github.com/seu-usuario/recode_geohash
Author: Recode Team
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# recode_geohash

Biblioteca para codificação e decodificação de geohash, além de geração de vizinhos próximos (~5km).

## Instalação

```bash
pip install recode_geohash
```
