Metadata-Version: 2.4
Name: csvchatbot
Version: 0.1.0
Summary: Chat with your CSV files using OpenAI and LangChain
Home-page: https://github.com/yourusername/csvchatbot
Author: Parth Kher
Author-email: kherparth32@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: langchain>=0.1.0
Requires-Dist: langchain-openai>=0.1.0
Requires-Dist: python-dotenv
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

# CSVChatBot

Chat with your CSV files using OpenAI and LangChain.

## Installation

```bash
pip install csvchatbot
