Metadata-Version: 2.1
Name: vtarget
Version: 0.8.1
Summary: vtarget lib
Author: vTarget Team
Author-email: contact@vtarget.ai
License: BSD
Keywords: vtarget,dataprep
Requires-Python: >=3.9.0,<3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.21.0
Requires-Dist: pandas<2.0.0,>=1.5.0
Requires-Dist: scipy>=1.5.0
Requires-Dist: scikit-learn>=1.2.1
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>=7.1.2
Requires-Dist: shap>=0.40.0
Requires-Dist: statsmodels>=0.12.2
Requires-Dist: texttable>=1.6.2
Requires-Dist: woodwork>=0.21.1
Requires-Dist: dask!=2022.10.1,>=2022.2.0
Requires-Dist: nlp-primitives>=2.9.0
Requires-Dist: featuretools>=1.16.0
Requires-Dist: networkx<2.6,>=2.5
Requires-Dist: distributed==2023.5.0
Requires-Dist: matplotlib>=3.7.1
Requires-Dist: seaborn>=0.12.2
Requires-Dist: termcolor
Requires-Dist: pycryptodome>=3.18.0
Requires-Dist: google-cloud-bigquery
Requires-Dist: pyodbc
Requires-Dist: ydata-profiling>=4.4.0
Requires-Dist: snowflake-connector-python
Requires-Dist: pymongo
Requires-Dist: sqlalchemy>=1.4.49
Requires-Dist: pymysql
Requires-Dist: cx-oracle
Requires-Dist: pandas-gbq

# 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.
