LICENSE
MANIFEST.in
README.md
setup.py
misc/patch_spyder.py
misc/sos.vim
misc/vim-ipython/ipy.vim
misc/vim-ipython/vim_ipython.py
sos/__init__.py
sos/__main__.py
sos/_version.py
sos/actions.py
sos/converter.py
sos/dag.py
sos/monitor.py
sos/pattern.py
sos/runtime.py
sos/sos_eval.py
sos/sos_executor.py
sos/sos_script.py
sos/sos_step.py
sos/sos_syntax.py
sos/target.py
sos/utils.py
sos.egg-info/PKG-INFO
sos.egg-info/SOURCES.txt
sos.egg-info/dependency_links.txt
sos.egg-info/entry_points.txt
sos.egg-info/requires.txt
sos.egg-info/top_level.txt
sos/R/__init__.py
sos/R/actions.py
sos/R/kernel.py
sos/R/target.py
sos/bioinfo/__init__.py
sos/bioinfo/preview.py
sos/celery/__init__.py
sos/celery/celery.py
sos/celery/sos_executor.py
sos/celery/sos_step.py
sos/docker/__init__.py
sos/docker/actions.py
sos/docker/client.py
sos/docker/test/test_actions.py
sos/jupyter/__init__.py
sos/jupyter/converter.py
sos/jupyter/kernel.py
sos/jupyter/preview.py
sos/jupyter/sos_executor.py
sos/jupyter/sos_ipython_profile.py
sos/jupyter/sos_magic.py
sos/jupyter/sos_step.py
sos/jupyter/test/test_convert.py
sos/jupyter/test/test_ipython.py
sos/jupyter/test/test_kernel.py
sos/rq/__init__.py
sos/rq/sos_executor.py
sos/rq/sos_step.py
test/test_actions.py
test/test_convert.py
test/test_dag.py
test/test_execute.py
test/test_pack.py
test/test_parser.py
test/test_queue.py
test/test_remove.py
test/test_utils.py