Metadata-Version: 2.4
Name: turu-snowflake
Version: 0.13.3
Summary: snowflake adapter for turu
Author: yassun7010
Author-email: yassun7010@outlook.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: SQL
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: pandas
Provides-Extra: pandera
Requires-Dist: pandas (>=2.2.3,<3.0.0) ; extra == "pandas"
Requires-Dist: pandera (>=0.26.1,<0.27.0) ; (python_version < "3.10") and (extra == "pandera")
Requires-Dist: pandera (>=0.31.1,<0.32.0) ; (python_version >= "3.10") and (extra == "pandera")
Requires-Dist: pyarrow (>=18.0.0,<19.0.0) ; extra == "pandas"
Requires-Dist: snowflake-connector-python (>=3.6.0,<4.0.0)
Requires-Dist: turu-core (==0.13.3)
Requires-Dist: typing-extensions (>=4.9.0,<5.0.0)
Project-URL: Repository, https://github.com/ya7010/turu-py
Description-Content-Type: text/markdown

# turu-snowflake

This is a snowflake adapter for [turu](https://github.com/ya7010/turu-py).

