.coveragerc
LICENSE
MANIFEST.in
README.rst
__init__.py
changelog.rst
pyproject.toml
uv.lock
mango_time_series/__init__.py
mango_time_series.egg-info/PKG-INFO
mango_time_series.egg-info/SOURCES.txt
mango_time_series.egg-info/dependency_links.txt
mango_time_series.egg-info/requires.txt
mango_time_series.egg-info/top_level.txt
mango_time_series/data/__init__.py
mango_time_series/data/energy_prices.csv
mango_time_series/data/ts_dataset.pkl
mango_time_series/exploratory_analysis/__init__.py
mango_time_series/exploratory_analysis/decomposition.py
mango_time_series/exploratory_analysis/differentiation.py
mango_time_series/exploratory_analysis/heteroscedasticity.py
mango_time_series/exploratory_analysis/seasonal.py
mango_time_series/exploratory_analysis/stationary.py
mango_time_series/logging/__init__.py
mango_time_series/logging/decorators.py
mango_time_series/logging/logger.py
mango_time_series/tests/exploratory_analysis/__init__.py
mango_time_series/tests/exploratory_analysis/test_decomposition.py
mango_time_series/tests/exploratory_analysis/test_heteroscedasticity.py
mango_time_series/tests/exploratory_analysis/test_seasonal.py
mango_time_series/tests/exploratory_analysis/test_stationary.py
mango_time_series/tests/exploratory_analysis/test_time_series_dataframe.py
mango_time_series/tests/utils_module/__init__.py
mango_time_series/tests/utils_module/test_processing_time_series.py
mango_time_series/tests/utils_module/test_ts_functions.py
mango_time_series/utils/CONST.py
mango_time_series/utils/__init__.py
mango_time_series/utils/moving_averages.py
mango_time_series/utils/processing_time_series.py
mango_time_series/utils/tabular_structure.py
mango_time_series/utils/time_features.py