Metadata-Version: 2.1
Name: basextools
Version: 0.0.6
Summary: Tools for EX Analysis
Home-page: UNKNOWN
Author: pin-people
Author-email: rodrigo.toledo@pinpeople.com.br
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy (~=1.24.3)
Requires-Dist: pandas (~=2.0.2)
Requires-Dist: scipy (~=1.10.1)
Requires-Dist: matplotlib (~=3.7.1)
Requires-Dist: matplotlib-venn (~=0.11.9)
Requires-Dist: sentence-transformers (~=2.2.2)
Requires-Dist: scikit-learn (~=1.3.1)
Requires-Dist: plotly (~=5.15.0)
Requires-Dist: seaborn (~=0.12.2)
Requires-Dist: spacy (==3.7.2)
Requires-Dist: Unidecode (==1.3.7)
Requires-Dist: nltk (==3.8.1)
Requires-Dist: regex (==2023.10.3)
Provides-Extra: dev
Requires-Dist: pytest (>=3.7) ; extra == 'dev'

# BASEX
A package with basic functionalities for EX Analysis

## Installation
To install the package, run the following:
```bash
pip install basextools
```
Then you can use it's modules, by importing it in your code, as below:
```python
import basex
```
or
```python
from basex import ada
```

## Modules
- **ada (Algorithms for Data Arithmetics, also Ada Lovelace)**: CÃ¡lculos bÃ¡sicos. Ex. eNPS e favorabilidades.
- **bender (Biblioteca de ENcapsulamento de Dados e ExtraÃ§Ãµes Recorrentes)**: FunÃ§Ãµes relacionadas a tratamento\
de bases a partir do DW. Ex.: puxar respostas a partir de um CP.
- **chandler (Creation of Heatmaps AND Large Extensions of Rows, also Chandler Bing)**: CriaÃ§Ã£o de heatmaps (nÃ£o\
grÃ¡ficos) e tabelas.
- **lygia (LibrarY for Graphics, Images and Art, also Lygia Clark)**: GrÃ¡ficos bÃ¡sicos e derivados de produtos,\
inclusive com padrÃ£o de cores. Ex. gauge eNPS e barras de favorabilidades.
- **comments (still needs a cool name)**: ManipulaÃ§Ã£o de comentÃ¡rios.


