IBM / data-prep-kit

Open source project for data preparation of LLM application builders
https://ibm.github.io/data-prep-kit/
Apache License 2.0
307 stars 134 forks source link

Publish data-connector-lib to PyPI #697

Closed hmtbr closed 1 month ago

hmtbr commented 1 month ago

Search before asking

Component

Other

Feature

There is a request from a consumer of the data-connector-lib that he would like to install the lib from PyPI by pip: pip install dpk_connector. We need to publish the module there.

Are you willing to submit a PR?

touma-I commented 1 month ago

As discussed, the release package name will be data-prep-connector and the initial release tag will be aligned with the current DPK release tag: data-prep-connector==0.2.2 (with the initial test release being 0.2.2.dev0 )

hmtbr commented 1 month ago

@touma-I Thanks for the review on my PR. Closing this as completed.