LICENSE
README.md
pyproject.toml
setup.cfg
csc_mlops.egg-info/PKG-INFO
csc_mlops.egg-info/SOURCES.txt
csc_mlops.egg-info/dependency_links.txt
csc_mlops.egg-info/entry_points.txt
csc_mlops.egg-info/requires.txt
csc_mlops.egg-info/top_level.txt
mlops/Experiment.py
mlops/ProjectFile.py
mlops/__init__.py
mlops/_version.py
mlops/cli.py
mlops/data/__init__.py
mlops/data/tools/__init__.py
mlops/data/tools/tools.py
mlops/data/transforms/LoadImageXNATd.py
mlops/data/transforms/__init__.py
mlops/release/Release.py
mlops/release/__init__.py
mlops/release/destinations/LocalDestination.py
mlops/release/destinations/ReleaseDestination.py
mlops/release/destinations/SharepointDestination.py
mlops/release/destinations/ZenodoDestination.py
mlops/release/destinations/__init__.py
mlops/release/sources/LocalSource.py
mlops/release/sources/MLFlowSource.py
mlops/release/sources/ReleaseSource.py
mlops/release/sources/__init__.py
mlops/utils/Config.py
mlops/utils/__init__.py
tests/__init__.py
tests/mlflow_server/__init__.py
tests/mlflow_server/test_server.py
tests/mlops/__init__.py
tests/mlops/test_Experiment.py
tests/mlops/test_cli.py
tests/mlops/data/__init__.py
tests/mlops/data/transforms/__init__.py
tests/mlops/data/transforms/test_LoadImageXNATd.py
tests/mlops/release/__init__.py
tests/mlops/release/test_Release.py
tests/mlops/release/destinatons/__init__.py
tests/mlops/release/destinatons/test_LocalDestination.py
tests/mlops/release/destinatons/test_ReleaseDestination.py
tests/mlops/release/destinatons/test_SharepointDestination.py
tests/mlops/release/sources/__init__.py
tests/mlops/release/sources/test_MLFlowSource.py
tests/mlops/release/sources/test_ReleaseSource.py