Metadata-Version: 2.1
Name: scikit-extensions
Version: 0.1.1
Summary: A collection of Scikit-learn-compatible transformers for feature engineering, preprocessing, and pipeline utilities.
Home-page: https://github.com/your-username/scikit-extensions
License: MIT
Keywords: scikit-learn,transformers,preprocessing,pipeline
Author: sh99
Author-email: shriramh99@gmail.com
Requires-Python: >=3.10,<3.14
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: pandas (>=2.3.2,<3.0.0)
Requires-Dist: scikit-learn (>=1.7.2,<2.0.0)
Requires-Dist: statsmodels (>=0.14.5,<0.15.0)
Project-URL: Repository, https://github.com/your-username/scikit-extensions
Description-Content-Type: text/markdown

# scikit-extensions
A collection of Scikit-learn-compatible transformers for feature engineering, preprocessing, and pipeline utilities.

## Features
- 🧰 Clean, extensible API compatible with Scikit-learn
- 🧪 Fully testable, with support for Pandas, NumPy, and SciPy
- 📦 Easy to integrate in production ML pipelines

## 📦 Installation

```bash
pip install scikit-extensions

