.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
Dockerfile
LICENSE
MANIFEST.in
README.md
environment.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/docker-image.yml
.github/workflows/main.yaml
.github/workflows/python-publish.yml
deployment/deploy_echoflow_worker.sh
echodataflow.egg-info/PKG-INFO
echodataflow.egg-info/SOURCES.txt
echodataflow.egg-info/dependency_links.txt
echodataflow.egg-info/entry_points.txt
echodataflow.egg-info/requires.txt
echodataflow.egg-info/top_level.txt
echoflow/__init__.py
echoflow/echoflow_cli.py
echoflow/version.py
echoflow/aspects/__init__.py
echoflow/aspects/echoflow_aspect.py
echoflow/aspects/singleton_echoflow.py
echoflow/config/__init__.py
echoflow/config/datastore.yaml
echoflow/config/logging_config.yaml
echoflow/config/pipeline.yaml
echoflow/models/__init__.py
echoflow/models/datastore.py
echoflow/models/db_log_model.py
echoflow/models/echoflow_config.py
echoflow/models/output_model.py
echoflow/models/pipeline.py
echoflow/rule_engine/__init__.py
echoflow/rule_engine/dependency_engine.py
echoflow/rule_engine/echoflow_rules.txt
echoflow/stages/__init__.py
echoflow/stages/docker_trigger.py
echoflow/stages/echoflow.py
echoflow/stages/echoflow_trigger.py
echoflow/stages/subflows/__init__.py
echoflow/stages/subflows/add_depth.py
echoflow/stages/subflows/add_location.py
echoflow/stages/subflows/apply_mask.py
echoflow/stages/subflows/combine_echodata.py
echoflow/stages/subflows/compute_MVBS.py
echoflow/stages/subflows/compute_SV.py
echoflow/stages/subflows/compute_TS.py
echoflow/stages/subflows/frequency_differencing.py
echoflow/stages/subflows/initialization_flow.py
echoflow/stages/subflows/open_raw.py
echoflow/tests/__init__.py
echoflow/tests/AWS/AWSEchoflowDemo.ipynb
echoflow/tests/AWS/datastore.yaml
echoflow/tests/AWS/pipeline.yaml
echoflow/tests/offline/LocalEchoflowDemo.ipynb
echoflow/tests/offline/datastore.yaml
echoflow/tests/offline/pipeline.yaml
echoflow/utils/__init__.py
echoflow/utils/config_utils.py
echoflow/utils/databse_utils.py
echoflow/utils/file_utils.py
echoflow/utils/function_utils.py
echoflow/utils/log_util.py
echoflow/utils/rest_utils.py