README.md
pyproject.toml
src/acc_cli/__init__.py
src/acc_cli/cli.py
src/acc_cli/config.py
src/acc_cli.egg-info/PKG-INFO
src/acc_cli.egg-info/SOURCES.txt
src/acc_cli.egg-info/dependency_links.txt
src/acc_cli.egg-info/entry_points.txt
src/acc_cli.egg-info/requires.txt
src/acc_cli.egg-info/top_level.txt
src/acc_cli/commands/__init__.py
src/acc_cli/commands/build.py
src/acc_cli/commands/init.py
src/acc_cli/templates/__init__.py
src/acc_cli/templates/template/cookiecutter.json
src/acc_cli/templates/template/structure.yml
src/acc_cli/templates/template/functions/feature_engineering.yml
src/acc_cli/templates/template/functions/full_pipeline.yml
src/acc_cli/templates/template/functions/inference.yml
src/acc_cli/templates/template/functions/medallion.yml
src/acc_cli/templates/template/functions/standard.yml
src/acc_cli/templates/template/functions/training.yml
src/acc_cli/templates/template/readme/Inference.md
src/acc_cli/templates/template/readme/feature_engineering.md
src/acc_cli/templates/template/readme/medallion.md
src/acc_cli/templates/template/readme/pipeline.md
src/acc_cli/templates/template/readme/standard.md
src/acc_cli/templates/template/readme/training.md
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/.gitignore
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/Makefile
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/__init__.py
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/pyproject.toml
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/requirements-dev.txt
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/requirements.txt
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/configs/dev.yml
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/configs/prod.yml
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/jobs/databricks_job.json
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/src/__init__.py
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/src/main.py
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/src/utils/__init__.py
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/src/utils/helpers.py
src/acc_cli/templates/template/{{cookiecutter.project_slug}}/tests/test_sample.py
src/acc_cli/utils/__init__.py
src/acc_cli/utils/authenticator.py
src/acc_cli/utils/utils.py
src/acc_cli/utils/validators.py
tests/test_cli.py