Metadata-Version: 2.4
Name: duckplus
Version: 1.1.0
Summary: Typed expression helpers for DuckDB
Project-URL: Documentation, https://isaacnfairplay.github.io/duckplus/latest/
Project-URL: Repository, https://github.com/isaacnfairplay/duckplus
Project-URL: Issues, https://github.com/isaacnfairplay/duckplus/issues
Keywords: duckdb,data-engineering,analytics,typed-expressions
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: duckdb>=0.10.0
Provides-Extra: dev
Requires-Dist: mypy>=1.8.0; extra == "dev"
Requires-Dist: pylint>=3.0.0; extra == "dev"
Requires-Dist: pytest>=7.4.0; extra == "dev"
Requires-Dist: python-lsp-server>=1.10.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=7.2; extra == "docs"
Requires-Dist: sphinx-multiversion>=0.2.4; extra == "docs"
Requires-Dist: myst-parser>=2.0; extra == "docs"
Requires-Dist: pydata-sphinx-theme>=0.15; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5; extra == "docs"
Requires-Dist: sphinxext-opengraph>=0.9; extra == "docs"
