.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/static.yml
auto_smooth/__init__.py
auto_smooth/core.py
auto_smooth/metrics.py
auto_smooth/plotting.py
auto_smooth/utils.py
auto_smooth.egg-info/PKG-INFO
auto_smooth.egg-info/SOURCES.txt
auto_smooth.egg-info/dependency_links.txt
auto_smooth.egg-info/requires.txt
auto_smooth.egg-info/top_level.txt
auto_smooth/filtering/__init__.py
auto_smooth/filtering/savgol.py
auto_smooth/smoothing/__init__.py
docs/index.html
docs/images/original_vs_smooth.png
tests/__init__.py
tests/test_metrics.py
tests/test_utils.py
tests/filtering/__init__.py
tests/filtering/test_savgol.py
tests/smoothing/__init__.py
tests/smoothing/test_savgol.py