Metadata-Version: 2.1
Name: easyplot-toolbox
Version: 1.0.1
Summary: 
Author: wmpjrufg
Author-email: wanderlei_junior@ufcat.edu.br
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: joypy (>=0.2.6,<0.3.0)
Requires-Dist: matplotlib (>=3.8.4,<4.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: seaborn (>=0.13.2,<0.14.0)
Requires-Dist: squarify (>=0.4.3,<0.5.0)
Description-Content-Type: text/markdown

# Easyplot toolbox
Este é um toolbox python para impressão de figuras desenvolvido pelo Grupo de Pesquisa e Estudos em Engenharia [GPEE](dgp.cnpq.br/dgp/espelhogrupo/0710850761714940).

## Árvore
EASYPLOT_TOOLBOX/
|---init.py
|---EASYPLOT.py

3 directories, 4 files

## Versões
O histórico de versões pode ser visto no [_link_](https://pypi.org/project/EASYPLOT-TOOLBOX/#history).

## Dependências
- Matplotlib
- Seaborn

## Uso local para desenvolvedores
Baixar o repositório.

```cmd
$ git https://github.com/wmpjrufg/EASYPLOT_TOOLBOOXDEV.git
```
Abir os arquivos no [Visual Studio Code](https://code.visualstudio.com) ou [Notebook Jupyter](https://jupyter.org).  

Enjoy it!

## Uso remoto para desenvolvedores e usuários
Instalar o pacote

```py
pip install EASYPLOT-TOOLBOX
```

Atualizar versão instalada

```py
pip install --upgrade EASYPLOT-TOOLBOX
```

