first commit

This commit is contained in:
Ayxan
2022-05-23 00:16:32 +04:00
commit d660f2a4ca
24786 changed files with 4428337 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
# The Jupyter licensing terms
Jupyter is licensed under the terms of the Modified BSD License (also known as
New or Revised or 3-Clause BSD), as follows:
- 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:
Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
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.
Neither the name of the Jupyter Development Team 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 OWNER 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.
## About the Jupyter Development Team
The Jupyter Development Team is the set of all contributors to the Jupyter
project. This includes all of the Jupyter subprojects. A full list with
details is kept in the documentation directory, in the file
`about/credits.txt`.
The core team that coordinates development on GitHub can be found here:
https://github.com/ipython/.
## Our Copyright Policy
Jupyter uses a shared copyright model. Each contributor maintains copyright
over their contributions to Jupyter. It is important to note that these
contributions are typically only changes to the repositories. Thus, the Jupyter
source code in its entirety is not the copyright of any single person or
institution. Instead, it is the collective copyright of the entire Jupyter
Development Team. If individual contributors want to maintain a record of what
changes/contributions they have specific copyright on, they should indicate
their copyright in the commit message of the change, when they commit the
change to one of the Jupyter repositories.
With this in mind, the following banner should be used in any source code file
to indicate the copyright and license terms:
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,34 @@
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.

View File

@@ -0,0 +1,68 @@
../../Scripts/jupyter-migrate.exe,sha256=fck7BcPQgQGCfUB9KpRyWvQM-7dCrq47O90NREqf9C4,106388
../../Scripts/jupyter-troubleshoot.exe,sha256=DpgInnFn-Wek6u9pa9c81WAxKxQj2vBcFqYrtydZHmg,106393
../../Scripts/jupyter.exe,sha256=NwY7KfsgYBGzS9Hnj9nEVXOL5TUFx22PkjoqlCLU9mE,106388
__pycache__/jupyter.cpython-310.pyc,,
jupyter.py,sha256=MuUaB10Ooa8fWIMRK5CYok9IpSIqDzSQp3AlZigvCsk,119
jupyter_core-4.10.0.dist-info/COPYING.md,sha256=9eSPIj5wyrkkY5seSVdoW61gwUESL1al75xdgXQNv5U,2932
jupyter_core-4.10.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
jupyter_core-4.10.0.dist-info/METADATA,sha256=DukIVuxJ5cuaLolo5ydM2H9FBDGN8FRDRnxoSw-Is9E,1350
jupyter_core-4.10.0.dist-info/RECORD,,
jupyter_core-4.10.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
jupyter_core-4.10.0.dist-info/entry_points.txt,sha256=EiJLUbf5Zt207UYCs4ILxYA_EzbMSo8pC98nk7gIfUI,152
jupyter_core-4.10.0.dist-info/top_level.txt,sha256=dSw0BSXJFVQnJnK7lAPWTOvYG92XO7VONfM-BecPQwA,21
jupyter_core/__init__.py,sha256=ArhxwYwHs94XOQA29br-LngMV4hZWOnsO2U2FIDEEns,55
jupyter_core/__main__.py,sha256=vySfSwqWqhTMRcwOVh_UfmkAE5ScLdNEP6J_sx5X-co,72
jupyter_core/__pycache__/__init__.cpython-310.pyc,,
jupyter_core/__pycache__/__main__.cpython-310.pyc,,
jupyter_core/__pycache__/application.cpython-310.pyc,,
jupyter_core/__pycache__/command.cpython-310.pyc,,
jupyter_core/__pycache__/migrate.cpython-310.pyc,,
jupyter_core/__pycache__/paths.cpython-310.pyc,,
jupyter_core/__pycache__/troubleshoot.cpython-310.pyc,,
jupyter_core/__pycache__/version.cpython-310.pyc,,
jupyter_core/application.py,sha256=cn4nyQ7XJwvqB0XljQNKbShpotWO2LulF24FtbGDwxw,8271
jupyter_core/command.py,sha256=GH_ewUifZKs_yfAVQXt0s8lJmsQSToTQxWqeuxzbkd0,12733
jupyter_core/migrate.py,sha256=7mx7EtCw_9vZWRczYeQGKugnbZ_XjmpeLWvxPAtXQpQ,8339
jupyter_core/paths.py,sha256=oz5y_fiu5mYSra6uREzysdbApbM2InAPTnju1fQkEYY,31837
jupyter_core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
jupyter_core/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
jupyter_core/tests/__pycache__/__init__.cpython-310.pyc,,
jupyter_core/tests/__pycache__/mocking.cpython-310.pyc,,
jupyter_core/tests/__pycache__/test_application.cpython-310.pyc,,
jupyter_core/tests/__pycache__/test_command.cpython-310.pyc,,
jupyter_core/tests/__pycache__/test_migrate.cpython-310.pyc,,
jupyter_core/tests/__pycache__/test_paths.cpython-310.pyc,,
jupyter_core/tests/dotipython/nbextensions/myext.js,sha256=mq99QpfMwCm-mBkZtCdTzL1m2h-kbnR4YcKtmnClFn0,11
jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_config.cpython-310.pyc,,
jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_console_config.cpython-310.pyc,,
jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_kernel_config.cpython-310.pyc,,
jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_nbconvert_config.cpython-310.pyc,,
jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_notebook_config.cpython-310.pyc,,
jupyter_core/tests/dotipython/profile_default/ipython_config.py,sha256=GZ9LJ9hrnP0y2zOKyP923iqaowFp7SSmmhgstD3XEmk,20579
jupyter_core/tests/dotipython/profile_default/ipython_console_config.py,sha256=9-STomDCFOdyTTSJpBCluHjRWjPUK8AxFOlQG3u7Gbg,21668
jupyter_core/tests/dotipython/profile_default/ipython_kernel_config.py,sha256=u7Ct_VeYreCm0ysU8fYZJAyAsmnaG6sIYXbz8rpK51I,15339
jupyter_core/tests/dotipython/profile_default/ipython_nbconvert_config.py,sha256=GgbbGvbkSGDPMKsWrZgsvKs6gz2kBqCIrgmeXWAev9I,36
jupyter_core/tests/dotipython/profile_default/ipython_notebook_config.py,sha256=8-tG2TbgoiVdhvrr_RcezW9bRAiAN91-zSXSEaNIdYo,35
jupyter_core/tests/dotipython/profile_default/static/custom/custom.css,sha256=4oHHG07Xbm9KyItfBJDOx0oBIZ1nPdO8bYb0aHVLjqA,145
jupyter_core/tests/dotipython/profile_default/static/custom/custom.js,sha256=Qq8wQ0SqIUkDm-0Z2ZS9IDK-ron8UqkA4yawqrFSH94,2803
jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_config.cpython-310.pyc,,
jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_console_config.cpython-310.pyc,,
jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_kernel_config.cpython-310.pyc,,
jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_nbconvert_config.cpython-310.pyc,,
jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_notebook_config.cpython-310.pyc,,
jupyter_core/tests/dotipython_empty/profile_default/ipython_config.py,sha256=GZ9LJ9hrnP0y2zOKyP923iqaowFp7SSmmhgstD3XEmk,20579
jupyter_core/tests/dotipython_empty/profile_default/ipython_console_config.py,sha256=9-STomDCFOdyTTSJpBCluHjRWjPUK8AxFOlQG3u7Gbg,21668
jupyter_core/tests/dotipython_empty/profile_default/ipython_kernel_config.py,sha256=u7Ct_VeYreCm0ysU8fYZJAyAsmnaG6sIYXbz8rpK51I,15339
jupyter_core/tests/dotipython_empty/profile_default/ipython_nbconvert_config.py,sha256=0j7VPGy3Sjr37B9eI04YswptgeB33YFg_R4hr8wSdRE,38737
jupyter_core/tests/dotipython_empty/profile_default/ipython_notebook_config.py,sha256=g5HBjU8p05frxKAf2X_aezdqdshY8_rKXpYbX9dGecw,19945
jupyter_core/tests/dotipython_empty/profile_default/static/custom/custom.css,sha256=4oHHG07Xbm9KyItfBJDOx0oBIZ1nPdO8bYb0aHVLjqA,145
jupyter_core/tests/dotipython_empty/profile_default/static/custom/custom.js,sha256=Qq8wQ0SqIUkDm-0Z2ZS9IDK-ron8UqkA4yawqrFSH94,2803
jupyter_core/tests/mocking.py,sha256=xv6WB1OSE9fI0p1mE_CjIns809k9P4GjOM_YqeU-BFQ,657
jupyter_core/tests/test_application.py,sha256=P0UFLZUtCupTZRYkUSZMBLTGPLWTMyzxEefrqm36R8A,2862
jupyter_core/tests/test_command.py,sha256=YDJhuUbsWdz1rNYpQcmnzKsfOO-nHDE6ZTENg3vEuLQ,6705
jupyter_core/tests/test_migrate.py,sha256=mGhcvHkpOfPk-2-FoE0DyNOU3f-B209-mPbQbpQ93wE,5686
jupyter_core/tests/test_paths.py,sha256=sHyUYEqC-puuv5xkME65-gWyALuft8kE1MpuwBnlGCQ,14650
jupyter_core/troubleshoot.py,sha256=Kvj7CyBQunowka37_uCs696GoPJv0VoUkj3waw_QpeA,2808
jupyter_core/utils/__init__.py,sha256=-0aUFo-i95Q07XKnLQHBX5PjHAU5q3pwI9iJ-lJrRWY,520
jupyter_core/utils/__pycache__/__init__.cpython-310.pyc,,
jupyter_core/version.py,sha256=6Nf8HmfUJu-o1v5ZYPt16aDM_GYVRqoK6eSQqQfuYWg,694

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -0,0 +1,4 @@
[console_scripts]
jupyter = jupyter_core.command:main
jupyter-migrate = jupyter_core.migrate:main
jupyter-troubleshoot = jupyter_core.troubleshoot:main

View File

@@ -0,0 +1,2 @@
jupyter
jupyter_core