jupyter-core

View on PyPIReverse Dependencies (238)

5.7.2 jupyter_core-5.7.2-py3-none-any.whl

Wheel Details

Project: jupyter-core
Version: 5.7.2
Filename: jupyter_core-5.7.2-py3-none-any.whl
Download: [link]
Size: 28965
MD5: 8980f44e273bf2aa6005e629dfd80da1
SHA256: 4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409
Uploaded: 2024-03-12 12:37:32 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: jupyter_core
Version: 5.7.2
Summary: Jupyter core package. A base package on which Jupyter projects rely.
Author-Email: Jupyter Development Team <jupyter[at]googlegroups.org>
Project-Url: Homepage, https://jupyter.org
Project-Url: Documentation, https://jupyter-core.readthedocs.io/
Project-Url: Funding, https://numfocus.org/
Project-Url: Source, https://github.com/jupyter/jupyter_core
Project-Url: Tracker, https://github.com/jupyter/jupyter_core/issues
License: BSD 3-Clause License - Copyright (c) 2015-, Jupyter Development Team All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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
Requires-Python: >=3.8
Requires-Dist: platformdirs (>=2.5)
Requires-Dist: pywin32 (>=300); sys_platform == "win32" and platform_python_implementation != "PyPy"
Requires-Dist: traitlets (>=5.3)
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: sphinxcontrib-github-alt; extra == "docs"
Requires-Dist: sphinxcontrib-spelling; extra == "docs"
Requires-Dist: traitlets; extra == "docs"
Requires-Dist: ipykernel; extra == "test"
Requires-Dist: pre-commit; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Requires-Dist: pytest (<8); extra == "test"
Provides-Extra: docs
Provides-Extra: test
Description-Content-Type: text/plain
License-File: LICENSE
[Description omitted; length: 54 characters]

WHEEL

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

RECORD

Path Digest Size
jupyter_core/__init__.py sha256=V1l87PR0VEmAjbms74SBsNrsvT7Epsg_QLPkjT-RSjQ 97
jupyter_core/__main__.py sha256=V2QuVYbglTKO5JmGSGGA-tbeitRH6YApIbAsqTEhejs 108
jupyter_core/application.py sha256=bzc78vwdtZq54wI86PAPZTyhIT3fzOkEds9yKN8wr4o 10374
jupyter_core/command.py sha256=pzvthuyn57kWAw8tEb8--ksHGtVq7bzFV9J_OGsoXqA 15699
jupyter_core/migrate.py sha256=eL3td5rJCEpD3u6eYzSN1kp4pBxXk10IzkBL6s0ehk0 8658
jupyter_core/paths.py sha256=XJk-s3jR_zNJ_BhFzeMhbrV49GwgkypG0yT-cL1892w 35856
jupyter_core/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
jupyter_core/troubleshoot.py sha256=t737JOsfcLZf3Xv_JKN4sNx1MtpzCBmB-0KcQIU5rKQ 3191
jupyter_core/version.py sha256=O-dkPKSSowtsVcrYOhnSaVPnI2tMoxEQkjvE-1Cevxo 538
jupyter_core/utils/__init__.py sha256=GtZPIbxzLBDM4UnY6FfBPGwTU23Vq2L9JWX6RKyIH8Y 7141
jupyter.py sha256=gsV1w0ThBkm_F_oHhFeKZ8achVPM4iHIXMdcPRRExKE 155
jupyter_core-5.7.2.dist-info/METADATA sha256=9EervyuPeHvdMH3iYs4eFYb-oF0twxsycB4pQj0mL2E 3446
jupyter_core-5.7.2.dist-info/WHEEL sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc 87
jupyter_core-5.7.2.dist-info/entry_points.txt sha256=EiJLUbf5Zt207UYCs4ILxYA_EzbMSo8pC98nk7gIfUI 152
jupyter_core-5.7.2.dist-info/licenses/LICENSE sha256=RI8YNfX6CN0HUIjkb3b3PrmsnCrvCmyIFr4G0w71ksc 1536
jupyter_core-5.7.2.dist-info/RECORD

entry_points.txt

jupyter = jupyter_core.command:main
jupyter-migrate = jupyter_core.migrate:main
jupyter-troubleshoot = jupyter_core.troubleshoot:main