LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
alto_dev.egg-info/PKG-INFO
alto_dev.egg-info/SOURCES.txt
alto_dev.egg-info/dependency_links.txt
alto_dev.egg-info/entry_points.txt
alto_dev.egg-info/not-zip-safe
alto_dev.egg-info/requires.txt
alto_dev.egg-info/top_level.txt
nomad/__init__.py
nomad/command.py
nomad/config.py
nomad/constants.py
nomad/divider.py
nomad/entrypoints.py
nomad/infras.py
nomad/main.py
nomad/nomad_logger.py
nomad/ui.py
nomad/utils.py
nomad/agents/__init__.py
nomad/agents/base.py
nomad/agents/ec2.py
nomad/agents/meta.py
nomad/agents/scripts/__init__.py
nomad/agents/scripts/docker/Dockerfile
nomad/agents/scripts/docker/ec2/apply.sh
nomad/agents/scripts/docker/ec2/run.sh
nomad/agents/scripts/ec2/apply.sh
nomad/agents/scripts/ec2/run.sh
nomad/examples/__init__.py
nomad/examples/ec2/additional_paths.yml
nomad/examples/ec2/basic_function.yml
nomad/examples/ec2/basic_jupyter.yml
nomad/examples/ec2/basic_project.yml
nomad/examples/ec2/basic_script.yml
nomad/examples/ec2/download_files.yml
nomad/examples/ec2/env_vars.yml
nomad/examples/ec2/matrix.yml
nomad/images/__init__.py
nomad/images/docker_image.py
nomad/images/meta.py
nomad/images/registries.py
nomad/parsers/yml.py
nomad/tasks/__init__.py
nomad/tasks/apply.py
nomad/tasks/base.py
nomad/tasks/build.py
nomad/tasks/delete.py
nomad/tasks/init.py
nomad/tasks/run.py
nomad/templates/__init__.py
nomad/templates/common.yml
nomad/templates/entrypoints/function.yml
nomad/templates/entrypoints/jupyter.yml
nomad/templates/entrypoints/project.yml
nomad/templates/entrypoints/script.yml
nomad/templates/infra/ec2-docker.yml
nomad/templates/infra/ec2.yml
nomad/tests/test_base_task.py
nomad/tests/test_entrypoint.py
nomad/tests/test_infras.py
nomad/tests/test_init.py
nomad/tests/test_utils.py
nomad/tests/test_yml_parser.py
nomad/tests/confs/bad_additional_paths.yml
nomad/tests/confs/bad_entrypoint.yml
nomad/tests/confs/bad_env.yml
nomad/tests/confs/bad_python_version_format.yml
nomad/tests/confs/bad_requirements.yml
nomad/tests/confs/infra_bad_type.yml
nomad/tests/confs/infra_no_type.yml
nomad/tests/confs/no_entrypoint.yml
nomad/tests/confs/no_infra.yml
nomad/tests/confs/normal_conf.yml
nomad/tests/confs/normal_conf_jupyter.yml
nomad/tests/confs/python_major.yml
nomad/tests/confs/python_major_minor.yml
nomad/tests/confs/python_major_minor_patch.yml
nomad/tests/confs/scripts/test_fn.py
nomad/tests/entrypoints/base_tests.py
nomad/tests/entrypoints/function_tests.py
nomad/tests/entrypoints/jupyter_tests.py
nomad/tests/entrypoints/scripts/main.py
nomad/tests/infras/base_tests.py
nomad/tests/infras/ec2_tests.py
nomad/tests/init/normal_ec2_function.yml
nomad/tests/init/normal_ec2_jupyter.yml
nomad/tests/init/normal_ec2_project.yml
nomad/tests/init/normal_ec2_script.yml
nomad/tests/integration/conftest.py
nomad/tests/integration/test_build.py
nomad/tests/integration/test_run.py
nomad/tests/integration/utils.py
nomad/tests/integration/download_files/main.py
nomad/tests/integration/download_files/nomad.yml
nomad/tests/integration/download_files/nomad_docker.yml
nomad/tests/integration/function/main.py
nomad/tests/integration/function/nomad.yml
nomad/tests/integration/function/nomad_docker.yml
nomad/tests/integration/jupyter/nomad.yml
nomad/tests/integration/jupyter/nomad_docker.yml
nomad/tests/integration/project/nomad.yml
nomad/tests/integration/project/nomad_docker.yml
nomad/tests/integration/project/src/main.py
nomad/tests/integration/script/main.py
nomad/tests/integration/script/nomad.yml
nomad/tests/integration/script/nomad_docker.yml
nomad/tests/integration/test_apply_error/main.py
nomad/tests/integration/test_apply_error/nomad.yml