Metadata-Version: 2.1
Name: tsfeast
Version: 0.1.0
Summary: A collection of Scikit-Learn compatible time series transformers and tools.
Home-page: https://github.com/chris-santiago/tsfeast
Author: Chris Santiago
License: MIT License
Project-URL: Documentation, https://chris-santiago.github.io/tsfeast/
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: qa
Provides-Extra: build
License-File: LICENSE.txt

# tsfeast
![build](https://travis-ci.com/chris-santiago/tsfeast.svg?branch=master)
[![codecov](https://codecov.io/gh/chris-santiago/tsfeast/branch/master/graph/badge.svg?token=MSO9ZBH6UD)](https://codecov.io/gh/chris-santiago/tsfeast)

A collection of Scikit-Learn compatible time series transformers and tools.

## Installation

```bash
pip install tsfeast
```

## Documentation 

Documentation hosted on Github Pages: [https://chris-santiago.github.io/tsfeast/](https://chris-santiago.github.io/tsfeast/)

