README.md
setup.py
saqc/__init__.py
saqc/__main__.py
saqc.egg-info/PKG-INFO
saqc.egg-info/SOURCES.txt
saqc.egg-info/dependency_links.txt
saqc.egg-info/entry_points.txt
saqc.egg-info/requires.txt
saqc.egg-info/top_level.txt
saqc/core/__init__.py
saqc/core/config.py
saqc/core/core.py
saqc/core/reader.py
saqc/core/evaluator/__init__.py
saqc/core/evaluator/checker.py
saqc/core/evaluator/evaluator.py
saqc/core/evaluator/transformer.py
saqc/flagger/__init__.py
saqc/flagger/baseflagger.py
saqc/flagger/categoricalflagger.py
saqc/flagger/continuousflagger.py
saqc/flagger/dmpflagger.py
saqc/flagger/simpleflagger.py
saqc/funcs/__init__.py
saqc/funcs/breaks_detection.py
saqc/funcs/constants_detection.py
saqc/funcs/functions.py
saqc/funcs/harm_functions.py
saqc/funcs/register.py
saqc/funcs/soil_moisture_tests.py
saqc/funcs/spikes_detection.py
saqc/lib/__init__.py
saqc/lib/plotting.py
saqc/lib/tools.py
saqc/lib/ts_operators.py
saqc/lib/types.py
test/__init__.py
test/common.py
test/run_pytest.py
test/core/__init__.py
test/core/test_core.py
test/core/test_evaluator.py
test/core/test_reader.py
test/flagger/__init__.py
test/flagger/test_flagger.py
test/funcs/__init__.py
test/funcs/conftest.py
test/funcs/test_breaks_detection.py
test/funcs/test_constants_detection.py
test/funcs/test_functions.py
test/funcs/test_generic_functions.py
test/funcs/test_harm_funcs.py
test/funcs/test_soil_moisture_tests.py
test/funcs/test_spikes_detection.py