Metadata-Version: 2.1
Name: industryts
Version: 1.0.1
Summary: Python library that provides functions to manipulate time series collected from industrial contexts
Author-email: Industry-Time-Series <alexsandercaac@gmail.com>
Project-URL: Homepage, https://github.com/Industry-Time-Series/industry-ts
Project-URL: Docs, https://industry-time-series.github.io/industry-ts/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: contourpy==1.1.0
Requires-Dist: cycler==0.11.0
Requires-Dist: fonttools==4.42.1
Requires-Dist: kiwisolver==1.4.5
Requires-Dist: matplotlib==3.7.2
Requires-Dist: numpy==1.25.2
Requires-Dist: packaging==23.1
Requires-Dist: pandas==2.0.3
Requires-Dist: patsy==0.5.3
Requires-Dist: Pillow==10.0.0
Requires-Dist: pyparsing==3.0.9
Requires-Dist: python-dateutil==2.8.2
Requires-Dist: pytz==2023.3
Requires-Dist: scipy==1.11.2
Requires-Dist: six==1.16.0
Requires-Dist: statsmodels==0.14.0
Requires-Dist: tzdata==2023.3

# Industry Time Series Library

## Time Series Manipulation for Industry Data

This repository hosts the **industry-ts**: _Industry Time Series_ Library --- a Python library that provides functions to manipulate time series collected from industrial contexts.

This project aims to address the necessity for open-source tools developed for solving problems with data collected from industrial process. 

The modules introduced provide a variety of functions that are particularly tailored to industry data, directed to working with its most common issues, such as discontinuities in process measurements and faulty sensors.

## Table of Contents

- [Industry Time Series Library](#industry-time-series-library)
  - [Time Series Manipulation for Industry Data](#time-series-manipulation-for-industry-data)
  - [Table of Contents](#table-of-contents)
  - [Main Features](#main-features)
  - [How to use it](#how-to-use-it)
  - [Documentation](#documentation)

## Main Features

* **Data Generation**: Generate synthetic data from well defined stochastic processes for testing and benchmarking purposes.
* **Modelling**: Fit time series models to data.
* **Preprocessing**: Preprocess time series with filtering, feature engineering and other techniques.

## How to use it

To use the library, you can clone the repository and install it with pip:

```bash
git clone https://github.com/Industry-Time-Series/industry-ts.git
cd industry-ts
git checkout packaging
pip install .
```

## Documentation

The official documentation is hosted on https://industry-time-series.github.io/industry-ts/
