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 @@
pip

View File

@@ -0,0 +1,59 @@
# Licensing terms
This project is licensed under the terms of the Modified BSD License
(also known as New or Revised or 3-Clause BSD), as follows:
- Copyright (c) 2020-, 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.
The core team that coordinates development on GitHub can be found here:
https://github.com/jupyter/.
## Our Copyright Policy
Jupyter uses a shared copyright model. Each contributor maintains copyright
over their contributions to Jupyter. But, 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,113 @@
Metadata-Version: 2.1
Name: nbclient
Version: 0.6.3
Summary: A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor.
Home-page: https://jupyter.org
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: BSD
Project-URL: Documentation, https://nbclient.readthedocs.io
Project-URL: Funding, https://numfocus.org/
Project-URL: Source, https://github.com/jupyter/nbclient
Project-URL: Tracker, https://github.com/jupyter/nbclient/issues
Keywords: jupyter,pipeline,notebook,executor
Platform: Linux
Platform: Mac OS X
Platform: Windows
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
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jupyter-client (>=6.1.5)
Requires-Dist: nbformat (>=5.0)
Requires-Dist: nest-asyncio
Requires-Dist: traitlets (>=5.0.0)
Provides-Extra: sphinx
Requires-Dist: autodoc-traits ; extra == 'sphinx'
Requires-Dist: mock ; extra == 'sphinx'
Requires-Dist: moto ; extra == 'sphinx'
Requires-Dist: myst-parser ; extra == 'sphinx'
Requires-Dist: Sphinx (>=1.7) ; extra == 'sphinx'
Requires-Dist: sphinx-book-theme ; extra == 'sphinx'
Provides-Extra: test
Requires-Dist: black ; extra == 'test'
Requires-Dist: check-manifest ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: ipykernel ; extra == 'test'
Requires-Dist: ipython (<8.0.0) ; extra == 'test'
Requires-Dist: ipywidgets (<8.0.0) ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: pip (>=18.1) ; extra == 'test'
Requires-Dist: pre-commit ; extra == 'test'
Requires-Dist: pytest (>=4.1) ; extra == 'test'
Requires-Dist: pytest-asyncio ; extra == 'test'
Requires-Dist: pytest-cov (>=2.6.1) ; extra == 'test'
Requires-Dist: setuptools (>=60.0) ; extra == 'test'
Requires-Dist: testpath ; extra == 'test'
Requires-Dist: twine (>=1.11.0) ; extra == 'test'
Requires-Dist: xmltodict ; extra == 'test'
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter/nbclient/master?filepath=binder%2Frun_nbclient.ipynb)
[![Build Status](https://github.com/jupyter/nbclient/workflows/CI/badge.svg)](https://github.com/jupyter/nbclient/actions)
[![Documentation Status](https://readthedocs.org/projects/nbclient/badge/?version=latest)](https://nbclient.readthedocs.io/en/latest/?badge=latest)
[![image](https://codecov.io/github/jupyter/nbclient/coverage.svg?branch=master)](https://codecov.io/github/jupyter/nbclient?branch=master)
[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)
[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
# nbclient
**NBClient** lets you **execute** notebooks.
A client library for programmatic notebook execution, **NBClient** is a tool for running Jupyter Notebooks in
different execution contexts, including the command line.
## Interactive Demo
To demo **NBClient** interactively, click this Binder badge to start the demo:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter/nbclient/master?filepath=binder%2Frun_nbclient.ipynb)
## Installation
In a terminal, run:
python3 -m pip install nbclient
## Documentation
See [ReadTheDocs](https://nbclient.readthedocs.io/en/latest/) for more in-depth details about the project and the
[API Reference](https://nbclient.readthedocs.io/en/latest/reference/index.html).
## Python Version Support
This library currently supports Python 3.6+ versions. As minor Python
versions are officially sunset by the Python org, nbclient will similarly
drop support in the future.
## Origins
This library used to be part of the [nbconvert](https://nbconvert.readthedocs.io/en/latest/) project. NBClient extracted nbconvert's `ExecutePreprocessor`into its own library for easier updating and importing by downstream libraries and applications.
## Relationship to JupyterClient
NBClient and JupyterClient are distinct projects.
`jupyter_client` is a client library for the jupyter protocol. Specifically, `jupyter_client` provides the Python API
for starting, managing and communicating with Jupyter kernels.
While, nbclient allows notebooks to be run in different execution contexts.

View File

@@ -0,0 +1,61 @@
../../Scripts/jupyter-execute.exe,sha256=2W03mTe_M-ZJC6tUboSCoRlFvamUEfA8SGBCR9HOoTo,106380
nbclient-0.6.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
nbclient-0.6.3.dist-info/LICENSE,sha256=1YIp204bdM8z6hxdli4y1ednDsvjtHPlzomSmztQh6c,2836
nbclient-0.6.3.dist-info/METADATA,sha256=BiSwGTWyB77q4tkIjWExIJahQttFBSdbpJfk_l_cgV4,5076
nbclient-0.6.3.dist-info/RECORD,,
nbclient-0.6.3.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
nbclient-0.6.3.dist-info/entry_points.txt,sha256=sHJQnUBVokK46O2PK-g1WG9QAhTmaXy3fwshQ_t7TFA,54
nbclient-0.6.3.dist-info/top_level.txt,sha256=58rgMtqFr2k7nPVkz3jCkaWJPd1iYmPyg_zaGr7OD00,9
nbclient/__init__.py,sha256=usurWSm979cgj322TslHAZINEVavh0d-vskX60OcP30,507
nbclient/__pycache__/__init__.cpython-310.pyc,,
nbclient/__pycache__/_version.cpython-310.pyc,,
nbclient/__pycache__/cli.cpython-310.pyc,,
nbclient/__pycache__/client.cpython-310.pyc,,
nbclient/__pycache__/exceptions.cpython-310.pyc,,
nbclient/__pycache__/jsonutil.cpython-310.pyc,,
nbclient/__pycache__/output_widget.cpython-310.pyc,,
nbclient/__pycache__/util.cpython-310.pyc,,
nbclient/_version.py,sha256=sdZrjRx1nZWC0pIcgbuBi3kvete1ozfKLiF-u9aQ45A,443
nbclient/cli.py,sha256=5jQzY_rHoKleEilrgD7h0GUlm3iZADo2k9LoWCoIihE,4490
nbclient/client.py,sha256=aQ7SBai0N3LZ1MjlAspk1YkR1Wm1Bg9Z98xOJA6iXZY,47071
nbclient/exceptions.py,sha256=wUYWdFRYUrx1Hlz8SiRADyyLGdyuiUxgNZYWSDRWVmM,3202
nbclient/jsonutil.py,sha256=rGVy-R4OnxrqZmuDUGTyES3WLLy9GX9bEGSk7JeA3aU,4541
nbclient/output_widget.py,sha256=XG2ajaxyT41TaCbG7JAbvT2LZ-X9AcDRQCQwS459CWc,4024
nbclient/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
nbclient/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
nbclient/tests/__pycache__/__init__.cpython-310.pyc,,
nbclient/tests/__pycache__/base.cpython-310.pyc,,
nbclient/tests/__pycache__/conftest.cpython-310.pyc,,
nbclient/tests/__pycache__/fake_kernelmanager.cpython-310.pyc,,
nbclient/tests/__pycache__/test_client.cpython-310.pyc,,
nbclient/tests/__pycache__/test_util.cpython-310.pyc,,
nbclient/tests/base.py,sha256=Rc9rS1s-yCfQ_vLhY1I-gIsowFip9T6kOtyIEfpwSOY,1950
nbclient/tests/conftest.py,sha256=gst__zEtPfPFVhjMNG02V0_BAUIz-ol27TnoIYv49rg,262
nbclient/tests/fake_kernelmanager.py,sha256=RiP0PmV5fAsGD7vmnAFTT-oR_CSmPzmT9FwlGeAUxzs,796
nbclient/tests/files/Autokill.ipynb,sha256=LiaHh-Uv5v0aaG1At3a8WZrrNIJRX9K08HXy_vvcZho,663
nbclient/tests/files/Check History in Memory.ipynb,sha256=-BQjFonhjNguhCi4hv6nk4yD7cF8n-PGwXWY13X3Les,450
nbclient/tests/files/Clear Output.ipynb,sha256=H8Y5UbG-vtQmDAl9pZ14FsTLy7ahvM0knX1m36C-zIQ,3730
nbclient/tests/files/Disable Stdin.ipynb,sha256=3mK6JFfE6Ld8LKyBwNLpHdqwPQxgzDumhXWHoHWSEsI,339
nbclient/tests/files/Empty Cell.ipynb,sha256=5u2aZA43akCLJs77CSgTeshguZGl8g6nhHfDGWhhY6w,1291
nbclient/tests/files/Error.ipynb,sha256=yQ2Cbga3WKIOpkQH_Z0YazvE5XS5Un84WebF_dtaRdY,1291
nbclient/tests/files/Factorials.ipynb,sha256=1IDhj05NQpflxBDcIKHc7Xf9dWkKJMOEJaDY0nUeU8A,679
nbclient/tests/files/HelloWorld.ipynb,sha256=62gDx5ZhZKgq70rOS5ZUhUUnwhj62uer7Oji5z6NzxM,357
nbclient/tests/files/Inline Image.ipynb,sha256=ndBssNjnw3rX1F7dfTjuipybdiMQns4yB8TqQYryqME,14333
nbclient/tests/files/Interrupt.ipynb,sha256=UUPYqcoxuvf2AXb13jK-5gUivQAW36g9Xe8PnJ8rx7A,1184
nbclient/tests/files/JupyterWidgets.ipynb,sha256=ZDnlApSLB24IrbbFbx5JDQr73ytKgx7Baww3f_Z1-30,2130
nbclient/tests/files/Other Comms.ipynb,sha256=_JbPLqsxmAikaQasNBIy5R0KdBGYcse_SXhKnMlEVTg,1319
nbclient/tests/files/Output.ipynb,sha256=xFv25ZeWxardugdoLCBXZb1ZM3iOzY4B2RoyCUg1bG8,20337
nbclient/tests/files/Parallel Execute A.ipynb,sha256=iCBgxxKwuSp5L-uMpCQzTed5Yni_hqILzDz79VeG7HI,2486
nbclient/tests/files/Parallel Execute B.ipynb,sha256=i3yqEf8vptDh7SoBH-yfiGEhncMIPdpPUt5PRqg9Mk0,2486
nbclient/tests/files/SVG.ipynb,sha256=YRy0NakU9tpISaeuHltaR7qOg5eTXnJrja0UFyjG0iY,978
nbclient/tests/files/Skip Exceptions with Cell Tags.ipynb,sha256=rm20oLA92DGCPdr5H5KusujH9Wsd4Cs1JYk3QXZEC64,1351
nbclient/tests/files/Skip Exceptions.ipynb,sha256=2JeLY0Q21DbhI_qOhwHRS5hqRQRAEitNBAUpiYQ_yh0,1357
nbclient/tests/files/Skip Execution with Cell Tag.ipynb,sha256=7x_ylXqjfLIUsOO-GCUvHICyQLuvb4zBzpwPeaHTrLQ,511
nbclient/tests/files/Sleep1s.ipynb,sha256=5f28FgS0wjDwZteMuNCZw115R-GSB9UuTIlSARDaXq0,1197
nbclient/tests/files/Unicode.ipynb,sha256=vgC6OyHXQnfaP7BVFWI0PPXGlOg8C29p65lHz8L-Zkc,345
nbclient/tests/files/UnicodePy3.ipynb,sha256=w9PquTzDKmtTFJCXflsweU_BBSOaLKP37F2ZEO2KWEA,446
nbclient/tests/files/python.png,sha256=TtEwKLt2sZ0uK6Q5csO2RAXw5Y0ANO0XI534DkOr_0Y,8758
nbclient/tests/files/update-display-id.ipynb,sha256=ukuJT8j2Uv7WHXeoQUIbe-1-hYsyS1uHAsUgI3hMsmg,3306
nbclient/tests/test_client.py,sha256=ItD1v8s1OWA5wXYYkFPeuJWPv1xKZboOzxDIAbJkwWk,66909
nbclient/tests/test_util.py,sha256=u2wil4jX6qv3J-aigLSHKsav0l4VlTlMsC3EyUsBYdk,2202
nbclient/util.py,sha256=G86ILusWlzFHIgFsZQwcZy4QqINIP7DURJ6A6Hg-rNk,3435

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,2 @@
[console_scripts]
jupyter-execute = nbclient.cli:main

View File

@@ -0,0 +1 @@
nbclient