2022-05-23 00:16:32 +04:00

35 lines
1.3 KiB
Plaintext

Metadata-Version: 2.1
Name: jupyter-core
Version: 4.10.0
Summary: Jupyter core package. A base package on which Jupyter projects rely.
Home-page: https://jupyter.org
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.org
License: BSD-3-Clause
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
Platform: UNKNOWN
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/plain
License-File: COPYING.md
Requires-Dist: traitlets
Requires-Dist: pywin32 (>=1.0) ; sys_platform == "win32" and platform_python_implementation != "PyPy"
Provides-Extra: test
Requires-Dist: ipykernel ; extra == 'test'
Requires-Dist: pre-commit ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-timeout ; extra == 'test'
There is no reason to install this package on its own.