An open API service indexing awesome lists of open source software.

https://github.com/marwandebbiche/tsgen

Time Series Generator
https://github.com/marwandebbiche/tsgen

data-science time-series time-series-analysis

Last synced: about 1 year ago
JSON representation

Time Series Generator

Awesome Lists containing this project

README

          

# tsgen

[![CI/CD Status](https://github.com/MarwanDebbiche/tsgen/workflows/CI%2FCD/badge.svg?branch=master)](https://github.com/MarwanDebbiche/tsgen/actions?query=branch:master)
[![Coverage Status](https://coveralls.io/repos/github/MarwanDebbiche/tsgen/badge.svg?branch=master)](https://coveralls.io/github/MarwanDebbiche/tsgen?branch=master)
[![Latest Version](https://img.shields.io/pypi/v/tsgen.svg?color=blue)](https://pypi.python.org/pypi/tsgen)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/tsgen?label=pypi%20downloads)](https://pypi.org/project/tsgen/)
![License](https://img.shields.io/github/license/MarwanDebbiche/tsgen)

tsgen (for Time Series Generator) is a package developed [for educational purposes](https://medium.com/@marwan.debbiche/a-modern-set-up-for-python-package-development-f60b27a26bd7) that helps create unidimensional time series of different shapes.

## Installation

You can install tsgen from PyPI using pip:

```
pip install tsgen
```

## Getting started

![Getting Started](https://raw.githubusercontent.com/MarwanDebbiche/tsgen/master/images/getting_started.png)

See the [documentation](https://tsgen.readthedocs.io/en/stable/index.html) for more details.