LICENSE
README.md
pyproject.toml
src/mdu/__init__.py
src/mdu.egg-info/PKG-INFO
src/mdu.egg-info/SOURCES.txt
src/mdu.egg-info/dependency_links.txt
src/mdu.egg-info/requires.txt
src/mdu.egg-info/top_level.txt
src/mdu/cross_val/chrono.py
src/mdu/forecast/forecaster.py
src/mdu/forecast/simulate.py
src/mdu/mne/__init__.py
src/mdu/mne/events.py
src/mdu/mne/dbs/stim_switch.py
src/mdu/mne/ica/__init__.py
src/mdu/mne/ica/ica_selection_app.py
src/mdu/mne/ica/resampler_plotting.py
src/mdu/mne/ica/simple_app.py
src/mdu/mne/ica/assets/ica_styles.css
src/mdu/mne/ica/ica_utils/__init__.py
src/mdu/mne/ica/ica_utils/shared.py
src/mdu/plotly/__init__.py
src/mdu/plotly/dist_plotting.py
src/mdu/plotly/html_grids.py
src/mdu/plotly/ml.py
src/mdu/plotly/mne_plotting.py
src/mdu/plotly/multiline.py
src/mdu/plotly/resampler_compat.py
src/mdu/plotly/shared.py
src/mdu/plotly/stats.py
src/mdu/plotly/styling.py
src/mdu/plotly/template.py
src/mdu/plotly/time_series.py
src/mdu/plotly/mne_plotting_utils/__init__.py
src/mdu/plotly/mne_plotting_utils/epoch_image.py
src/mdu/plotly/mne_plotting_utils/psd.py
src/mdu/plotly/mne_plotting_utils/shared.py
src/mdu/plotly/mne_plotting_utils/time_series.py
src/mdu/plotly/mne_plotting_utils/topoplot.py
src/mdu/stats/residuals.py
src/mdu/utils/__init__.py
src/mdu/utils/converters.py
src/mdu/utils/logging.py
tests/test_cluster_permutation.py
tests/test_converters.py
tests/test_cross_val.py
tests/test_events.py
tests/test_forecasting.py
tests/test_logging.py
tests/test_ml.py
tests/test_mne_plotting_utils_shared.py
tests/test_plotly_shared.py
tests/test_resampler_compat.py
tests/test_significance_indicators.py
tests/test_template.py
tests/test_time_series.py