.bumpversion.cfg
.bumpversion_release.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
FEATURES.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
aiscalator-complete.sh
appveyor.yml
setup.cfg
setup.py
tox.ini
.github/PULL_REQUEST_TEMPLATE
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
_static/aiscalator_process.png
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/appveyor.yml
ci/templates/tox.ini
docs/aiscalator.airflow.rst
docs/aiscalator.core.rst
docs/aiscalator.jupyter.rst
docs/aiscalator.rst
docs/authors.rst
docs/codeofconduct.rst
docs/conf.py
docs/contributing.rst
docs/features.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/_static/aiscalator_process.png
docs/_templates/layout.html
local/aiscalator.py
resources/example/env.conf
resources/example/example.conf
resources/example/requirements.txt
resources/example/adv_dags/Untitled.py
resources/example/adv_dags/papermill_dag.py
resources/example/adv_steps/papermill_step1.py
resources/example/adv_steps/papermill_step2.py
resources/example/adv_steps/papermill_step3.py
resources/example/airflow_tutorial/Testing.py
resources/example/airflow_tutorial/airflow_tutorial.py
resources/example/dags/papermill_dag.py
resources/example/dags/tests.py
resources/example/steps/papermill_step.py
src/aiscalator/__init__.py
src/aiscalator/api.py
src/aiscalator/cli.py
src/aiscalator.egg-info/PKG-INFO
src/aiscalator.egg-info/SOURCES.txt
src/aiscalator.egg-info/dependency_links.txt
src/aiscalator.egg-info/entry_points.txt
src/aiscalator.egg-info/not-zip-safe
src/aiscalator.egg-info/requires.txt
src/aiscalator.egg-info/top_level.txt
src/aiscalator/airflow/__init__.py
src/aiscalator/airflow/cli.py
src/aiscalator/airflow/command.py
src/aiscalator/config/docker/airflow/Dockerfile
src/aiscalator/config/docker/airflow/jupyter_notebook_config.txt
src/aiscalator/config/docker/airflow/req_docker.txt
src/aiscalator/config/docker/airflow/start-jupyter.sh
src/aiscalator/config/docker/airflow/config/airflow.cfg
src/aiscalator/config/docker/airflow/config/docker-compose-CeleryExecutor.yml
src/aiscalator/config/docker/airflow/config/docker-compose-LocalExecutor.yml
src/aiscalator/config/docker/jupyter-dbt/Dockerfile
src/aiscalator/config/docker/jupyter-dbt/install-jupytext.sh
src/aiscalator/config/docker/jupyter-dbt/req_docker.txt
src/aiscalator/config/docker/jupyter-dbt/start-papermill.sh
src/aiscalator/config/docker/jupyter-spark/Dockerfile
src/aiscalator/config/docker/jupyter-spark/install-jupytext.sh
src/aiscalator/config/docker/jupyter-spark/req_docker.txt
src/aiscalator/config/docker/jupyter-spark/start-papermill.sh
src/aiscalator/config/template/aiscalator.conf
src/aiscalator/config/template/minimum_aiscalator.conf
src/aiscalator/config/template/minimum_dag.conf
src/aiscalator/config/template/minimum_step.conf
src/aiscalator/config/template/notebook.json
src/aiscalator/config/template/step.conf
src/aiscalator/core/__init__.py
src/aiscalator/core/config.py
src/aiscalator/core/log_regex_analyzer.py
src/aiscalator/core/utils.py
src/aiscalator/jupyter/__init__.py
src/aiscalator/jupyter/cli.py
src/aiscalator/jupyter/command.py
src/aiscalator/jupyter/docker_image.py
tests/__init__.py
tests/test_cli.py
tests/jupyter/test_cli.py