LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
pysqa/__init__.py
pysqa/__main__.py
pysqa/_version.py
pysqa/cmd.py
pysqa/queueadapter.py
pysqa.egg-info/PKG-INFO
pysqa.egg-info/SOURCES.txt
pysqa.egg-info/dependency_links.txt
pysqa.egg-info/entry_points.txt
pysqa.egg-info/requires.txt
pysqa.egg-info/top_level.txt
pysqa/executor/__init__.py
pysqa/executor/__main__.py
pysqa/executor/backend.py
pysqa/executor/executor.py
pysqa/executor/helper.py
pysqa/ext/__init__.py
pysqa/ext/modular.py
pysqa/ext/remote.py
pysqa/utils/__init__.py
pysqa/utils/basic.py
pysqa/utils/config.py
pysqa/utils/execute.py
pysqa/utils/queues.py
pysqa/wrapper/__init__.py
pysqa/wrapper/flux.py
pysqa/wrapper/generic.py
pysqa/wrapper/gent.py
pysqa/wrapper/lsf.py
pysqa/wrapper/moab.py
pysqa/wrapper/sge.py
pysqa/wrapper/slurm.py
pysqa/wrapper/torque.py
tests/test_basic.py
tests/test_cmd.py
tests/test_execute_command.py
tests/test_executor.py
tests/test_flux.py
tests/test_gent.py
tests/test_lsf.py
tests/test_moab.py
tests/test_multi.py
tests/test_remote.py
tests/test_scheduler_commands.py
tests/test_sge.py
tests/test_slurm.py
tests/test_torque.py