Metadata-Version: 2.4
Name: dagster-duckdb
Version: 0.29.2
Summary: Package for DuckDB-specific Dagster framework op and resource components.
Project-URL: Homepage, https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-duckb
Author-email: Dagster Labs <hello@dagsterlabs.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Requires-Python: <3.15,>=3.10
Requires-Dist: dagster==1.13.2
Requires-Dist: duckdb
Provides-Extra: pandas
Requires-Dist: pandas<3.0.0; extra == 'pandas'
Provides-Extra: pyspark
Requires-Dist: pyspark<4,>=3.5; (python_version < '3.14') and extra == 'pyspark'
Requires-Dist: pyspark>=4.1; (python_version >= '3.14') and extra == 'pyspark'
