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