Metadata-Version: 2.1
Name: jupyrest
Version: 0.2.0
Summary: A tool to expose Jupyter notebooks as a REST API.
Author: Koushik Krishnan
Author-email: unequal09swims@icloud.com
Requires-Python: >=3.9,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiofiles (>=23.2.1,<24.0.0)
Requires-Dist: aiohttp (>=3.9.3,<4.0.0)
Requires-Dist: anyio (>=4.3.0,<5.0.0)
Requires-Dist: azure-storage-blob (>=12.19.1,<13.0.0)
Requires-Dist: azure-storage-queue (>=12.9.0,<13.0.0)
Requires-Dist: entrypoints (>=0.4,<0.5)
Requires-Dist: fastapi (>=0.110.0,<0.111.0)
Requires-Dist: ipykernel (>=6.29.3,<7.0.0)
Requires-Dist: ipython (>=8.18.1,<8.19.0) ; python_version >= "3.9" and python_version < "3.10"
Requires-Dist: ipython (>=8.19.0) ; python_version >= "3.10"
Requires-Dist: jsonschema (>=4.21.1,<5.0.0)
Requires-Dist: nbclient (>=0.10.0,<0.11.0)
Requires-Dist: nbconvert (>=7.16.3,<8.0.0)
Requires-Dist: nbformat (>=5.10.3,<6.0.0)
Requires-Dist: notebook (>=7.1.2,<8.0.0)
Requires-Dist: papermill (>=2.5.0,<3.0.0)
Requires-Dist: pydantic (>=1.10.14,<2.0.0)
Requires-Dist: scrapbook (>=0.5.0,<0.6.0)
Requires-Dist: uvicorn (>=0.29.0,<0.30.0)
