jupyter-iam

View on PyPIReverse Dependencies (3)

1.2.11 jupyter_iam-1.2.11-py3-none-any.whl
1.2.10 jupyter_iam-1.2.10-py3-none-any.whl

Wheel Details

Project: jupyter-iam
Version: 1.2.11
Filename: jupyter_iam-1.2.11-py3-none-any.whl
Download: [link]
Size: 11700
MD5: 12f129be15adc196fc8406ee86630029
SHA256: 6a47b01d943f48a1ad8500758cc4917c6a7a9e223f8aae51039ad0e24c06ccca
Uploaded: 2025-03-20 12:46:13 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: jupyter_iam
Version: 1.2.11
License: Datalayer License Do not distribute without prior agreement from Datalayer Inc. (c) Datalayer Inc. license@datalayer.io
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Requires-Dist: datalayer-core (>=1.0.0)
Requires-Dist: jupyter-server (<3,>=2.10)
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-jupyter; extra == "test"
Requires-Dist: pytest-tornasync; extra == "test"
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 608 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.21.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
jupyter_iam/__init__.py sha256=B6PDhb3q6npFzz35RK2OsfCL3ouX-bkxAiP2M6sHG_0 351
jupyter_iam/__main__.py sha256=KahiBkkviAtdNP_YwYbLCBb-DjCYH3235wyTJ9xB1ig 174
jupyter_iam/__version__.py sha256=823TKGF8lPNeNoYDx2DJrHQduSPlJjn1SwySncqzzgw 190
jupyter_iam/application.py sha256=n5Hf1lfKZNwhQdMr1plySooxE79NprYtys9Z8VtmkFw 3173
jupyter_iam/serverapplication.py sha256=AdYP_ajvcz5yrhPgif1fOyE1FFghOaKHdft9aIpn5t4 2069
jupyter_iam/handlers/__init__.py sha256=_yuJW_z9tjjPTaj2xjB0EqAz6mdYrkUzlncdlxQM0bU 65
jupyter_iam/handlers/base.py sha256=zvrQnbyKHpOjG4tIkLbcb-WtYho3NmbHeZQBM7O0IeQ 403
jupyter_iam/handlers/config/__init__.py sha256=_yuJW_z9tjjPTaj2xjB0EqAz6mdYrkUzlncdlxQM0bU 65
jupyter_iam/handlers/config/handler.py sha256=QRYlexgD9ui0k7xlemyFvxArRFx0-Xd-R7JmLa9iBFI 665
jupyter_iam/handlers/index/__init__.py sha256=_yuJW_z9tjjPTaj2xjB0EqAz6mdYrkUzlncdlxQM0bU 65
jupyter_iam/handlers/index/handler.py sha256=xz8tCUcJr1kTg50wTwq7J-x8Ngs1FB_yid8DfK4TTM8 401
jupyter_iam/handlers/oauth/__init__.py sha256=_yuJW_z9tjjPTaj2xjB0EqAz6mdYrkUzlncdlxQM0bU 65
jupyter_iam/handlers/oauth/handler.py sha256=rdFp3M8HSuKBOhQaFWKlsJnIwhDtlGyUF0pd_whi3_Q 3563
jupyter_iam/static/README.md sha256=-sTavjqi5i8V1sN9CnS-iYfknmksGZSDl-PnnAEY6Pk 85
jupyter_iam/templates/index.html sha256=QB2wLVv9BxBtM4sUayOJdIci8DDV67gh2fa-QoPlMZk 1521
jupyter_iam/tests/__init__.py sha256=qB1TuZI64monxp38XEsmCVEGubyLL3Q3i_TJ3QlGvwk 106
jupyter_iam/tests/test_handlers.py sha256=ZK7dosjyc1qUY1FOADC_chG2w0ShkTzkLnl2M-AuoYI 407
jupyter_iam-1.2.11.data/data/etc/jupyter/jupyter_notebook_config.d/jupyter_iam.json sha256=OSOloMG7EwwMB--5GNzNyJsjuDZDBJNAkisUC0d0dZw 88
jupyter_iam-1.2.11.data/data/etc/jupyter/jupyter_server_config.d/jupyter_iam.json sha256=Exdt1EJMy17ybq6NtkrnkYQ4qZzvZz5R3pvmNHvJcz4 86
jupyter_iam-1.2.11.dist-info/METADATA sha256=WbFTnEGZbvUaVitxMBfM9zfrA7SsRfceQwRRVTq0O3k 1758
jupyter_iam-1.2.11.dist-info/WHEEL sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc 87
jupyter_iam-1.2.11.dist-info/entry_points.txt sha256=jlEp70lrvCWH0ctSiDt3EMqINIDjBzUNYEpAiHsdGEY 151
jupyter_iam-1.2.11.dist-info/licenses/LICENSE sha256=6afpKyJybPVi9VHHMZObZ2dC1sSJP5St1eY4Lbk0Nsw 122
jupyter_iam-1.2.11.dist-info/RECORD

entry_points.txt

ji = jupyter_iam.application:main
jupyter-iam = jupyter_iam.application:main
jupyter-iam-server = jupyter_iam.serverapplication:main