Metadata-Version: 2.1
Name: ipyparallel
Version: 6.3.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 :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
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)
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.


