Modules🔗
Overview🔗
These are the modules used in this package:
Module | Description |
---|---|
Time Series | The time_series module provides a class for generating synthetic time series data. It includes methods for creating time series with various characteristics, such as seasonality, trends, and noise. |
Testing🔗
This package is fully tested against:
- Unit tests
- Lint tests
- MyPy tests
- Build tests
Tests are run in matrix against:
- Python Versions:
3.9
3.10
3.11
3.12
3.13
- Operating Systems:
ubuntu-latest
windows-latest
macos-latest