MANIFEST.in
README.rst
setup.py
requirements/base.in
requirements/plugins.txt
tutor/__about__.py
tutor/__init__.py
tutor/bindmounts.py
tutor/config.py
tutor/env.py
tutor/exceptions.py
tutor/fmt.py
tutor/images.py
tutor/interactive.py
tutor/jobs.py
tutor/serialize.py
tutor/types.py
tutor/utils.py
tutor.egg-info/PKG-INFO
tutor.egg-info/SOURCES.txt
tutor.egg-info/dependency_links.txt
tutor.egg-info/entry_points.txt
tutor.egg-info/requires.txt
tutor.egg-info/top_level.txt
tutor/commands/__init__.py
tutor/commands/cli.py
tutor/commands/compose.py
tutor/commands/config.py
tutor/commands/context.py
tutor/commands/dev.py
tutor/commands/images.py
tutor/commands/k8s.py
tutor/commands/local.py
tutor/commands/plugins.py
tutor/commands/upgrade/__init__.py
tutor/commands/upgrade/common.py
tutor/commands/upgrade/k8s.py
tutor/commands/upgrade/local.py
tutor/hooks/__init__.py
tutor/hooks/actions.py
tutor/hooks/consts.py
tutor/hooks/contexts.py
tutor/hooks/filters.py
tutor/plugins/__init__.py
tutor/plugins/base.py
tutor/plugins/v0.py
tutor/plugins/v1.py
tutor/templates/kustomization.yml
tutor/templates/version
tutor/templates/apps/caddy/Caddyfile
tutor/templates/apps/openedx/config/cms.env.json
tutor/templates/apps/openedx/config/lms.env.json
tutor/templates/apps/openedx/config/partials/auth.json
tutor/templates/apps/openedx/settings/cms/__init__.py
tutor/templates/apps/openedx/settings/cms/development.py
tutor/templates/apps/openedx/settings/cms/production.py
tutor/templates/apps/openedx/settings/cms/test.py
tutor/templates/apps/openedx/settings/lms/__init__.py
tutor/templates/apps/openedx/settings/lms/development.py
tutor/templates/apps/openedx/settings/lms/production.py
tutor/templates/apps/openedx/settings/lms/test.py
tutor/templates/apps/openedx/settings/partials/common_all.py
tutor/templates/apps/openedx/settings/partials/common_cms.py
tutor/templates/apps/openedx/settings/partials/common_lms.py
tutor/templates/apps/openedx/settings/partials/common_test.py
tutor/templates/apps/redis/redis.conf
tutor/templates/build/openedx/Dockerfile
tutor/templates/build/openedx/revisions.yml
tutor/templates/build/openedx/bin/openedx-assets
tutor/templates/build/openedx/bin/reload-uwsgi
tutor/templates/build/openedx/bin/site-configuration
tutor/templates/build/openedx/locale/customlocales.md
tutor/templates/build/openedx/requirements/private-sample.txt
tutor/templates/build/openedx/settings/cms/__init__.py
tutor/templates/build/openedx/settings/cms/assets.py
tutor/templates/build/openedx/settings/cms/i18n.py
tutor/templates/build/openedx/settings/lms/__init__.py
tutor/templates/build/openedx/settings/lms/assets.py
tutor/templates/build/openedx/settings/lms/i18n.py
tutor/templates/build/openedx/settings/partials/assets.py
tutor/templates/build/openedx/settings/partials/i18n.py
tutor/templates/build/openedx/themes/README
tutor/templates/build/permissions/Dockerfile
tutor/templates/build/permissions/setowner.sh
tutor/templates/config/base.yml
tutor/templates/config/defaults.yml
tutor/templates/dev/docker-compose.jobs.yml
tutor/templates/dev/docker-compose.yml
tutor/templates/hooks/cms/importdemocourse
tutor/templates/hooks/cms/init
tutor/templates/hooks/lms/init
tutor/templates/hooks/mysql/init
tutor/templates/k8s/deployments.yml
tutor/templates/k8s/jobs.yml
tutor/templates/k8s/namespace.yml
tutor/templates/k8s/services.yml
tutor/templates/k8s/volumes.yml
tutor/templates/local/docker-compose.jobs.yml
tutor/templates/local/docker-compose.prod.yml
tutor/templates/local/docker-compose.yml