Metadata-Version: 2.4
Name: hybrid-frame
Version: 0.3.0
Summary: High-performance DataFrame unifying DuckDB (out-of-core) and Pandas (ML feature engineering)
Author: mukesh
License: MIT
Project-URL: Homepage, https://github.com/shell-bay/hybrid-frame
Project-URL: Repository, https://github.com/shell-bay/hybrid-frame
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
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: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Database :: Database Engines/Servers
Requires-Python: >=3.9
Requires-Dist: duckdb>=0.8.0
Requires-Dist: pandas>=1.5.0
Provides-Extra: arrow
Requires-Dist: pyarrow>=6.0.0; extra == "arrow"
Provides-Extra: memory-guard
Requires-Dist: psutil>=5.9.0; extra == "memory-guard"
Provides-Extra: ml
Requires-Dist: scikit-learn>=1.2.0; extra == "ml"
Provides-Extra: all
Requires-Dist: pyarrow>=6.0.0; extra == "all"
Requires-Dist: psutil>=5.9.0; extra == "all"
Requires-Dist: scikit-learn>=1.2.0; extra == "all"
