Metadata-Version: 2.1
Name: py_nl2sql
Version: 0.0.1.dev2
Summary: A toolkit for converting natural language to SQL statements.
Home-page: https://github.com/pillarliang/py-nl2sql
License: MIT
Author: liangzhu
Author-email: pillarliang21@gmail.com
Requires-Python: >=3.8.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: faiss-cpu (>=1.8.0.post1,<2.0.0)
Requires-Dist: langchain-openai (>=0.1.23,<0.2.0)
Requires-Dist: numpy (>=1.21.0,<2.0.0)
Requires-Dist: openai (>=1.43.0,<2.0.0)
Requires-Dist: poetry-core (>=1.9.0,<2.0.0)
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
Requires-Dist: pymysql (>=1.1.1,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: sqlalchemy (>=2.0.32,<3.0.0)
Project-URL: Repository, https://github.com/pillarliang/py-nl2sql
Description-Content-Type: text/markdown

```shell
conda create -n "py-nl2sql" python==3.12
conda activate py_nl2sql
pip install -r requirements.txt

```

