Metadata-Version: 2.1
Name: defog
Version: 0.67.13
Summary: Defog is a Python library that helps you generate data queries from natural language questions.
Home-page: https://github.com/defog-ai/defog-python
Author: Full Stack Data Pte. Ltd.
Author-email: founders@defog.ai
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.2
Requires-Dist: psycopg2-binary>=2.9.5
Requires-Dist: prompt-toolkit>=3.0.38
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: tqdm
Requires-Dist: pwinput
Requires-Dist: aiohttp
Requires-Dist: pydantic
Requires-Dist: tabulate
Provides-Extra: postgres
Requires-Dist: psycopg2-binary; extra == "postgres"
Provides-Extra: mysql
Requires-Dist: mysql-connector-python; extra == "mysql"
Provides-Extra: snowflake
Requires-Dist: snowflake-connector-python; extra == "snowflake"
Provides-Extra: bigquery
Requires-Dist: google-cloud-bigquery; extra == "bigquery"
Provides-Extra: redshift
Requires-Dist: psycopg2-binary; extra == "redshift"
Provides-Extra: databricks
Requires-Dist: databricks-sql-connector; extra == "databricks"
Provides-Extra: sqlserver
Requires-Dist: pyodbc; extra == "sqlserver"

Defog is a Python library that helps you generate data queries from natural language questions.
