open-notebook

View on PyPIReverse Dependencies (0)

0.2.0 open_notebook-0.2.0-py3-none-any.whl

Wheel Details

Project: open-notebook
Version: 0.2.0
Filename: open_notebook-0.2.0-py3-none-any.whl
Download: [link]
Size: 14830
MD5: 9b81495c56284989207c1fd44e54978e
SHA256: 1a6e6564d3c5e3e4467ba3d3518b69b2ca79d4e1c42a937ebed79950733f17b8
Uploaded: 2025-01-22 18:19:28 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: open-notebook
Version: 0.2.0
Summary: Command line program to open jupyter notebooks from single server
Author-Email: "William P. Krekelberg" <wpk[at]nist.gov>
Project-Url: Documentation, https://pages.nist.gov/open-notebook/
Project-Url: Homepage, https://github.com/usnistgov/open-notebook
License: NIST-PD
Keywords: open-notebook
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
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: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: <3.14,>=3.8
Requires-Dist: tomli; python_version < "3.11"
Requires-Dist: typing-extensions; python_version < "3.11"
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 9625 characters]

WHEEL

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

RECORD

Path Digest Size
open_notebook/__init__.py sha256=JKGXvhWYVp49Pvq4PZknUKchseaC_ubslAg9Y5pa_ss 431
open_notebook/__main__.py sha256=u-_3fGNVboivskyUBLnn1nbBxtCjhQCcOJE_-xOTjtk 92
open_notebook/_compat.py sha256=saZ9Hm1ZTv-_izm1iSOwhEeTE9oVGnn58tLm4hPJKko 121
open_notebook/_typing.py sha256=rjdJRCWaGD18-Jn9xIWVhLaYfxScH5Iz-VAuMqhV-L8 237
open_notebook/_typing_compat.py sha256=KJJ9e_d4SIMwcIXu0ggada0DkdMzaaYgyesfvA1YdRY 145
open_notebook/cli.py sha256=MDLlLbRzUd_twFddQdp4Q1pOakCJfAer_7uNIdchv38 6021
open_notebook/config.py sha256=bb6gI0KpIDfAhJXh_2oYQ_u6mgzF0rgiCKU1wAv9bIQ 9897
open_notebook/handler.py sha256=qmRuF9vZtjUM4pQQbjdIYJNH8pkcdK0h7OGC5of2uC8 2792
open_notebook/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
open_notebook/utils.py sha256=l9wNpbde-jv9dcvZ3f5tHqiEpP7nz1YIejn9cNjhwiw 1597
open_notebook-0.2.0.dist-info/METADATA sha256=wdtXdn467dVChIfdSr2H9fpZ7u7WBPZgS_L-zJ92-qw 10808
open_notebook-0.2.0.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
open_notebook-0.2.0.dist-info/entry_points.txt sha256=lM1PfrLKpO7MdXtX9YurboTTyJVofP0WM06O-wI35yI 88
open_notebook-0.2.0.dist-info/licenses/LICENSE sha256=j_sUyRmuUbF_c9KR7g_uTdRv-cBn65wjYQpmusAzyT0 1645
open_notebook-0.2.0.dist-info/RECORD

entry_points.txt

nopen = open_notebook.cli:main
open-notebook = open_notebook.cli:main