.flake8
.gitignore
.gitmodules
.pre-commit-config.yaml
.prettierignore
.readthedocs.yml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
tox.ini
.circleci/config.yml
.github/release.yaml
.github/workflows/pytest.yml
.github/workflows/python-publish.yml
app/.gitignore
app/.nolluprc.js
app/README.md
app/package-lock.json
app/package.json
app/postcss.config.js
app/tsconfig.json
app/webpack.config.ts
app/public/favicon.ico
app/public/index.html
app/public/login.html
app/public/manifest.json
app/src/App.tsx
app/src/Experiments.tsx
app/src/TaskDetail.tsx
app/src/TaskJobs.tsx
app/src/Tasks.tsx
app/src/client.ts
app/src/clipboard.ts
app/src/index.css
app/src/index.tsx
app/src/logo.png
app/src/logo.pxm
app/src/reducers.ts
app/src/sagas.js
app/src/store.ts
app/src/theme/_jobs.scss
app/src/theme/theme.scss
app/src/ui/messages.tsx
app/xp/run.py
docs/changelog.md
docs/cli.md
docs/concepts.md
docs/documenting.md
docs/faq.md
docs/index.md
docs/jupyter.md
docs/requirements.txt
docs/tutorial.md
docs/connectors/index.md
docs/experiments/config.md
docs/experiments/overview.md
docs/experiments/plan.md
docs/experiments/task.md
docs/launchers/index.md
scripts/longtask.py
src/experimaestro/__init__.py
src/experimaestro/__main__.py
src/experimaestro/annotations.py
src/experimaestro/checkers.py
src/experimaestro/click.py
src/experimaestro/commandline.py
src/experimaestro/compat.py
src/experimaestro/filter.py
src/experimaestro/generators.py
src/experimaestro/ipc.py
src/experimaestro/locking.py
src/experimaestro/mypy.py
src/experimaestro/notifications.py
src/experimaestro/rpyc.py
src/experimaestro/run.py
src/experimaestro/scriptbuilder.py
src/experimaestro/taskglobals.py
src/experimaestro/tokens.py
src/experimaestro/typingutils.py
src/experimaestro/version.py
src/experimaestro/xpmutils.py
src/experimaestro.egg-info/PKG-INFO
src/experimaestro.egg-info/SOURCES.txt
src/experimaestro.egg-info/dependency_links.txt
src/experimaestro.egg-info/entry_points.txt
src/experimaestro.egg-info/not-zip-safe
src/experimaestro.egg-info/requires.txt
src/experimaestro.egg-info/top_level.txt
src/experimaestro/connectors/__init__.py
src/experimaestro/connectors/local.py
src/experimaestro/connectors/ssh.py
src/experimaestro/core/__init__.py
src/experimaestro/core/arguments.py
src/experimaestro/core/objects.py
src/experimaestro/core/objects.pyi
src/experimaestro/core/types.py
src/experimaestro/launcherfinder/__init__.py
src/experimaestro/launcherfinder/base.py
src/experimaestro/launcherfinder/parser.py
src/experimaestro/launcherfinder/registry.py
src/experimaestro/launcherfinder/specs.py
src/experimaestro/launchers/__init__.py
src/experimaestro/launchers/direct.py
src/experimaestro/launchers/oar.py
src/experimaestro/launchers/slurm.py
src/experimaestro/mkdocs/__init__.py
src/experimaestro/mkdocs/annotations.py
src/experimaestro/mkdocs/base.py
src/experimaestro/mkdocs/metaloader.py
src/experimaestro/mkdocs/style.css
src/experimaestro/scheduler/__init__.py
src/experimaestro/scheduler/base.py
src/experimaestro/scheduler/dependencies.py
src/experimaestro/scheduler/environment.py
src/experimaestro/scheduler/workspace.py
src/experimaestro/server/__init__.py
src/experimaestro/server/auth.py
src/experimaestro/server/data/0c35d18bf06992036b69.woff2
src/experimaestro/server/data/219aa9140e099e6c72ed.woff2
src/experimaestro/server/data/3a4004a46a653d4b2166.woff
src/experimaestro/server/data/3baa5b8f3469222b822d.woff
src/experimaestro/server/data/4d73cb90e394b34b7670.woff
src/experimaestro/server/data/4ef4218c522f1eb6b5b1.woff2
src/experimaestro/server/data/5d681e2edae8c60630db.woff
src/experimaestro/server/data/639d2000c1ece92eaec8.woff2
src/experimaestro/server/data/66104b766c3d0462b3c5.woff2
src/experimaestro/server/data/6f420cf17cc0d7676fad.woff2
src/experimaestro/server/data/abf801b7acb6705a15ad.ttf
src/experimaestro/server/data/b48ad290d0335879a92b.ttf
src/experimaestro/server/data/c380809fd3677d7d6903.woff2
src/experimaestro/server/data/e1a247a5ef41e1975742.woff2
src/experimaestro/server/data/f882956fd323fd322f31.woff
src/experimaestro/server/data/f9ee61fab3c11e2f3ed3.ttf
src/experimaestro/server/data/favicon.ico
src/experimaestro/server/data/index.css
src/experimaestro/server/data/index.html
src/experimaestro/server/data/index.js
src/experimaestro/server/data/index.js.LICENSE.txt
src/experimaestro/server/data/login.html
src/experimaestro/server/data/manifest.json
src/experimaestro/sphinx/__init__.py
src/experimaestro/sphinx/static/experimaestro.css
src/experimaestro/tests/__init__.py
src/experimaestro/tests/conftest.py
src/experimaestro/tests/definitions_types.py
src/experimaestro/tests/restart.py
src/experimaestro/tests/restart_main.py
src/experimaestro/tests/task_tokens.py
src/experimaestro/tests/test_checkers.py
src/experimaestro/tests/test_findlauncher.py
src/experimaestro/tests/test_forward.py
src/experimaestro/tests/test_identifier.py
src/experimaestro/tests/test_instance.py
src/experimaestro/tests/test_objects.py
src/experimaestro/tests/test_outputs.py
src/experimaestro/tests/test_param.py
src/experimaestro/tests/test_progress.py
src/experimaestro/tests/test_snippets.py
src/experimaestro/tests/test_ssh.py
src/experimaestro/tests/test_tags.py
src/experimaestro/tests/test_tasks.py
src/experimaestro/tests/test_tokens.py
src/experimaestro/tests/test_types.py
src/experimaestro/tests/test_validation.py
src/experimaestro/tests/token_reschedule.py
src/experimaestro/tests/utils.py
src/experimaestro/tests/connectors/test_local.py
src/experimaestro/tests/connectors/utils.py
src/experimaestro/tests/connectors/bin/executable.py
src/experimaestro/tests/launchers/__init__.py
src/experimaestro/tests/launchers/common.py
src/experimaestro/tests/launchers/test_local.py
src/experimaestro/tests/launchers/test_slurm.py
src/experimaestro/tests/launchers/bin/sacct
src/experimaestro/tests/launchers/bin/sbatch
src/experimaestro/tests/launchers/bin/test.py
src/experimaestro/tests/scripts/notifyandwait.py
src/experimaestro/tests/scripts/waitforfile.py
src/experimaestro/tests/tasks/__init__.py
src/experimaestro/tests/tasks/all.py
src/experimaestro/tests/tasks/foreign.py
src/experimaestro/tests/tasks/subparams.py
src/experimaestro/tools/__init__.py
src/experimaestro/tools/jobs.py
src/experimaestro/utils/__init__.py
src/experimaestro/utils/asyncio.py
src/experimaestro/utils/jobs.py
src/experimaestro/utils/jupyter.py
src/experimaestro/utils/settings.py
src/experimaestro/utils/yaml.py