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
- Host: GitHub
- URL: https://github.com/marwandebbiche/tsgen
- Owner: MarwanDebbiche
- License: mit
- Created: 2020-10-14T21:26:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T22:21:45.000Z (over 5 years ago)
- Last Synced: 2025-03-21T22:41:24.424Z (over 1 year ago)
- Topics: data-science, time-series, time-series-analysis
- Language: Python
- Homepage: https://tsgen.readthedocs.io
- Size: 373 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsgen
[](https://github.com/MarwanDebbiche/tsgen/actions?query=branch:master)
[](https://coveralls.io/github/MarwanDebbiche/tsgen?branch=master)
[](https://pypi.python.org/pypi/tsgen)
[](https://pypi.org/project/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

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