# Data Processing Library
This provides a python framework for developing _transforms_
on data stored in files - currently parquet files are supported -
and running them in a [ray](https://www.ray.io/) cluster.
Data files may be stored in the local file system or COS/S3.
For more details see the [documentation](../doc/overview.md).
### Virtual Environment
The project uses `pyproject.toml` and a Makefile for operations.
To do development you should establish the virtual environment
```shell
make venv
```
and then either activate
```shell
source venv/bin/activate
```
or set up your IDE to use the venv directory when developing in this project
## Library Artifact Build and Publish
To test, build and publish the library
```shell
make test build publish
```
To up the version number, edit the Makefile to change VERSION and rerun
the above. This will require committing both the `Makefile` and the
autotmatically updated `pyproject.toml` file.
Raw data
{
"_id": null,
"home_page": null,
"name": "data-prep-toolkit",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.10",
"maintainer_email": null,
"keywords": "data, data preprocessing, data preparation, llm, generative, ai, fine-tuning, llmapps",
"author": null,
"author_email": "Maroun Touma <touma@us.ibm.com>",
"download_url": null,
"platform": null,
"description": "# Data Processing Library\nThis provides a python framework for developing _transforms_\non data stored in files - currently parquet files are supported -\nand running them in a [ray](https://www.ray.io/) cluster.\nData files may be stored in the local file system or COS/S3.\nFor more details see the [documentation](../doc/overview.md).\n\n### Virtual Environment\nThe project uses `pyproject.toml` and a Makefile for operations.\nTo do development you should establish the virtual environment\n```shell\nmake venv\n```\nand then either activate\n```shell\nsource venv/bin/activate\n```\nor set up your IDE to use the venv directory when developing in this project\n\n## Library Artifact Build and Publish\nTo test, build and publish the library \n```shell\nmake test build publish\n```\n\nTo up the version number, edit the Makefile to change VERSION and rerun\nthe above. This will require committing both the `Makefile` and the\nautotmatically updated `pyproject.toml` file.\n\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Data Preparation Toolkit Library for Ray and Python",
"version": "0.2.3",
"project_urls": null,
"split_keywords": [
"data",
" data preprocessing",
" data preparation",
" llm",
" generative",
" ai",
" fine-tuning",
" llmapps"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "af3abe71a8ab609fd1f8746cf1f3188690f0b74a7d7e7351206a12003de09201",
"md5": "93f1f28e953e6d452b55f7cb987c7691",
"sha256": "e31dc667a7344c0c7b0aa026973196712c1ffd4675debfb34018c172a8fc8e4a"
},
"downloads": -1,
"filename": "data_prep_toolkit-0.2.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "93f1f28e953e6d452b55f7cb987c7691",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.10",
"size": 112675,
"upload_time": "2024-12-17T14:09:23",
"upload_time_iso_8601": "2024-12-17T14:09:23.349336Z",
"url": "https://files.pythonhosted.org/packages/af/3a/be71a8ab609fd1f8746cf1f3188690f0b74a7d7e7351206a12003de09201/data_prep_toolkit-0.2.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-17 14:09:23",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "data-prep-toolkit"
}