README.md
setup.cfg
setup.py
a2ml/__init__.py
a2ml.egg-info/PKG-INFO
a2ml.egg-info/SOURCES.txt
a2ml.egg-info/dependency_links.txt
a2ml.egg-info/entry_points.txt
a2ml.egg-info/not-zip-safe
a2ml.egg-info/requires.txt
a2ml.egg-info/top_level.txt
a2ml/api/__init__.py
a2ml/api/a2ml.py
a2ml/api/a2ml_dataset.py
a2ml/api/a2ml_experiment.py
a2ml/api/a2ml_model.py
a2ml/api/a2ml_project.py
a2ml/api/auger/__init__.py
a2ml/api/auger/a2ml.py
a2ml/api/auger/actual.py
a2ml/api/auger/auth.py
a2ml/api/auger/config.py
a2ml/api/auger/credentials.py
a2ml/api/auger/dataset.py
a2ml/api/auger/experiment.py
a2ml/api/auger/model.py
a2ml/api/auger/project.py
a2ml/api/azure/__init__.py
a2ml/api/azure/a2ml.py
a2ml/api/azure/decorators.py
a2ml/api/azure/exceptions.py
a2ml/api/google/__init__.py
a2ml/api/google/a2ml.py
a2ml/api/utils/__init__.py
a2ml/api/utils/config.py
a2ml/api/utils/context.py
a2ml/api/utils/crud_runner.py
a2ml/api/utils/error_handler.py
a2ml/api/utils/formatter.py
a2ml/api/utils/provider_runner.py
a2ml/cmdl/__init__.py
a2ml/cmdl/cmdl.py
a2ml/cmdl/commands/__init__.py
a2ml/cmdl/commands/cmd_auth.py
a2ml/cmdl/commands/cmd_dataset.py
a2ml/cmdl/commands/cmd_deploy.py
a2ml/cmdl/commands/cmd_evaluate.py
a2ml/cmdl/commands/cmd_experiment.py
a2ml/cmdl/commands/cmd_import.py
a2ml/cmdl/commands/cmd_model.py
a2ml/cmdl/commands/cmd_new.py
a2ml/cmdl/commands/cmd_predict.py
a2ml/cmdl/commands/cmd_project.py
a2ml/cmdl/commands/cmd_review.py
a2ml/cmdl/commands/cmd_train.py
a2ml/cmdl/template/auger.yaml
a2ml/cmdl/template/azure.yaml
a2ml/cmdl/template/config.yaml
a2ml/cmdl/template/google.yaml
a2ml/cmdl/utils/__init__.py
a2ml/cmdl/utils/template.py
a2ml/cmdl/utils/test_task.py
tests/__init__.py
tests/conftest.py
tests/test_azure_a2ml.py
tests/test_cmdl.py
tests/test_facade.py
tests/test_google_a2ml.py
tests/auger/__init__.py
tests/auger/conftest.py
tests/auger/mock_rest_api.py
tests/auger/test_configs.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_auger.py
tests/integration/test_project.py