Metadata-Version: 2.1
Name: defog
Version: 0.60.0
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
Provides-Extra: bigquery
Requires-Dist: google-cloud-bigquery ; extra == 'bigquery'
Provides-Extra: databricks
Requires-Dist: databricks-sql-connector ; extra == 'databricks'
Provides-Extra: mysql
Requires-Dist: mysql-connector-python ; extra == 'mysql'
Provides-Extra: postgres
Requires-Dist: psycopg2-binary ; extra == 'postgres'
Provides-Extra: redshift
Requires-Dist: psycopg2-binary ; extra == 'redshift'
Provides-Extra: snowflake
Requires-Dist: snowflake-connector-python ; extra == 'snowflake'

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