COPYING.rst
MANIFEST.in
Makefile
README.rst
setup.py
distarray/__init__.py
distarray/client.py
distarray/client_map.py
distarray/context.py
distarray/decorators.py
distarray/error.py
distarray/functions.py
distarray/ipython_utils.py
distarray/metadata_utils.py
distarray/mpiutils.py
distarray/random.py
distarray/testing.py
distarray/utils.py
distarray/world.py
distarray.egg-info/PKG-INFO
distarray.egg-info/SOURCES.txt
distarray.egg-info/dependency_links.txt
distarray.egg-info/requires.txt
distarray.egg-info/top_level.txt
distarray/externals/__init__.py
distarray/externals/protocol_validator.py
distarray/externals/six.py
distarray/local/__init__.py
distarray/local/construct.py
distarray/local/error.py
distarray/local/format.py
distarray/local/localarray.py
distarray/local/maps.py
distarray/local/random.py
distarray/local/tests/__init__.py
distarray/local/tests/paralleltest_distributed_array_protocol.py
distarray/local/tests/paralleltest_functions.py
distarray/local/tests/paralleltest_io.py
distarray/local/tests/paralleltest_localarray.py
distarray/local/tests/paralleltest_mpiutils.py
distarray/local/tests/paralleltest_ndenumerate.py
distarray/local/tests/paralleltest_random.py
distarray/local/tests/paralleltest_umath.py
distarray/local/tests/test_maps.py
distarray/plotting/__init__.py
distarray/plotting/plotting.py
distarray/tests/__init__.py
distarray/tests/test_client.py
distarray/tests/test_context.py
distarray/tests/test_decorators.py
distarray/tests/test_distributed_io.py
distarray/tests/test_metadata_utils.py
distarray/tests/test_mpiutils.py
distarray/tests/test_random.py
distarray/tests/test_umath.py
distarray/tests/test_utils.py
distarray/tests/test_world.py
docs/Makefile
docs/make.bat
docs/old-notes.rst
docs/requirements.txt
docs/source/conf.py
docs/source/distarray.local.rst
docs/source/distarray.plotting.rst
docs/source/distarray.rst
docs/source/environment-modules-notes.rst
docs/source/hdf5-notes.rst
docs/source/index.rst
docs/source/six-license.rst
examples/basic_demo.py
examples/make_distarray.py
examples/plot_distarray_block_axis_0.py
examples/plot_distarray_block_axis_1.py
examples/plot_distarray_block_block.py
examples/plot_distarray_block_cyclic.py
examples/plot_distarray_cyclic_cyclic.py
examples/plot_distarray_protocol.py
examples/images/README.txt
examples/julia-set/README.rst
examples/julia-set/bench_dist.py
examples/julia-set/julia_distarray.py
examples/julia-set/julia_ipython.py
examples/julia-set/julia_numpy.py
examples/pi-montecarlo/README.rst
examples/pi-montecarlo/benchmark.py
examples/pi-montecarlo/pi_distarray.py
examples/pi-montecarlo/pi_ipython_parallel.py
examples/pi-montecarlo/pi_numpy.py
examples/pi-montecarlo/util.py
utils/iopubwatcher.py
utils/ipcluster.py
utils/purge_cluster.py
utils/git-hooks/install-hooks.sh
utils/git-hooks/pre-commit