Metadata-Version: 2.3
Name: tpfeat
Version: 0.0.1
Summary: A flexible and modular time-point feature extraction toolkit for sensor time series.
License: MIT
Author: kris.wang
Author-email: wenhom.wang@gmail.com
Requires-Python: >=3.10,<4.0
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: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# tpfeat

**tpfeat** is a lightweight, modular framework for extracting custom features from sliding time windows, with full support for multi-axis sensor data, temporal interactions, and integration with TSFEL/tsfresh.

## Features

- Flexible windowing in all directions
- Modular axis, time, and feature operations
- Time-point interaction features
- Designed for multi-axis sensor data

## Installation

Install from source using pip:

```bash
pip install tpfeat
```

