Metadata-Version: 2.1
Name: jupyrest
Version: 0.1.0
Summary: A tool to expose Jupyter notebooks as a REST API.
Author: Koushik Krishnan
Author-email: kokrishn@microsoft.com
Requires-Python: >=3.7,<3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: azure-storage-blob (>=12.8.1,<13.0.0)
Requires-Dist: black (==21.7b0)
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: cryptography (<=3.4.7)
Requires-Dist: entrypoints (>=0.3,<0.4)
Requires-Dist: fastapi (>=0.65.2,<0.66.0)
Requires-Dist: grpcio (>=1.38.0,<2.0.0)
Requires-Dist: grpcio-tools (>=1.38.0,<2.0.0)
Requires-Dist: ipykernel (>=6.0.1,<7.0.0)
Requires-Dist: ipython (>=7.25.0,<8.0.0)
Requires-Dist: jsonschema (>=3.2.0,<4.0.0)
Requires-Dist: jupyter-client (<=6.1.12)
Requires-Dist: nbclient (>=0.5.1,<0.6.0)
Requires-Dist: nbconvert (==5.6.1)
Requires-Dist: nbformat (>=5.1.3,<6.0.0)
Requires-Dist: opentelemetry-api (>=1.5.0,<2.0.0)
Requires-Dist: papermill (>=2.2,<2.3)
Requires-Dist: pydantic (>=1.8,<2.0)
Requires-Dist: pywin32 (==301); sys_platform == "win32"
Requires-Dist: scrapbook (>=0.5.0,<0.6.0)
Requires-Dist: setuptools-rust (>=0.12.1,<0.13.0)
Requires-Dist: textwrap3 (>=0.9.2,<0.10.0)
Requires-Dist: typer (>=0.3.2,<0.4.0)
Requires-Dist: typing-extensions (>=3.7.4,<4.0.0); python_version < "3.8"
Requires-Dist: uvicorn (>=0.14.0,<0.15.0)
