Metadata-Version: 2.1
Name: LPLG
Version: 0.0.15
Summary: Gather date for LPL players
Author-email: Mateus Paulo <maatanalista@gmail.com>
Project-URL: Homepage, https://github.com/matpauloDS/LPLG
Project-URL: Bug Tracker, https://github.com/matpauloDS/LPLG/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: polars >=0.19.0
Requires-Dist: msgspec >=0.18.4
Requires-Dist: requests >=2.5.4.1
Requires-Dist: python-dotenv >=0.10.2
Requires-Dist: ruff >=0.1.5

# LPLG

## Overview

### PTBR

A biblioteca LPLGather é uma ferramenta poderosa que coleta e organiza dados da Liga LPL em um formato conveniente de CSV. Com esta biblioteca, você pode facilmente extrair informações atualizadas e estatísticas da liga para análises, visualizações de dados ou qualquer outro fim que você possa precisar. Simplifique a obtenção de dados da LPL e aumente a eficiência do seu projeto com o LPLGather.

## Instalação

Para instalar basta seguir o comando:

```bash
pip install LPLG
```

### ENG

The LPLGather library is a powerful tool that gathers and organizes data from the LPL in a convenient CSV format. With this library, you can easily extract up-to-date information and league statistics for analysis, data visualizations, or any other purpose you may need. Simplify the acquisition of LPL data and enhance the efficiency of your project with LPLGather.

## Installation

To install LPLGather, use the following command:

```bash
pip install LPLG
```

# DOCS

[Documentação](https://matpaulods.github.io/LPLG/)

### .ENV
```bash
API_HEADERS_AUTH="xxx"
```
Exemple:
```py
from LPLGather import parse
df = parse.get_match_data(190,1)
print(df)
```

### Agradecimentos

Agradeço a rMaze pelo codigo do champion map.
