Metadata-Version: 2.4
Name: mltinu
Version: 0.1.0
Summary: A package that generates machine learning pipeline code using LangChain and ChatOpenAI.
Home-page: https://github.com/yourusername/my_package
Author: Tinu
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: langchain_openai
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# My Package

This package provides a CodeBuilder class that generates a complete machine learning pipeline code using LangChain and ChatOpenAI.

## Installation

```bash
pip install mltinu
