Metadata-Version: 2.4
Name: pyontl
Version: 1.0.1
Summary: Biblioteca Python para acesso a dados da ONTL.
Project-URL: Homepage, https://github.com/DevSciHub/pyontl
Project-URL: Repository, https://github.com/DevSciHub/pyontl.git
Author-email: DevSci <dev.sci.space@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Requires-Dist: pandas>=1.1.0
Requires-Dist: requests>=2.25.0
Description-Content-Type: text/markdown

# Documentação da pyontl

## Visão Geral

A `pyontl` é uma biblioteca Python para acesso facilitado aos dados da
Observatório Nacional de Transporte e Logística (ONTL).

## Instalação

```bash
# Instalação via pip
pip install pyontl

# Instalação para desenvolvimento
git clone https://github.com/DevSciHub/pyontl.git
cd pyontl
pip install -e .