Metadata-Version: 2.1
Name: vtarget
Version: 1.0.2
Summary: vtarget lib
Author: vTarget Team
Author-email: contact@vtarget.ai
License: BSD
Keywords: vtarget,dataprep
Requires-Python: >=3.9.0,<3.13.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.22.0
Requires-Dist: pandas<2.1.0,>=1.5.0
Requires-Dist: scipy<1.12.0,>=1.5.0
Requires-Dist: scikit-learn>=1.3.0
Requires-Dist: scikit-optimize>=0.9.0
Requires-Dist: pyzmq>=20.0.0
Requires-Dist: colorama>=0.4.4
Requires-Dist: cloudpickle>=1.5.0
Requires-Dist: click>=8.0.0
Requires-Dist: shap<0.45.0,>=0.42.0
Requires-Dist: statsmodels>=0.12.2
Requires-Dist: texttable>=1.6.2
Requires-Dist: woodwork[dask]>=0.22.0
Requires-Dist: dask!=2022.10.1,>=2022.2.0
Requires-Dist: distributed!=2022.10.1,>=2022.2.0
Requires-Dist: featuretools[dask]>=1.16.0
Requires-Dist: nlp-primitives>=2.9.0
Requires-Dist: networkx<3.2,>=2.6
Requires-Dist: matplotlib<3.9,>=3.7.1
Requires-Dist: seaborn<0.13,>=0.12.2
Requires-Dist: termcolor
Requires-Dist: pycryptodome>=3.18.0
Requires-Dist: google-cloud-bigquery<4.0.0dev,>=3.3.5
Requires-Dist: pyodbc
Requires-Dist: ydata-profiling>=4.4.0
Requires-Dist: snowflake-connector-python
Requires-Dist: pymongo
Requires-Dist: sqlalchemy>=2.0.30
Requires-Dist: pymysql
Requires-Dist: oracledb>=2.2.0
Requires-Dist: pandas-gbq
Requires-Dist: python-louvain==0.16

# vTarget package

## Description

This is a Python package to run flows generated with the vTarget Dataprep module.

## Install

To install this package, you can use `pip`:

```
pip install vtarget
```

## Use

To use this package, you must first import it into your Python script:

```python
import vtarget
```

Then, you can use the `run_flow` function to run a flow generated by vTarget. For example:

```python
nodos = vtarget.run_flow("Flow.json")
print(nodos["v_output"]["Out"])
```

## Contribute

You can report bugs or suggest improvements through the following [form](https://docs.google.com/forms/d/e/1FAIpQLSfYzPEQsbf-FTtrWpFbjRG2TX3ZrIgNtlMJLhOKteJrhZXUpg/viewform "Soporte vTarget").


## License

This project is licensed under the BSD license. See the `LICENSE` file for more information.
