Metadata-Version: 2.2
Name: twdspring
Version: 0.1.2
Summary: Stream Monitoring under the Time Warping Distance
Author-email: Aleksey Astafiev <aastafiev@gmail.com>
License: GPL-3.0-or-later
Keywords: time warping distance,steam,online,dtw,pattern,search pattern,monitoring,stream monitoring,time series,time series analysis,distance
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"

# Spring Project

Welcome to the Spring Project!

## Table of Contents

- [Spring Project](#spring-project)
  - [Table of Contents](#table-of-contents)
  - [Introduction](#introduction)
  - [Installation](#installation)
  - [Documentation](#documentation)
  - [Contributing](#contributing)
  - [License](#license)

## Introduction

This project implements [Stream Monitoring under the Time Warping Distance](https://www.cs.cmu.edu/~christos/PUBLICATIONS/ICDE07-spring.pdf)

## Installation

To install the Spring Project, follow these steps:

```bash
pip install twdspring
```

## Documentation

[https://aastafiev.github.io/twdspring/](https://aastafiev.github.io/twdspring/)

## Contributing

We welcome contributions! Please read our [contributing guidelines](CONTRIBUTING.md) for more information.

## License

This project is licensed under the GNU GPLv3.
