CHANGELOG.txt
LICENSE.txt
MANIFEST.in
README.txt
setup.py
doc/Makefile
doc/api.rst
doc/conf.py
doc/contributing.rst
doc/examples.rst
doc/index.rst
doc/install.rst
doc/make.bat
doc/usage.rst
doc/_static/copybutton.js
doc/_static/logo.png
doc/_static/sidebar.js
doc/_template/globaltoc.html
doc/_template/indexcontent.html
doc/_template/indexsidebar.html
doc/_template/page.html
doc/_themes/pydoctheme/theme.conf
doc/_themes/pydoctheme/static/pydoctheme.css
doc/images/architecture.png
doc/images/introductory_tree.png
doc/images/logo.png
doc/images/monteCarloPiExample.gif
doc/images/reduction.png
examples/callback.py
examples/conditional_execution.py
examples/conditional_import.py
examples/deap_ga_evosn.py
examples/deap_ga_onemax.py
examples/exceptExample.py
examples/full_tree.py
examples/image_resize.py
examples/interactive_shell.py
examples/lambda.py
examples/map_as_completed.py
examples/map_doc.py
examples/map_reduce.py
examples/map_scan.py
examples/object.py
examples/pi_calc.py
examples/pi_calc_doc.py
examples/recurse.py
examples/rssDoc.py
examples/shared_example.py
examples/shared_example_doc.py
examples/sorting.py
examples/sum_multiples.py
examples/tree_traversal.py
examples/url_fetch.py
examples/url_fetch_doc.py
examples/dependency/__init__.py
examples/dependency/sortingnetwork.py
examples/tree/Tree.py
examples/tree/TreeGen.py
examples/tree/dtm-tree.py
examples/tree/scoop_tree.py
examples/tree/serial-tree.py
scoop/__init__.py
scoop/__main__.py
scoop/_control.py
scoop/_debug.py
scoop/_types.py
scoop/encapsulation.py
scoop/fallbacks.py
scoop/futures.py
scoop/launcher.py
scoop/shared.py
scoop/utils.py
scoop.egg-info/PKG-INFO
scoop.egg-info/SOURCES.txt
scoop.egg-info/dependency_links.txt
scoop.egg-info/requires.txt
scoop.egg-info/top_level.txt
scoop/_comm/__init__.py
scoop/_comm/scoopexceptions.py
scoop/_comm/scooptcp.py
scoop/_comm/scoopzmq.py
scoop/backports/__init__.py
scoop/backports/dictconfig.py
scoop/backports/newCollections.py
scoop/backports/runpy.py
scoop/bootstrap/__init__.py
scoop/bootstrap/__main__.py
scoop/broker/__init__.py
scoop/broker/__main__.py
scoop/broker/brokertcp.py
scoop/broker/brokerzmq.py
scoop/broker/structs.py
scoop/discovery/__init__.py
scoop/discovery/minusconf.py
scoop/launch/__init__.py
scoop/launch/brokerLaunch.py
scoop/launch/workerLaunch.py
test/tests.py
test/tests_parser.py
test/tests_stat.py
test/tests_stopwatch.py