Metadata-Version: 2.4
Name: nbdistributed
Version: 0.0.1
Summary: Jupyter extension for interactive distributed PyTorch training
Author-email: Zach Mueller <zach@example.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: ipython>=8.0.0
Requires-Dist: jupyter>=1.0.0
Requires-Dist: pyzmq>=24.0.0
Requires-Dist: torch>=1.12.0
Provides-Extra: dev
Requires-Dist: black>=22.0.0; extra == 'dev'
Requires-Dist: isort>=5.10.0; extra == 'dev'
Requires-Dist: mypy>=0.991; extra == 'dev'
Provides-Extra: test
Requires-Dist: nbclient>=0.7.0; extra == 'test'
Requires-Dist: nbformat>=5.7.0; extra == 'test'
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'test'
Requires-Dist: pytest-cov>=4.0.0; extra == 'test'
Requires-Dist: pytest-mock>=3.10.0; extra == 'test'
Requires-Dist: pytest>=7.0.0; extra == 'test'
Description-Content-Type: text/markdown

# nbdistributed
Seemless interface of using PyTOrch distributed with Jupyter notebooks
