Metadata-Version: 2.3
Name: rustyfresh
Version: 1.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
License-File: LICENSE.txt
Summary: A Rust-based alternative to tsfresh for time series feature extraction.
Author-email: Subho Ghosh <ighoshsubho@gmail.com>
Requires-Python: >=3.6
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/ighoshsubho/rustyfresh

# rustyfresh

_RustyFresh_ is a Rust-based Python package for systematic time-series feature extraction.

## Installation

```bash
pip install rustyfresh
```

