Skip to content

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:

  1. Unit tests
  2. Lint tests
  3. MyPy tests
  4. Build tests

Tests are run in matrix against:

  1. Python Versions:
    1. 3.9
    2. 3.10
    3. 3.11
    4. 3.12
    5. 3.13
  2. Operating Systems:
    1. ubuntu-latest
    2. windows-latest
    3. macos-latest

Coverage🔗