Metadata-Version: 2.0
Name: ipyparallel
Version: 5.2.0
Summary: Interactive Parallel Computing with IPython
Home-page: http://ipython.org
Author: IPython Development Team
Author-email: ipython-dev@scipy.org
License: BSD
Keywords: Interactive,Interpreter,Shell,Parallel
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: decorator
Requires-Dist: ipykernel
Requires-Dist: ipython (>=4)
Requires-Dist: ipython-genutils
Requires-Dist: jupyter-client
Requires-Dist: pyzmq (>=13)
Requires-Dist: tornado (>=4)
Requires-Dist: futures; python_version == "2.7"
Provides-Extra: nbext
Requires-Dist: notebook; extra == 'nbext'
Provides-Extra: test
Requires-Dist: ipython[test]; extra == 'test'
Requires-Dist: mock; extra == 'test'
Requires-Dist: nose; extra == 'test'
Requires-Dist: testpath; extra == 'test'

Use multiple instances of IPython in parallel, interactively.

See https://ipyparallel.readthedocs.org for more info.


