Metadata-Version: 2.1
Name: timemesh
Version: 0.1.0
Summary: A comprehensive toolkit for temporal and spatio-temporal data preparation.
License: MIT
Author: L-A-Sandhu
Author-email: laeeq.aslam.100@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: scikit-learn (>=1.6.1,<2.0.0)
Requires-Dist: xarray (>=2025.1.2,<2026.0.0)
Description-Content-Type: text/markdown

# TimeMesh

A Python library for temporal and spatio-temporal data preparation, feature engineering, and windowing.

## Installation
```bash
pip install stloader

## Installation
```bash
pip install stloader

## Usage 

from stloader import DataLoader

loader = DataLoader(T=5, H=2)
X, y = loader.load_csv("data.csv")



