Metadata-Version: 2.1
Name: chrono-kit
Version: 0.0.1
Summary: An open source python library for time series analysis and forecasting.
Author-email: ODTU YZT <odtuyzt@gmail.com>
Project-URL: Homepage, https://github.com/odtuyzt/chrono-kit
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

**chrono-kit** is an open source python library for time series analysis and forecasting.

This project was started in 2023 by ODTU YZT.
## Documentation
See the [wiki](https://github.com/odtuyzt/time-series-analysis/wiki) for documentation.

Or take a look at the [examples](https://github.com/odtuyzt/time-series-analysis/tree/main/examples).

## Installation

### Dependencies

"chronokit" requires:
* torch 
* numpy
* scipy
* matplotlib
* python

### User Installation

    pip install chronokit
