Metadata-Version: 2.1
Name: ipyparallel
Version: 6.2.4
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
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Requires-Dist: ipython-genutils
Requires-Dist: decorator
Requires-Dist: pyzmq (>=13)
Requires-Dist: traitlets (>=4.3)
Requires-Dist: ipython (>=4)
Requires-Dist: jupyter-client
Requires-Dist: ipykernel (>=4.4)
Requires-Dist: tornado (>=4)
Requires-Dist: python-dateutil (>=2.1)
Requires-Dist: futures ; python_version == "2.7"
Provides-Extra: nbext
Requires-Dist: notebook ; extra == 'nbext'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: ipython[test] ; extra == 'test'
Requires-Dist: testpath ; extra == 'test'
Requires-Dist: mock ; extra == 'test'

Use multiple instances of IPython in parallel, interactively.

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


