.gitignore
MANIFEST.in
NOTES.md
README.md
bump_and_deploy.py
setup.py
dslibrary/__init__.py
dslibrary/engine_intf.py
dslibrary/exceptions.py
dslibrary/front.py
dslibrary/metadata.py
dslibrary/proto_handlers.py
dslibrary/run_models.py
dslibrary.egg-info/PKG-INFO
dslibrary.egg-info/SOURCES.txt
dslibrary.egg-info/dependency_links.txt
dslibrary.egg-info/requires.txt
dslibrary.egg-info/top_level.txt
dslibrary/transport/__init__.py
dslibrary/transport/http_to_dsl.py
dslibrary/transport/sample_rest.py
dslibrary/transport/to_local.py
dslibrary/transport/to_mmlibrary.py
dslibrary/transport/to_rest.py
dslibrary/transport/to_volume.py
dslibrary/transport/volume_watcher.py
dslibrary/utils/__init__.py
dslibrary/utils/connect.py
dslibrary/utils/dbconn.py
dslibrary/utils/df_utils.py
dslibrary/utils/file_utils.py
dslibrary/utils/filechunker.py
dslibrary/utils/format_sniffer.py
dslibrary/utils/instantiation.py
dslibrary/utils/nosql.py
dslibrary/utils/packages.py
ideas/NOTES.md
ideas/__init__.py
ideas/engines.py
ideas/old_mm.py
ideas/to_mm_old.py
ideas/engines/run_in_mlflow.py
ideas/engines/runner.py
tests/__init__.py
tests/t_utils.py
tests/test_front.py
tests/test_metadata.py
tests/test_pkg.py
tests/test_proto_handlers.py
tests/test_run_local.py
tests/test_run_method.py
tests/test_run_no_context.py
tests/test_run_to_mlflow.py
tests/test_data/test1.csv
tests/test_data/two_cols.xlsx
tests/transport/__init__.py
tests/transport/test_http_to_dsl.py
tests/transport/test_to_mmlibrary.py
tests/transport/test_to_rest.py
tests/transport/test_volume_comm.py
tests/utils/__init__.py
tests/utils/test_connect.py
tests/utils/test_dbconn.py
tests/utils/test_file_utils.py
tests/utils/test_filechunker.py
tests/utils/test_instantiation.py