Metadata-Version: 2.4
Name: hanaflow
Version: 0.1.0
Summary: Upload datasets to SAP HANA, auto-generate REST APIs and query with LLM
Author-email: Your Name <your@email.com>
License: MIT
Project-URL: Homepage, https://github.com/your-username/hanaflow
Project-URL: Repository, https://github.com/your-username/hanaflow
Keywords: SAP HANA,machine learning,data upload,CLI,REST API,LLM,hdbcli
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typer[all]>=0.12
Requires-Dist: hdbcli>=2.19
Requires-Dist: pandas>=2.0
Requires-Dist: openpyxl>=3.1
Requires-Dist: pyarrow>=14.0
Requires-Dist: fastapi>=0.111
Requires-Dist: uvicorn[standard]>=0.29
Requires-Dist: pyngrok>=7.0
Requires-Dist: python-dotenv>=1.0
Requires-Dist: openai>=1.30
Requires-Dist: rich>=13.0
Requires-Dist: tabulate>=0.9
Requires-Dist: langchain>=0.2
Requires-Dist: langchain-google-genai>=1.0
