vtarget


Namevtarget JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
Summaryvtarget lib
upload_time2024-12-18 17:05:05
maintainerNone
docs_urlNone
authorvTarget Team
requires_python<3.13.0,>=3.9.0
licenseBSD
keywords vtarget dataprep
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vtarget",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13.0,>=3.9.0",
    "maintainer_email": null,
    "keywords": "vtarget, dataprep",
    "author": "vTarget Team",
    "author_email": "contact@vtarget.ai",
    "download_url": "https://files.pythonhosted.org/packages/1a/e2/b380ecb8ff1a06a69a87b5e2dff431f3cb2f8a4e7d618d7b268df8f2a6a0/vtarget-1.0.2.tar.gz",
    "platform": null,
    "description": "# vTarget package\r\n\r\n## Description\r\n\r\nThis is a Python package to run flows generated with the vTarget Dataprep module.\r\n\r\n## Install\r\n\r\nTo install this package, you can use `pip`:\r\n\r\n```\r\npip install vtarget\r\n```\r\n\r\n## Use\r\n\r\nTo use this package, you must first import it into your Python script:\r\n\r\n```python\r\nimport vtarget\r\n```\r\n\r\nThen, you can use the `run_flow` function to run a flow generated by vTarget. For example:\r\n\r\n```python\r\nnodos = vtarget.run_flow(\"Flow.json\")\r\nprint(nodos[\"v_output\"][\"Out\"])\r\n```\r\n\r\n## Contribute\r\n\r\nYou can report bugs or suggest improvements through the following [form](https://docs.google.com/forms/d/e/1FAIpQLSfYzPEQsbf-FTtrWpFbjRG2TX3ZrIgNtlMJLhOKteJrhZXUpg/viewform \"Soporte vTarget\").\r\n\r\n\r\n## License\r\n\r\nThis project is licensed under the BSD license. See the `LICENSE` file for more information.\r\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "vtarget lib",
    "version": "1.0.2",
    "project_urls": null,
    "split_keywords": [
        "vtarget",
        " dataprep"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ae2b380ecb8ff1a06a69a87b5e2dff431f3cb2f8a4e7d618d7b268df8f2a6a0",
                "md5": "523483483588ff8c762cbc32c5f045ba",
                "sha256": "58ca0f8d895ba8eedbb0500769a1c3e9da770310f0e22669753f504909afbab6"
            },
            "downloads": -1,
            "filename": "vtarget-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "523483483588ff8c762cbc32c5f045ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13.0,>=3.9.0",
            "size": 74680,
            "upload_time": "2024-12-18T17:05:05",
            "upload_time_iso_8601": "2024-12-18T17:05:05.058256Z",
            "url": "https://files.pythonhosted.org/packages/1a/e2/b380ecb8ff1a06a69a87b5e2dff431f3cb2f8a4e7d618d7b268df8f2a6a0/vtarget-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-18 17:05:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "vtarget"
}
        
Elapsed time: 1.63817s