.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/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/manifest.json
app/src/App.svelte
app/src/Experiments.svelte
app/src/TaskDetail.svelte
app/src/TaskJobs.svelte
app/src/Tasks.svelte
app/src/client.ts
app/src/clipboard.ts
app/src/index.css
app/src/index.ts
app/src/logo.png
app/src/logo.pxm
app/src/sagas.js
app/src/store.ts
app/src/theme/_jobs.scss
app/src/theme/theme.scss
app/src/ui/Confirmation.svelte
app/src/ui/Messages.svelte
app/src/ui/notifications.ts
app/src/ui/tc/ui/messaging.js
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
experimaestro/__init__.py
experimaestro/__main__.py
experimaestro/annotations.py
experimaestro/checkers.py
experimaestro/click.py
experimaestro/commandline.py
experimaestro/compat.py
experimaestro/dependencies.py
experimaestro/environment.py
experimaestro/filter.py
experimaestro/generators.py
experimaestro/ipc.py
experimaestro/locking.py
experimaestro/mypy.py
experimaestro/notifications.py
experimaestro/register.py
experimaestro/rpyc.py
experimaestro/scheduler.py
experimaestro/scriptbuilder.py
experimaestro/taskglobals.py
experimaestro/tokens.py
experimaestro/typingutils.py
experimaestro/version.py
experimaestro/workspace.py
experimaestro/xpmutils.py
experimaestro.egg-info/PKG-INFO
experimaestro.egg-info/SOURCES.txt
experimaestro.egg-info/dependency_links.txt
experimaestro.egg-info/entry_points.txt
experimaestro.egg-info/not-zip-safe
experimaestro.egg-info/requires.txt
experimaestro.egg-info/top_level.txt
experimaestro/connectors/__init__.py
experimaestro/connectors/local.py
experimaestro/connectors/ssh.py
experimaestro/core/__init__.py
experimaestro/core/arguments.py
experimaestro/core/objects.py
experimaestro/core/types.py
experimaestro/launchers/__init__.py
experimaestro/launchers/oar.py
experimaestro/launchers/slurm.py
experimaestro/launchers/unix.py
experimaestro/mkdocs/__init__.py
experimaestro/mkdocs/annotations.py
experimaestro/mkdocs/base.py
experimaestro/mkdocs/metaloader.py
experimaestro/mkdocs/style.css
experimaestro/server/__init__.py
experimaestro/server/data/favicon.ico
experimaestro/server/data/index.html
experimaestro/server/data/static/1551f4f60c37af51121f.woff2
experimaestro/server/data/static/2285773e6b4b172f07d9.woff
experimaestro/server/data/static/23f19bb08961f37aaf69.eot
experimaestro/server/data/static/2f517e09eb2ca6650ff5.svg
experimaestro/server/data/static/3cb0d2539b892774895a.woff2
experimaestro/server/data/static/40fa1be91386875ba2b9.woff
experimaestro/server/data/static/4689f52cc96215721344.svg
experimaestro/server/data/static/491974d108fe4002b2aa.ttf
experimaestro/server/data/static/527940b104eb2ea366c8.ttf
experimaestro/server/data/static/65c6d5572ca129d0ad3b.woff2
experimaestro/server/data/static/6d2f0cb7a39c53cb836c.woff
experimaestro/server/data/static/6d812deaa907a75c3b4f.woff2
experimaestro/server/data/static/77206a6bb316fa0aded5.eot
experimaestro/server/data/static/7a3337626410ca2f4071.woff2
experimaestro/server/data/static/7a8b4f130182d19a2d7c.svg
experimaestro/server/data/static/99d2e314c507975574de.woff
experimaestro/server/data/static/9bbb245e67a133f6e486.eot
experimaestro/server/data/static/bb58e57c48a3e911f15f.woff
experimaestro/server/data/static/be9ee23c0c6390141475.ttf
experimaestro/server/data/static/cb3a74604ebb3ad2c534.woff
experimaestro/server/data/static/d27ea473d49b838b2b3a.woff
experimaestro/server/data/static/d878b0a6a1144760244f.woff2
experimaestro/server/data/static/e1c8de28366630660623.woff2
experimaestro/server/data/static/e8600905e57d2bfc96ec.woff2
experimaestro/server/data/static/eeccf4f66002c6f2ba24.woff
experimaestro/server/data/static/index.css
experimaestro/server/data/static/index.js
experimaestro/server/data/static/index.js.LICENSE.txt
experimaestro/sphinx/__init__.py
experimaestro/sphinx/static/experimaestro.css
experimaestro/tests/__init__.py
experimaestro/tests/conftest.py
experimaestro/tests/definitions_types.py
experimaestro/tests/restart.py
experimaestro/tests/restart_main.py
experimaestro/tests/task_tokens.py
experimaestro/tests/test_checkers.py
experimaestro/tests/test_forward.py
experimaestro/tests/test_identifier.py
experimaestro/tests/test_instance.py
experimaestro/tests/test_objects.py
experimaestro/tests/test_outputs.py
experimaestro/tests/test_param.py
experimaestro/tests/test_progress.py
experimaestro/tests/test_snippets.py
experimaestro/tests/test_ssh.py
experimaestro/tests/test_tags.py
experimaestro/tests/test_tasks.py
experimaestro/tests/test_tokens.py
experimaestro/tests/test_types.py
experimaestro/tests/test_validation.py
experimaestro/tests/token_reschedule.py
experimaestro/tests/utils.py
experimaestro/tests/connectors/test_local.py
experimaestro/tests/connectors/utils.py
experimaestro/tests/connectors/bin/executable.py
experimaestro/tests/launchers/__init__.py
experimaestro/tests/launchers/common.py
experimaestro/tests/launchers/test_local.py
experimaestro/tests/launchers/test_slurm.py
experimaestro/tests/launchers/bin/sacct
experimaestro/tests/launchers/bin/sbatch
experimaestro/tests/launchers/bin/test.py
experimaestro/tests/scripts/notifyandwait.py
experimaestro/tests/scripts/waitforfile.py
experimaestro/tests/tasks/__init__.py
experimaestro/tests/tasks/all.py
experimaestro/tests/tasks/foreign.py
experimaestro/tests/tasks/subparams.py
experimaestro/tools/__init__.py
experimaestro/tools/jobs.py
experimaestro/utils/__init__.py
experimaestro/utils/asyncio.py
experimaestro/utils/jobs.py
experimaestro/utils/jupyter.py
experimaestro/utils/settings.py