.gitignore
LICENSE
README.md
environment.yml
requirements.txt
setup.cfg
setup.py
.github/workflows/main.yml
examples/baseline_correction_examples.py
src/pyPreprocessing/__init__.py
src/pyPreprocessing/baseline_correction.py
src/pyPreprocessing/smoothing.py
src/pyPreprocessing/transform.py
src/pyPreprocessing.egg-info/PKG-INFO
src/pyPreprocessing.egg-info/SOURCES.txt
src/pyPreprocessing.egg-info/dependency_links.txt
src/pyPreprocessing.egg-info/requires.txt
src/pyPreprocessing.egg-info/top_level.txt
tests/__init__.py
tests/test_baseline_correction.py
tests/test_smoothing.py
tests/test_transform.py