COPYING.txt
ChangeLog.md
MANIFEST.in
README.md
setup.cfg
setup.py
doc/Makefile
doc/conf.py
doc/index.rst
doc/make.bat
doc/_build/doctrees/environment.pickle
doc/_build/doctrees/index.doctree
doc/_build/doctrees/guidelines/index.doctree
doc/_build/doctrees/guidelines/optparse.doctree
doc/_build/doctrees/install/index.doctree
doc/_build/doctrees/tutorials/defining_new_commands.doctree
doc/_build/doctrees/tutorials/defining_new_interfaces.doctree
doc/_build/doctrees/tutorials/defining_your_command_driver.doctree
doc/_build/doctrees/tutorials/index.doctree
doc/_build/doctrees/tutorials/organizing_your_repository.doctree
doc/_build/htmlhelp/.buildinfo
doc/_build/htmlhelp/index.html
doc/_build/htmlhelp/pyqidoc.hhc
doc/_build/htmlhelp/pyqidoc.hhk
doc/_build/htmlhelp/pyqidoc.hhp
doc/_build/htmlhelp/pyqidoc.stp
doc/_build/htmlhelp/_static/ajax-loader.gif
doc/_build/htmlhelp/_static/alert_info_32.png
doc/_build/htmlhelp/_static/alert_warning_32.png
doc/_build/htmlhelp/_static/basic.css
doc/_build/htmlhelp/_static/bg-page.png
doc/_build/htmlhelp/_static/bullet_orange.png
doc/_build/htmlhelp/_static/comment-bright.png
doc/_build/htmlhelp/_static/comment-close.png
doc/_build/htmlhelp/_static/comment.png
doc/_build/htmlhelp/_static/doctools.js
doc/_build/htmlhelp/_static/down-pressed.png
doc/_build/htmlhelp/_static/down.png
doc/_build/htmlhelp/_static/file.png
doc/_build/htmlhelp/_static/haiku.css
doc/_build/htmlhelp/_static/jquery.js
doc/_build/htmlhelp/_static/minus.png
doc/_build/htmlhelp/_static/plus.png
doc/_build/htmlhelp/_static/pygments.css
doc/_build/htmlhelp/_static/searchtools.js
doc/_build/htmlhelp/_static/underscore.js
doc/_build/htmlhelp/_static/up-pressed.png
doc/_build/htmlhelp/_static/up.png
doc/_build/htmlhelp/_static/websupport.js
doc/_build/htmlhelp/guidelines/index.html
doc/_build/htmlhelp/guidelines/optparse.html
doc/_build/htmlhelp/install/index.html
doc/_build/htmlhelp/tutorials/defining_new_commands.html
doc/_build/htmlhelp/tutorials/defining_new_interfaces.html
doc/_build/htmlhelp/tutorials/defining_your_command_driver.html
doc/_build/htmlhelp/tutorials/index.html
doc/_build/htmlhelp/tutorials/organizing_your_repository.html
doc/_build/man/pyqi.1
doc/guidelines/index.rst
doc/guidelines/optparse.rst
doc/install/index.rst
doc/tutorials/defining_new_commands.rst
doc/tutorials/defining_new_interfaces.rst
doc/tutorials/defining_your_command_driver.rst
doc/tutorials/index.rst
doc/tutorials/organizing_your_repository.rst
pyqi/__init__.py
pyqi/functional.py
pyqi/util.py
pyqi.egg-info/PKG-INFO
pyqi.egg-info/SOURCES.txt
pyqi.egg-info/dependency_links.txt
pyqi.egg-info/requires.txt
pyqi.egg-info/top_level.txt
pyqi/commands/__init__.py
pyqi/commands/code_header_generator.py
pyqi/commands/make_bash_completion.py
pyqi/commands/make_command.py
pyqi/commands/make_optparse.py
pyqi/commands/make_release.py
pyqi/commands/serve_html_interface.py
pyqi/core/__init__.py
pyqi/core/asd.hdf5
pyqi/core/asd2.hdf5
pyqi/core/asd3.hdf5
pyqi/core/asd4.hdf5
pyqi/core/asd5.hdf5
pyqi/core/command.py
pyqi/core/container.py
pyqi/core/exception.py
pyqi/core/factory.py
pyqi/core/interface.py
pyqi/core/log.py
pyqi/core/parallel.py
pyqi/core/interfaces/__init__.py
pyqi/core/interfaces/html/__init__.py
pyqi/core/interfaces/html/input_handler.py
pyqi/core/interfaces/html/output_handler.py
pyqi/core/interfaces/optparse/__init__.py
pyqi/core/interfaces/optparse/input_handler.py
pyqi/core/interfaces/optparse/output_handler.py
pyqi/interfaces/__init__.py
pyqi/interfaces/html/__init__.py
pyqi/interfaces/html/config/__init__.py
pyqi/interfaces/html/config/make_bash_completion.py
pyqi/interfaces/html/config/make_command.py
pyqi/interfaces/html/config/make_optparse.py
pyqi/interfaces/optparse/__init__.py
pyqi/interfaces/optparse/input_handler.py
pyqi/interfaces/optparse/output_handler.py
pyqi/interfaces/optparse/config/__init__.py
pyqi/interfaces/optparse/config/make_bash_completion.py
pyqi/interfaces/optparse/config/make_command.py
pyqi/interfaces/optparse/config/make_optparse.py
pyqi/interfaces/optparse/config/make_release.py
pyqi/interfaces/optparse/config/serve_html_interface.py
scripts/bar
scripts/direct_make_command.py
scripts/foo
scripts/optparse
scripts/pyqi
scripts/qiime
scripts/test_bar
scripts/testing