[console_scripts]
experimaestro = experimaestro.__main__:main

[experimaestro.connectors]
local = experimaestro.connectors.local:LocalConnector
ssh = experimaestro.connectors.ssh:SshConnector

[experimaestro.launchers]
direct = experimaestro.launchers.direct:DirectLauncher
slurm = experimaestro.launchers.slurm:SlurmLauncher

[experimaestro.process]
local = experimaestro.connectors.local:LocalProcess
slurm = experimaestro.launchers.slurm:BatchSlurmProcess

[experimaestro.tokens]
unix = experimaestro.tokens:CounterToken

[mypy]
experimaestro = experimaestro.mypy:plugin
