Metadata-Version: 2.4
Name: mltinu
Version: 0.1.2
Summary: Generate end‑to‑end ML pipeline code via TINU AI
Home-page: https://github.com/yourusername/mltinu
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>=1.0
Requires-Dist: langchain_openai>=0.1
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
