This commit is contained in:
Waylon Walker 2022-03-31 20:20:07 -05:00
commit 38355d2442
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
9083 changed files with 1225834 additions and 0 deletions

View file

@ -0,0 +1,33 @@
BSD 3-Clause License
- Copyright (c) 2008-Present, IPython Development Team
- Copyright (c) 2001-2007, Fernando Perez <fernando.perez@colorado.edu>
- Copyright (c) 2001, Janko Hauser <jhauser@zscout.de>
- Copyright (c) 2001, Nathaniel Gray <n8gray@caltech.edu>
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 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.

View file

@ -0,0 +1,131 @@
Metadata-Version: 2.1
Name: ipython
Version: 8.2.0
Summary: IPython: Productive Interactive Computing
Home-page: https://ipython.org
Author: The IPython Development Team
Author-email: ipython-dev@python.org
License: BSD
Project-URL: Documentation, https://ipython.readthedocs.io/
Project-URL: Funding, https://numfocus.org/
Project-URL: Source, https://github.com/ipython/ipython
Project-URL: Tracker, https://github.com/ipython/ipython/issues
Keywords: Interactive,Interpreter,Shell,Embedding
Platform: Linux
Platform: Mac OSX
Platform: Windows
Classifier: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
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 :: Only
Classifier: Topic :: System :: Shells
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: backcall
Requires-Dist: decorator
Requires-Dist: jedi (>=0.16)
Requires-Dist: matplotlib-inline
Requires-Dist: pickleshare
Requires-Dist: prompt-toolkit (!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0)
Requires-Dist: pygments (>=2.4.0)
Requires-Dist: setuptools (>=18.5)
Requires-Dist: stack-data
Requires-Dist: traitlets (>=5)
Requires-Dist: pexpect (>4.3) ; sys_platform != "win32"
Requires-Dist: appnope ; sys_platform == "darwin"
Requires-Dist: colorama ; sys_platform == "win32"
Provides-Extra: all
Requires-Dist: black ; extra == 'all'
Requires-Dist: Sphinx (>=1.3) ; extra == 'all'
Requires-Dist: ipykernel ; extra == 'all'
Requires-Dist: nbconvert ; extra == 'all'
Requires-Dist: nbformat ; extra == 'all'
Requires-Dist: ipywidgets ; extra == 'all'
Requires-Dist: notebook ; extra == 'all'
Requires-Dist: ipyparallel ; extra == 'all'
Requires-Dist: qtconsole ; extra == 'all'
Requires-Dist: pytest (<7.1) ; extra == 'all'
Requires-Dist: pytest-asyncio ; extra == 'all'
Requires-Dist: testpath ; extra == 'all'
Requires-Dist: curio ; extra == 'all'
Requires-Dist: matplotlib (!=3.2.0) ; extra == 'all'
Requires-Dist: numpy (>=1.19) ; extra == 'all'
Requires-Dist: pandas ; extra == 'all'
Requires-Dist: trio ; extra == 'all'
Provides-Extra: black
Requires-Dist: black ; extra == 'black'
Provides-Extra: doc
Requires-Dist: Sphinx (>=1.3) ; extra == 'doc'
Provides-Extra: kernel
Requires-Dist: ipykernel ; extra == 'kernel'
Provides-Extra: nbconvert
Requires-Dist: nbconvert ; extra == 'nbconvert'
Provides-Extra: nbformat
Requires-Dist: nbformat ; extra == 'nbformat'
Provides-Extra: notebook
Requires-Dist: ipywidgets ; extra == 'notebook'
Requires-Dist: notebook ; extra == 'notebook'
Provides-Extra: parallel
Requires-Dist: ipyparallel ; extra == 'parallel'
Provides-Extra: qtconsole
Requires-Dist: qtconsole ; extra == 'qtconsole'
Provides-Extra: terminal
Provides-Extra: test
Requires-Dist: pytest (<7.1) ; extra == 'test'
Requires-Dist: pytest-asyncio ; extra == 'test'
Requires-Dist: testpath ; extra == 'test'
Provides-Extra: test_extra
Requires-Dist: pytest (<7.1) ; extra == 'test_extra'
Requires-Dist: pytest-asyncio ; extra == 'test_extra'
Requires-Dist: testpath ; extra == 'test_extra'
Requires-Dist: curio ; extra == 'test_extra'
Requires-Dist: matplotlib (!=3.2.0) ; extra == 'test_extra'
Requires-Dist: nbformat ; extra == 'test_extra'
Requires-Dist: numpy (>=1.19) ; extra == 'test_extra'
Requires-Dist: pandas ; extra == 'test_extra'
Requires-Dist: trio ; extra == 'test_extra'
IPython provides a rich toolkit to help you make the most out of using Python
interactively. Its main components are:
* A powerful interactive Python shell
* A `Jupyter <https://jupyter.org/>`_ kernel to work with Python code in Jupyter
notebooks and other interactive frontends.
The enhanced interactive Python shells have the following main features:
* Comprehensive object introspection.
* Input history, persistent across sessions.
* Caching of output results during a session with automatically generated
references.
* Extensible tab completion, with support by default for completion of python
variables and keywords, filenames and function keywords.
* Extensible system of 'magic' commands for controlling the environment and
performing many tasks related either to IPython or the operating system.
* A rich configuration system with easy switching between different setups
(simpler than changing $PYTHONSTARTUP environment variables every time).
* Session logging and reloading.
* Extensible syntax processing for special purpose situations.
* Access to the system shell with user-extensible alias system.
* Easily embeddable in other Python programs and GUIs.
* Integrated access to the pdb debugger and the Python profiler.
The latest development version is always available from IPython's `GitHub
site <http://github.com/ipython>`_.

View file

@ -0,0 +1,545 @@
../../../bin/ipython,sha256=4FQ7VtO6K2xmt7BSrPBLet4m7a0oCnp0CpsZIwt_2Fs,261
../../../bin/ipython3,sha256=4FQ7VtO6K2xmt7BSrPBLet4m7a0oCnp0CpsZIwt_2Fs,261
../../../share/man/man1/ipython.1,sha256=PVdQP2hHmHyUEwzLOPcgavnCe9jTDVrM1jKZt4cnF_Q,2058
IPython/__init__.py,sha256=N6u7JsbFFMkYRWfSU0gtZZzlDRKye8cDT3BBMjinSQY,5937
IPython/__main__.py,sha256=hYwNY5SSIZN3D1P1UJV-N78biipfu4DCLLLzQvnpHMg,464
IPython/__pycache__/__init__.cpython-38.pyc,,
IPython/__pycache__/__main__.cpython-38.pyc,,
IPython/__pycache__/conftest.cpython-38.pyc,,
IPython/__pycache__/consoleapp.cpython-38.pyc,,
IPython/__pycache__/display.cpython-38.pyc,,
IPython/__pycache__/paths.cpython-38.pyc,,
IPython/conftest.py,sha256=SKDzfbcU9GKnTt6rGDUPIYSDl9h4lFsPg69V-jGM9mg,2618
IPython/consoleapp.py,sha256=JykFsZuW_qOIARJHknArAzc9wyC1HGUD2HvmVhzPc_0,415
IPython/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
IPython/core/__pycache__/__init__.cpython-38.pyc,,
IPython/core/__pycache__/alias.cpython-38.pyc,,
IPython/core/__pycache__/application.cpython-38.pyc,,
IPython/core/__pycache__/async_helpers.cpython-38.pyc,,
IPython/core/__pycache__/autocall.cpython-38.pyc,,
IPython/core/__pycache__/builtin_trap.cpython-38.pyc,,
IPython/core/__pycache__/compilerop.cpython-38.pyc,,
IPython/core/__pycache__/completer.cpython-38.pyc,,
IPython/core/__pycache__/completerlib.cpython-38.pyc,,
IPython/core/__pycache__/crashhandler.cpython-38.pyc,,
IPython/core/__pycache__/debugger.cpython-38.pyc,,
IPython/core/__pycache__/display.cpython-38.pyc,,
IPython/core/__pycache__/display_functions.cpython-38.pyc,,
IPython/core/__pycache__/display_trap.cpython-38.pyc,,
IPython/core/__pycache__/displayhook.cpython-38.pyc,,
IPython/core/__pycache__/displaypub.cpython-38.pyc,,
IPython/core/__pycache__/error.cpython-38.pyc,,
IPython/core/__pycache__/events.cpython-38.pyc,,
IPython/core/__pycache__/excolors.cpython-38.pyc,,
IPython/core/__pycache__/extensions.cpython-38.pyc,,
IPython/core/__pycache__/formatters.cpython-38.pyc,,
IPython/core/__pycache__/getipython.cpython-38.pyc,,
IPython/core/__pycache__/history.cpython-38.pyc,,
IPython/core/__pycache__/historyapp.cpython-38.pyc,,
IPython/core/__pycache__/hooks.cpython-38.pyc,,
IPython/core/__pycache__/inputsplitter.cpython-38.pyc,,
IPython/core/__pycache__/inputtransformer.cpython-38.pyc,,
IPython/core/__pycache__/inputtransformer2.cpython-38.pyc,,
IPython/core/__pycache__/interactiveshell.cpython-38.pyc,,
IPython/core/__pycache__/latex_symbols.cpython-38.pyc,,
IPython/core/__pycache__/logger.cpython-38.pyc,,
IPython/core/__pycache__/macro.cpython-38.pyc,,
IPython/core/__pycache__/magic.cpython-38.pyc,,
IPython/core/__pycache__/magic_arguments.cpython-38.pyc,,
IPython/core/__pycache__/oinspect.cpython-38.pyc,,
IPython/core/__pycache__/page.cpython-38.pyc,,
IPython/core/__pycache__/payload.cpython-38.pyc,,
IPython/core/__pycache__/payloadpage.cpython-38.pyc,,
IPython/core/__pycache__/prefilter.cpython-38.pyc,,
IPython/core/__pycache__/profileapp.cpython-38.pyc,,
IPython/core/__pycache__/profiledir.cpython-38.pyc,,
IPython/core/__pycache__/prompts.cpython-38.pyc,,
IPython/core/__pycache__/pylabtools.cpython-38.pyc,,
IPython/core/__pycache__/release.cpython-38.pyc,,
IPython/core/__pycache__/shellapp.cpython-38.pyc,,
IPython/core/__pycache__/splitinput.cpython-38.pyc,,
IPython/core/__pycache__/ultratb.cpython-38.pyc,,
IPython/core/__pycache__/usage.cpython-38.pyc,,
IPython/core/alias.py,sha256=S7q-haVF8diea8Fre7mo2N7IqsjfxTd2zA4fI3rZmkM,10034
IPython/core/application.py,sha256=Gc2x9vOwZmuI4xzZc1gjgK_QjrrPG7sNHVR0q1VsYRc,18965
IPython/core/async_helpers.py,sha256=HGcohjkgpnha39Ec12YgW0eB7F0Cz2Zc0Mj8rX8qHgc,4297
IPython/core/autocall.py,sha256=oiv_hMjNxBryqpG85aEn2DRa3gPV_20xJKgCG_Y98q4,1992
IPython/core/builtin_trap.py,sha256=2kYS2hoQQ0eDFQAJE9XTp_sQrBVyadDFO2rdPXZbv2I,3009
IPython/core/compilerop.py,sha256=hYYjwWfMqjWvj--l-msmBxK7-KxNzamWRtEX5mOTe88,7464
IPython/core/completer.py,sha256=8S09mLWjlD81myWFW8OcOMwBpV6-qA-FiWuCwc8q3Ks,80674
IPython/core/completerlib.py,sha256=Bqw_JGN7Uh_yjO96ynZsvRq-jA1_YBw1gIHkN4L5URg,12259
IPython/core/crashhandler.py,sha256=uwTehs2X9YF7MWUTuLCi7-4YqR3uy5LFaY1F7zFUra4,8518
IPython/core/debugger.py,sha256=mUSijlaZDGjNNIvak0x6GdjBx6n-WtUzrxKkEMPQHbs,33409
IPython/core/display.py,sha256=UNR1C6tJZehqnqA6MoKOHt41o8jF1GC35F66pv_YR4Y,42120
IPython/core/display_functions.py,sha256=UkI057nIpcOYynQATKtNzwWXpM8MK2GMICzma8BVAp4,12918
IPython/core/display_trap.py,sha256=31jM26B3PhNSLJhpyRHuTWscObwVMOlH9PDC2v8HmsU,2098
IPython/core/displayhook.py,sha256=ZaKFfbV_libDKodjuN6NiazC4XHHjsu6X16di5RTipY,12608
IPython/core/displaypub.py,sha256=4r-xfGXX0yqhYZ8TtfjLndqLrbYFr3TRFFUm1b-pPzE,4944
IPython/core/error.py,sha256=lL5WP3E0sGNWkBTQL0u795wLQJCSrDCf328ft8TfCjk,1734
IPython/core/events.py,sha256=RB384uVyaU_MpymmMwfzs0FOxzQKHAX47lPPgZP-miA,5349
IPython/core/excolors.py,sha256=hzWE0jLaR1bhMn2gBjOCI_sYNel2gK2u0C7ojaCeSsE,4944
IPython/core/extensions.py,sha256=iAJKErY0KN0I8TIhAsUsYGE4iebXDc07S84Mdg9cF0I,6618
IPython/core/formatters.py,sha256=tBC_bF9TzWi0-anXrqyOVkwx4WFYmskwtL5g5ZzskTU,34964
IPython/core/getipython.py,sha256=znwXeOUdFNiyfnJuN6BGmHEk94KjV9mQasXc60QPGF0,912
IPython/core/history.py,sha256=Ir5zDzxRjPB6GQ0GBlTHBXuf_USDtz8wMIPNZRjxUd8,32730
IPython/core/historyapp.py,sha256=Vba0W2a5K-J8WXPurjLahedJt_Erho_p7bCohRLolQU,5909
IPython/core/hooks.py,sha256=ZNNAgDlVpwmUArSKA9Ve2PdeCieEkmueOTtqqQwc8XU,5600
IPython/core/inputsplitter.py,sha256=13BsxMuH9yWKk98HxaHKsc-LUmToTrbHYPc-pDVg4b0,28119
IPython/core/inputtransformer.py,sha256=W7xiVp7yUy34Ej8DAMMlmaq-GvUdIyXNlTnbgHYIkJw,18286
IPython/core/inputtransformer2.py,sha256=5GgX_sf-EA5rNsBMVxlfmogP4KX01x9EMaFydzf1yUs,28808
IPython/core/interactiveshell.py,sha256=KPZAmSGmPIjA3zwpwpHI2qpJihs0agZkZ-zMC_DjlUA,148921
IPython/core/latex_symbols.py,sha256=YiIWrYezmqutOkwydHg7VVWyNVjPaL6uqfF_iyGEhbk,31288
IPython/core/logger.py,sha256=5C2oc3-VbWQbSgAgAks1zVd2OhxYryiVwThmtnFJMls,7930
IPython/core/macro.py,sha256=83KmGTzviEMXNLAzfdL-Mwi47zAGmbpFjDSnYPNYpfM,1734
IPython/core/magic.py,sha256=IEjYGk9flQO05keQqmEtcA6q5oClz4w8EgEsT3wqPXU,28478
IPython/core/magic_arguments.py,sha256=1ePQDCPOPL-3HWhTdP1kODFHN72MtZDlk-tVfdiAtE8,9736
IPython/core/magics/__init__.py,sha256=pkd-UfzjDGp5UHuFKjw192vZnigpTP9ftXzG3oLdiS8,1619
IPython/core/magics/__pycache__/__init__.cpython-38.pyc,,
IPython/core/magics/__pycache__/auto.cpython-38.pyc,,
IPython/core/magics/__pycache__/basic.cpython-38.pyc,,
IPython/core/magics/__pycache__/code.cpython-38.pyc,,
IPython/core/magics/__pycache__/config.cpython-38.pyc,,
IPython/core/magics/__pycache__/display.cpython-38.pyc,,
IPython/core/magics/__pycache__/execution.cpython-38.pyc,,
IPython/core/magics/__pycache__/extension.cpython-38.pyc,,
IPython/core/magics/__pycache__/history.cpython-38.pyc,,
IPython/core/magics/__pycache__/logging.cpython-38.pyc,,
IPython/core/magics/__pycache__/namespace.cpython-38.pyc,,
IPython/core/magics/__pycache__/osm.cpython-38.pyc,,
IPython/core/magics/__pycache__/packaging.cpython-38.pyc,,
IPython/core/magics/__pycache__/pylab.cpython-38.pyc,,
IPython/core/magics/__pycache__/script.cpython-38.pyc,,
IPython/core/magics/auto.py,sha256=ZQnw51feGjsxK1KOjRAyY_WQPMwRkrqBa4vzV4X-j-E,4816
IPython/core/magics/basic.py,sha256=q9G8sNKPLEj85TM03h2TSSq1mc_8DriNVZDMQrko2-4,22882
IPython/core/magics/code.py,sha256=CB7jt4XSRyCsOrm7r371l_y3ya9-AN2wF7BItXXQaCU,28051
IPython/core/magics/config.py,sha256=i4eX1fmSOwPb0LYr7FYD5ATuxkrv40Vupkrc2lquhAE,7726
IPython/core/magics/display.py,sha256=STRq66GlZwcvFyBxbkqslclpP_s9LnqD0ew9Z3S4-Jo,3130
IPython/core/magics/execution.py,sha256=MnCht9sqzpfa0_O5rZEFdRTaJfqNzAjCiAdSs4aVTF0,57852
IPython/core/magics/extension.py,sha256=Jj6OlkM71PS0j1HfEMDc-jU2Exwo9Ff_K0nD7e_W4N0,2477
IPython/core/magics/history.py,sha256=ASgJ4Do2acCfaB8nPSuOGKORRVPFNNtBNTgosmhrMpk,12628
IPython/core/magics/logging.py,sha256=eUWzo8aRqmhmbxsjmJYoGdKpf1PtTvyNxafrrDZJSmg,6859
IPython/core/magics/namespace.py,sha256=lJuRlOFWYyFrzNkHgSTygxb02WH22qnRZsqZjxMZ6S0,24823
IPython/core/magics/osm.py,sha256=Wzh4lQn8Rqvx80GYO4Zo58dambCVGBEhuQc632Qe3Yo,30652
IPython/core/magics/packaging.py,sha256=LdT-KwUm-KVCp-MaK9GzmtngqXxhKWkl7MZfSuo2SDA,3916
IPython/core/magics/pylab.py,sha256=_zUpbBrKrYXt01tydl_bbMJcwnyRwLlzctuIKLtTFS4,6574
IPython/core/magics/script.py,sha256=mxaeIOwUCqMClOaibd6rIamS81KjspI3XkFeX7-R4fY,12171
IPython/core/oinspect.py,sha256=_0EaiFdxLbjmwP1tQC_ylVMOfSiX7ZhIMdaVlshblI4,35715
IPython/core/page.py,sha256=3ekRpUguRgRq9C8gX-uFy3Yk5px_dw5MG7dMuirXCAU,11753
IPython/core/payload.py,sha256=SOvmxRbZgCI_fq4ZoOeMKsblk8rYsuHumUefk-3TaTI,1758
IPython/core/payloadpage.py,sha256=SFhobOhkr9w_69c8oWVcfZGexDciU4i9Lltztqg6fco,1431
IPython/core/prefilter.py,sha256=vVBMBqQswF-1W7UmSvfXYvmLh4tIkgStwelfmqbrcC8,25583
IPython/core/profile/README_STARTUP,sha256=Y47GtYQkWy6pdzkqylUNL6eBSZMUIRGwTxXPUF_BBBc,371
IPython/core/profileapp.py,sha256=3BHKEknttcY_T9rPzk9GeMS_OhIn3n46TeDPvJb-zK8,10631
IPython/core/profiledir.py,sha256=V2_b4pAR4A8ndjyJdn5xf7F5IRhwsONfbNo4tu6dJvI,8029
IPython/core/prompts.py,sha256=3icFefY5NVob6-JeUORH_uRK1h4JTygC3oH1HbN4Q0Q,607
IPython/core/pylabtools.py,sha256=C88VNr1yC2if3izyXdqh3tCPhIW2j_OWv26dN4jH9ec,13785
IPython/core/release.py,sha256=6PX-3nu1XvUZI-NM16TBXPWjv7l5xSdV0DePzXiLhTE,2168
IPython/core/shellapp.py,sha256=A6SXe1QctNGCwk270Wl3koc41szqdzljQ4H-ND_-e2k,17863
IPython/core/splitinput.py,sha256=JRM5bw-xD4DbEfi6k_RxFJxf8gzeSugC6UOuHinH7vk,4787
IPython/core/tests/2x2.jpg,sha256=YF88a1SklCHZeEbuKL9H13TJM8t8myvSqgffxh7LgkY,331
IPython/core/tests/2x2.png,sha256=ZB6RfzGIikj1RojC3sbJNIeiMAjbcfur9IvYVcfi2-I,71
IPython/core/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
IPython/core/tests/__pycache__/__init__.cpython-38.pyc,,
IPython/core/tests/__pycache__/bad_all.cpython-38.pyc,,
IPython/core/tests/__pycache__/nonascii.cpython-38.pyc,,
IPython/core/tests/__pycache__/nonascii2.cpython-38.pyc,,
IPython/core/tests/__pycache__/print_argv.cpython-38.pyc,,
IPython/core/tests/__pycache__/refbug.cpython-38.pyc,,
IPython/core/tests/__pycache__/simpleerr.cpython-38.pyc,,
IPython/core/tests/__pycache__/tclass.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_alias.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_application.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_async_helpers.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_autocall.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_compilerop.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_completer.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_completerlib.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_debugger.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_display.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_displayhook.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_events.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_extension.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_formatters.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_handlers.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_history.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_hooks.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_imports.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_inputsplitter.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_inputtransformer.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_inputtransformer2.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_inputtransformer2_line.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_interactiveshell.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_iplib.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_logger.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_magic.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_magic_arguments.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_magic_terminal.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_oinspect.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_page.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_paths.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_prefilter.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_profile.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_prompts.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_pylabtools.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_run.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_shellapp.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_splitinput.cpython-38.pyc,,
IPython/core/tests/__pycache__/test_ultratb.cpython-38.pyc,,
IPython/core/tests/bad_all.py,sha256=GARnHj1buvbHLjoKLiEy7XTqvo91Xb7ckOrNqh8YsnY,206
IPython/core/tests/daft_extension/__pycache__/daft_extension.cpython-38.pyc,,
IPython/core/tests/daft_extension/daft_extension.py,sha256=P1-QHT4a71h0vbRRPHItoFSTLySzH03tjXvBuEHdJFc,285
IPython/core/tests/nonascii.py,sha256=xq_nEFXTB5twXO4Th9snKfceITMOUbm_LFJmfKRWrlo,135
IPython/core/tests/nonascii2.py,sha256=D81kLhC1wGgYv9XjY89FKZSyKRz_rTAsKY9dOZ507cs,155
IPython/core/tests/print_argv.py,sha256=gLlulK9hs-YwPvMAUCHzQ-BegTJKqOGMDpO2UMKmWwI,31
IPython/core/tests/refbug.py,sha256=A9Usb4msz_SlT4MMjDoySvoJp-02ucc1mZ12IfmLKqw,1494
IPython/core/tests/simpleerr.py,sha256=WXX2k9CSDEKY7G7zXXYdZcpcavmFi42e-0JTXWeqDEw,583
IPython/core/tests/tclass.py,sha256=SqfWzMaQVWHQFPn7_DFI04yvATZcaxJlXAwf9aSoNE8,921
IPython/core/tests/test_alias.py,sha256=sfvm14mp0lbzFvr374h1j6bfWk9gk7t6XKArGrWIX8I,2007
IPython/core/tests/test_application.py,sha256=IZZXoWDg4A4QJTqECd7-mdBENzfXnlLcj_r8aKvl8fI,2245
IPython/core/tests/test_async_helpers.py,sha256=SHQQbDMBBFtnc7yUzo9Ot9PGxspyjTIV9cWaJUJ_ZN8,8769
IPython/core/tests/test_autocall.py,sha256=ZWAkpwn256aOEse_IptWMew_Ju3E5UmcF7-Gvz1JvIs,1424
IPython/core/tests/test_compilerop.py,sha256=ofXR5AKoIYaAqYQ6oJvMEMuc9kZ5YRjBIiT7hzIfklA,2211
IPython/core/tests/test_completer.py,sha256=FpbmE0VABQvwDzULwmO5waLTnAsDFpg14d8xqvpgS5Y,46782
IPython/core/tests/test_completerlib.py,sha256=prR4ts61KLXzddbN_wLy-hp-ovdwD940QaeB2XKrptQ,6473
IPython/core/tests/test_debugger.py,sha256=CIQgvHZzQChH7Jft-aFmYnQe4z6joYk4aW6NvdqT4oA,14120
IPython/core/tests/test_display.py,sha256=O_5xtc3wd0j4etmDDsVrk9e10QgTROblHPkSsQdPaFk,15946
IPython/core/tests/test_displayhook.py,sha256=H91rERKImgUp-8i_RXf6bEYE5eM2yynIWd20XNXcHcY,3591
IPython/core/tests/test_events.py,sha256=Ao2kwwNsAyhuTF-7pTRjVBbeltvvvZOw1lJGEO-LPmo,2799
IPython/core/tests/test_extension.py,sha256=MsaNMVltHZf_wVfbDR64lz681HDBPa7BHi56KeFh6og,3026
IPython/core/tests/test_formatters.py,sha256=qBm5vyh0cQ8aB-54SG6ihwZxzLHtI51tqHz0oTilhxA,14265
IPython/core/tests/test_handlers.py,sha256=o9oxD0UFYVCb7pazgbn7-PuqU1QK93Cb8pw9s1l6xoM,3286
IPython/core/tests/test_history.py,sha256=SI05ZG_BUID1lEagnJ-g5Yc85BI9SOIYgNToqGCQROc,8776
IPython/core/tests/test_hooks.py,sha256=TXgjnflaoteTBR79n8P4pBkN9yllGclX42a5ewjmdA4,2316
IPython/core/tests/test_imports.py,sha256=lR-_hRQC-AIe750c4k3AmCbN3spE-KaZevP2Cx8mzNY,1153
IPython/core/tests/test_inputsplitter.py,sha256=QO1OW0gG4lCkEQmyJXUlFpzoZK5vGW2b9fjcu0nLSp4,23159
IPython/core/tests/test_inputtransformer.py,sha256=LOfPGa8XfejaXmcqqzbG70McX6RiC0qOppR1fEBmkqs,16190
IPython/core/tests/test_inputtransformer2.py,sha256=FTHPDk0GR3MKd97VcR9UMPO__yiJqpjzsIW8wyxY4bo,11194
IPython/core/tests/test_inputtransformer2_line.py,sha256=A00lsMrtpKCTheMOUQznKxe3e3LwOBFRjbKiXqWMYuk,2985
IPython/core/tests/test_interactiveshell.py,sha256=nh_OORu5zydOsRRaNmPLGagqUSxf28b7aki5-_tGE_E,36744
IPython/core/tests/test_iplib.py,sha256=WjzC19MQ8NRBlQGouwGyrabhgymLkS6qY0iB-eaRsZE,6855
IPython/core/tests/test_logger.py,sha256=MPLAcvIq_ggtO3M0RP62TNUrVVjG7rvCQ0-pSm3MMrk,776
IPython/core/tests/test_magic.py,sha256=_WxOR7iYdQp3GLll8XfLEa936MytHvw_1Dd7EK8IHTg,40353
IPython/core/tests/test_magic_arguments.py,sha256=_wOAJNFzaaFCOb4-0i-55jvz4PYR0f4YDc3NEAvxk5Y,4778
IPython/core/tests/test_magic_terminal.py,sha256=Cq9lRPAYUWkwmd0-WitfxDH61-lgcSba07pchQkZcGY,5944
IPython/core/tests/test_oinspect.py,sha256=Gbc724QrsTGaP5vfFhHrazQ7zwsbwsZ8mweGCR9Pc-U,13413
IPython/core/tests/test_page.py,sha256=dA1r_xWG90NNDvtHpr11JxNUCc_E7QoIEgoUmMLvrdc,772
IPython/core/tests/test_paths.py,sha256=j0zVGt5qNq0kEVjuSNcpT8lVHIS_caVrVXdymF9QhDU,7092
IPython/core/tests/test_prefilter.py,sha256=2jMCKei2EtYDhMFRq0nnRwThITJVqEG9mCt8d705pko,4214
IPython/core/tests/test_profile.py,sha256=jpOXzhnSmaIQomGNWADFWcFhEThtjNL7tRbkjq-3wn0,5065
IPython/core/tests/test_prompts.py,sha256=jbga48K0Fg92Fx92k9JuKz5o74yhhoKP2dzrMKZ8Gy8,845
IPython/core/tests/test_pylabtools.py,sha256=X-SZ1sNqDXNt7sCjvajEyBCNLF73MwguL2e1U5tMRuY,7921
IPython/core/tests/test_run.py,sha256=7BugkMu6_6YlFWBIltfwVkqy2DlVWToj47eqJUa0zfE,19080
IPython/core/tests/test_shellapp.py,sha256=fVIPW5-E87td88SI-aVGtrO_KHEZ-MCxsR3vsHihXvc,1892
IPython/core/tests/test_splitinput.py,sha256=ySXuH63UwcJ2Bk-VXwp5wwz_rRmCLjLQey3Mbwhsqb8,1226
IPython/core/tests/test_ultratb.py,sha256=hrV2H7dS8hpHlthc4kV-FHmosdrbaNgRO1xfnGNA908,11510
IPython/core/ultratb.py,sha256=uxD3S5eLKtd0kDVLfrIFMhAwlswe76QdYZWVRvcGMe4,46105
IPython/core/usage.py,sha256=agrZE5eZIvJnXoqI8VV9e-oWZx5LbLxUq9MdQpEyts4,13542
IPython/display.py,sha256=Ypudso89kWK-sdxU2j2L1kZwudtYIqwB7w577dehWZ8,1119
IPython/extensions/__init__.py,sha256=V4vSllFd18CVUvDTbXLYqfwTFmPXUiQZGCs5LX2IliE,78
IPython/extensions/__pycache__/__init__.cpython-38.pyc,,
IPython/extensions/__pycache__/autoreload.cpython-38.pyc,,
IPython/extensions/__pycache__/storemagic.cpython-38.pyc,,
IPython/extensions/autoreload.py,sha256=uRpJVdr0oQcWO6uaZvjkKyHNrPv8xawAgU8oy48sM6Q,19449
IPython/extensions/storemagic.py,sha256=8kdpgnamB2zYoP8n_Tawd3zrzjahg2w7Iva9QFOgEVc,8161
IPython/extensions/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
IPython/extensions/tests/__pycache__/__init__.cpython-38.pyc,,
IPython/extensions/tests/__pycache__/test_autoreload.cpython-38.pyc,,
IPython/extensions/tests/__pycache__/test_storemagic.cpython-38.pyc,,
IPython/extensions/tests/test_autoreload.py,sha256=cuWegFdcyqv01ugPDFVVAyGt2sAHry6iGBS5BSFkz7g,18648
IPython/extensions/tests/test_storemagic.py,sha256=ToLU7rBwOwBU-63KEWEpwT8cGQJ7Rr8RyOE4z9Ys__4,2081
IPython/external/__init__.py,sha256=-EQHbuUnBe1RS1_CwaLGzNSZQsCJsrxHW_r15smvVW0,126
IPython/external/__pycache__/__init__.cpython-38.pyc,,
IPython/external/__pycache__/qt_for_kernel.cpython-38.pyc,,
IPython/external/__pycache__/qt_loaders.cpython-38.pyc,,
IPython/external/qt_for_kernel.py,sha256=nItXAYo5ACokS1hW-EqjsSmZ_95tF-XSoGgxOvXWkg0,3445
IPython/external/qt_loaders.py,sha256=PI-MURg39Qm3wncFuJ4HODQelGH9E_7JT05Oe6-CWAQ,11129
IPython/external/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
IPython/external/tests/__pycache__/__init__.cpython-38.pyc,,
IPython/external/tests/__pycache__/test_qt_loaders.cpython-38.pyc,,
IPython/external/tests/test_qt_loaders.py,sha256=EIsNOsGlfMeOWT1OLKDvAAkxWFs_ltO2V1tGKBa4mz0,367
IPython/lib/__init__.py,sha256=O_m_I8hczvUsgl01oAZd_TelugfR-2oKTXhxqbXHcwk,409
IPython/lib/__pycache__/__init__.cpython-38.pyc,,
IPython/lib/__pycache__/backgroundjobs.cpython-38.pyc,,
IPython/lib/__pycache__/clipboard.cpython-38.pyc,,
IPython/lib/__pycache__/deepreload.cpython-38.pyc,,
IPython/lib/__pycache__/demo.cpython-38.pyc,,
IPython/lib/__pycache__/display.cpython-38.pyc,,
IPython/lib/__pycache__/editorhooks.cpython-38.pyc,,
IPython/lib/__pycache__/guisupport.cpython-38.pyc,,
IPython/lib/__pycache__/latextools.cpython-38.pyc,,
IPython/lib/__pycache__/lexers.cpython-38.pyc,,
IPython/lib/__pycache__/pretty.cpython-38.pyc,,
IPython/lib/backgroundjobs.py,sha256=9uj1cPtseoXsYYn0gNC1cadPHPz8MvYCa9HpFz3v-_A,17738
IPython/lib/clipboard.py,sha256=ek_5ZtRKD_V_BzBAzWHZtkwO3HKPx_5EVUpiCDMAb0U,2166
IPython/lib/deepreload.py,sha256=iymTEcJpP_hpcO1H5GRgb2aODGUtiUFksodoIe9738E,9431
IPython/lib/demo.py,sha256=ClDnvTFIBfXjjpasig8rqPOzgqe3EpfJwCwyvYVplOE,24507
IPython/lib/display.py,sha256=zbVQYXONGQWtwavn2D6DhJwbuaRVXRdJQN0fDLQfzqA,24635
IPython/lib/editorhooks.py,sha256=KmQaAEZawUhHqy9CvRkbmc8BNXx4b1pqqLFhTEBf1CY,3982
IPython/lib/guisupport.py,sha256=ZnJMFxV-5Qe0Ai1QCuxXwk8i9e0FbFL2hoPt5P7CVYQ,6305
IPython/lib/latextools.py,sha256=Q5e9E-x-tmGJwHzB72GbT-bjwfC3xKcMvLEAYOIIJ8k,8008
IPython/lib/lexers.py,sha256=IsxfmZWBUYugtLtVTEsRiuOqCWT-LCRqrjUtH_8rNGk,20218
IPython/lib/pretty.py,sha256=xYapdwcS1FOUguy3ath-_6EpmofrNcOPCBenpwTem7U,30782
IPython/lib/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
IPython/lib/tests/__pycache__/__init__.cpython-38.pyc,,
IPython/lib/tests/__pycache__/test_backgroundjobs.cpython-38.pyc,,
IPython/lib/tests/__pycache__/test_clipboard.cpython-38.pyc,,
IPython/lib/tests/__pycache__/test_deepreload.cpython-38.pyc,,
IPython/lib/tests/__pycache__/test_display.cpython-38.pyc,,
IPython/lib/tests/__pycache__/test_editorhooks.cpython-38.pyc,,
IPython/lib/tests/__pycache__/test_imports.cpython-38.pyc,,
IPython/lib/tests/__pycache__/test_latextools.cpython-38.pyc,,
IPython/lib/tests/__pycache__/test_lexers.cpython-38.pyc,,
IPython/lib/tests/__pycache__/test_pretty.cpython-38.pyc,,
IPython/lib/tests/test.wav,sha256=y6O86Ch8OfzBfXicO8yG31DyYifGpYMPJgn-NTj1OS4,44144
IPython/lib/tests/test_backgroundjobs.py,sha256=8_rca5-mEeBAiFW_vhgricTkWoZsVbgSgDy4jP7M_YU,2698
IPython/lib/tests/test_clipboard.py,sha256=7wDQFVpelNE3AnymWAWNLhQWttsWB3f9jJOrRyXYcds,629
IPython/lib/tests/test_deepreload.py,sha256=SQcT4vnTdT2d5-1Fzj4ssCC6h6v-f2xguO01zAnJTCI,1854
IPython/lib/tests/test_display.py,sha256=gYAAjYV_MJeJf_hEZzs_karq7e3eOiF3tFuZ02sAhic,9313
IPython/lib/tests/test_editorhooks.py,sha256=dgl3FrxKrYNtRFO9n3hTho5KnmTUiPlwSSXQAZB14fo,884
IPython/lib/tests/test_imports.py,sha256=OOY3QsfXDfblB1_gnJHEux5PwzrQgu0ll3iw6dvMbP0,270
IPython/lib/tests/test_latextools.py,sha256=BaHz0X4UiFknAsktXsK-RA5YsI26_1zjJiFQvhVKjCA,5738
IPython/lib/tests/test_lexers.py,sha256=GjpR161XOY4pMTYvhMR_oeTzhfT16s8M5F-UpXmF5CM,5590
IPython/lib/tests/test_pretty.py,sha256=OBOO7KlysBO7hqWboLWkwsN8nKmVXCQAzGxrFOtezM4,14719
IPython/paths.py,sha256=yciwPdwPOiD2mIGmvUnBbz4wVzFAfH_o2jy0i71ILIM,4349
IPython/sphinxext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
IPython/sphinxext/__pycache__/__init__.cpython-38.pyc,,
IPython/sphinxext/__pycache__/custom_doctests.cpython-38.pyc,,
IPython/sphinxext/__pycache__/ipython_console_highlighting.cpython-38.pyc,,
IPython/sphinxext/__pycache__/ipython_directive.cpython-38.pyc,,
IPython/sphinxext/custom_doctests.py,sha256=6Z078UoaYUlniKTFv4K61LiJe6zt-hvo6ESWb-Y8_gE,4615
IPython/sphinxext/ipython_console_highlighting.py,sha256=D60MJnG-Dsv4B_Byd9FmA3ow9PJBx2Q1B2BWMQB9XYg,970
IPython/sphinxext/ipython_directive.py,sha256=3Vj9RrgF9ramN9Pr5Pc09ENs8_Klv4VMVv3Vx0_t07s,44891
IPython/terminal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
IPython/terminal/__pycache__/__init__.cpython-38.pyc,,
IPython/terminal/__pycache__/console.cpython-38.pyc,,
IPython/terminal/__pycache__/debugger.cpython-38.pyc,,
IPython/terminal/__pycache__/embed.cpython-38.pyc,,
IPython/terminal/__pycache__/interactiveshell.cpython-38.pyc,,
IPython/terminal/__pycache__/ipapp.cpython-38.pyc,,
IPython/terminal/__pycache__/magics.cpython-38.pyc,,
IPython/terminal/__pycache__/prompts.cpython-38.pyc,,
IPython/terminal/__pycache__/ptutils.cpython-38.pyc,,
IPython/terminal/__pycache__/shortcuts.cpython-38.pyc,,
IPython/terminal/console.py,sha256=LhKpLPNW6KCk2fPssrMNjxb3dP4tfxuVb75NtjENwN0,691
IPython/terminal/debugger.py,sha256=DRiWeT-rrD7D2AgpljMgX037dsZuUJ-LxHzKzB4rP18,6187
IPython/terminal/embed.py,sha256=lnXAfvAgrIj9NEhxmEflliC2pwd1QzCkLW5r8Go60ZU,15220
IPython/terminal/interactiveshell.py,sha256=b1cfg-q-sdt_WE7uo6CeMw2TTk3iQGfezf0Ng3cqFgg,28181
IPython/terminal/ipapp.py,sha256=v04cNIuPGOa_xinv8GQiqfb9Zv_ocnZlcasevqxF2Ec,12303
IPython/terminal/magics.py,sha256=eAMHBDu0EzQN1nL15M7vCvPlW68RoWPAuqHo-t_G0Nc,7649
IPython/terminal/prompts.py,sha256=0LCiFqB6fWXpgni3cGaUfkYG-TPnTQMC5-oq4hZui3g,3360
IPython/terminal/pt_inputhooks/__init__.py,sha256=-kKrc1CrX8ctj_9hUTYiqbhvfOyVKyTjj1zl5qs5O-w,1266
IPython/terminal/pt_inputhooks/__pycache__/__init__.cpython-38.pyc,,
IPython/terminal/pt_inputhooks/__pycache__/asyncio.cpython-38.pyc,,
IPython/terminal/pt_inputhooks/__pycache__/glut.cpython-38.pyc,,
IPython/terminal/pt_inputhooks/__pycache__/gtk.cpython-38.pyc,,
IPython/terminal/pt_inputhooks/__pycache__/gtk3.cpython-38.pyc,,
IPython/terminal/pt_inputhooks/__pycache__/gtk4.cpython-38.pyc,,
IPython/terminal/pt_inputhooks/__pycache__/osx.cpython-38.pyc,,
IPython/terminal/pt_inputhooks/__pycache__/pyglet.cpython-38.pyc,,
IPython/terminal/pt_inputhooks/__pycache__/qt.cpython-38.pyc,,
IPython/terminal/pt_inputhooks/__pycache__/tk.cpython-38.pyc,,
IPython/terminal/pt_inputhooks/__pycache__/wx.cpython-38.pyc,,
IPython/terminal/pt_inputhooks/asyncio.py,sha256=n8QXCDN12BDdyufbrGFglqHVMfQQLd7G2gKFxG9wAq8,1845
IPython/terminal/pt_inputhooks/glut.py,sha256=ATdBrX7p904Y0zXQazeLYSxRD0T9dUNLBuRFOQDXyH4,4997
IPython/terminal/pt_inputhooks/gtk.py,sha256=8nikL9KtQ4n0qhKOqRthmrxvYuF-E9SsAYj2qN_Kk3k,2425
IPython/terminal/pt_inputhooks/gtk3.py,sha256=6qb2k4E00MhbpMmnjud0R8Ri_qy-6c3VLlVfovDarLQ,278
IPython/terminal/pt_inputhooks/gtk4.py,sha256=r_MxCT7a0nTHZtqyuZpPgCW2Cl7iuomC0PjgFteSL9c,557
IPython/terminal/pt_inputhooks/osx.py,sha256=xSoQx0ZfslhTEUK74mXaUqS3vajmq_PPi4PGYn9XorQ,4789
IPython/terminal/pt_inputhooks/pyglet.py,sha256=_zyQkcOUGpBoMQ5DGTHbIEIIwtMjN2Ycq5hdfkPE9nQ,2368
IPython/terminal/pt_inputhooks/qt.py,sha256=ql_qw2lsvZJJD7f9BndtcW5VJddzE4PgrdPnd1n4eMM,3206
IPython/terminal/pt_inputhooks/tk.py,sha256=1aSYCec97FQpk7HyvIKHFiWBrJrJN7zgXHENQ3DjMEE,3648
IPython/terminal/pt_inputhooks/wx.py,sha256=RZC045DMr17sMSWS63VZlI_7vkg_evOBZilxJuc6uZQ,7132
IPython/terminal/ptutils.py,sha256=FhbB70PNwK63BYAU082e2hVhY6511AIdwDDgGKnx-nA,7396
IPython/terminal/shortcuts.py,sha256=Ao7HPx87WpxUjX0mfCQQAKzrDQPZDnAUKRiSatTKZYg,17128
IPython/terminal/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
IPython/terminal/tests/__pycache__/__init__.cpython-38.pyc,,
IPython/terminal/tests/__pycache__/test_debug_magic.cpython-38.pyc,,
IPython/terminal/tests/__pycache__/test_embed.cpython-38.pyc,,
IPython/terminal/tests/__pycache__/test_help.cpython-38.pyc,,
IPython/terminal/tests/__pycache__/test_interactivshell.cpython-38.pyc,,
IPython/terminal/tests/test_debug_magic.py,sha256=2yv230xiNj32mtGv4SP_VCABENxiJEctMqjKZ_nNXFk,2375
IPython/terminal/tests/test_embed.py,sha256=cSElGIEfvrwqK1i6tgEu3ZEhbanqqVrYm5ddeFferds,4804
IPython/terminal/tests/test_help.py,sha256=aPcn8TmY1sey8wl09fmXyPZR3bUO8WYUzd61VPEjr44,722
IPython/terminal/tests/test_interactivshell.py,sha256=gDVwues9fGH124xRd0mTRz_kZ1Dczk-cBB1eR8tIk_8,7749
IPython/testing/__init__.py,sha256=9t97XO03Ez9GdZA5FWZYmfyHZt2c3AqQe2dj_0AiPJY,784
IPython/testing/__pycache__/__init__.cpython-38.pyc,,
IPython/testing/__pycache__/decorators.cpython-38.pyc,,
IPython/testing/__pycache__/globalipapp.cpython-38.pyc,,
IPython/testing/__pycache__/ipunittest.cpython-38.pyc,,
IPython/testing/__pycache__/skipdoctest.cpython-38.pyc,,
IPython/testing/__pycache__/tools.cpython-38.pyc,,
IPython/testing/decorators.py,sha256=BhpK4M02JPLOTfZRUOYWrL2iescgOKYBOt9SwF6yGzA,6793
IPython/testing/globalipapp.py,sha256=c6tNPOu6-oZN6P_fQDJQ-N9Slp4jPyZAnwrzpY0idC4,3964
IPython/testing/ipunittest.py,sha256=lmCOgPk1HuQnfIM4bdYX-eC7X5NmwQON-Rx_PuVPOSI,6540
IPython/testing/plugin/README.txt,sha256=9Gkx2cWar5iNgkBoZY2HGvEvSEek3tj_MJIDbqNt5Ug,1043
IPython/testing/plugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
IPython/testing/plugin/__pycache__/__init__.cpython-38.pyc,,
IPython/testing/plugin/__pycache__/dtexample.cpython-38.pyc,,
IPython/testing/plugin/__pycache__/ipdoctest.cpython-38.pyc,,
IPython/testing/plugin/__pycache__/pytest_ipdoctest.cpython-38.pyc,,
IPython/testing/plugin/__pycache__/setup.cpython-38.pyc,,
IPython/testing/plugin/__pycache__/simple.cpython-38.pyc,,
IPython/testing/plugin/__pycache__/simplevars.cpython-38.pyc,,
IPython/testing/plugin/__pycache__/test_ipdoctest.cpython-38.pyc,,
IPython/testing/plugin/__pycache__/test_refs.cpython-38.pyc,,
IPython/testing/plugin/dtexample.py,sha256=vRy_SCI1Lajyy9h18rC67BfYUmM6oUwu679602KMRVE,2926
IPython/testing/plugin/ipdoctest.py,sha256=cDVEwunMCMdMw5iIoqkwDqFzJR7wN23Sm8rYLsuYOQo,11891
IPython/testing/plugin/pytest_ipdoctest.py,sha256=kcnmP3jO-LD51yXY7bzR2PpqSwLHfvwXB1qt1vSUiWI,29692
IPython/testing/plugin/setup.py,sha256=945a09Zm2HWWvukd5IVZ4v5p1czQPJfVlr5_Idey2AA,539
IPython/testing/plugin/simple.py,sha256=YjVhrNz_312zpW3C-U7FiyFG0A49FkE33A8kLXmcUf8,727
IPython/testing/plugin/simplevars.py,sha256=VlIiArahWGnJXQC8Kda36GOQOBlhEg6QeeW4DQ-IaOQ,23
IPython/testing/plugin/test_combo.txt,sha256=rrXjdOlRh9DltFu3GpuWuD0Hojtj4QQcEBOm52Z3-dE,923
IPython/testing/plugin/test_example.txt,sha256=CGM8aZIYHlePDdAnR1yX3MfDGu0OceZpUiI_Y4tZGaU,730
IPython/testing/plugin/test_exampleip.txt,sha256=5gLcj8iCk-WCOGz0ObpQpuZMhGwS1jUMyH3mouGxQJI,814
IPython/testing/plugin/test_ipdoctest.py,sha256=Lc3qQdZ3amXf9EKA7JlXf30b3BzP8RwdNS9-SMRe2P0,1907
IPython/testing/plugin/test_refs.py,sha256=y-Y2Q8niRIbaanbwpIzvEwwaHkJfAq10HYfb4bAXHBc,715
IPython/testing/skipdoctest.py,sha256=haSEhd8EJr2Y0EbXXxv3pGvK6AQ8Lb7SyqkX5O8EU6s,717
IPython/testing/tests/__init__.py,sha256=J4sAH04HH8RQnex-9174r9l7O15gIPzYUBXCcn6oAC0,558
IPython/testing/tests/__pycache__/__init__.cpython-38.pyc,,
IPython/testing/tests/__pycache__/test_decorators.cpython-38.pyc,,
IPython/testing/tests/__pycache__/test_ipunittest.cpython-38.pyc,,
IPython/testing/tests/__pycache__/test_tools.cpython-38.pyc,,
IPython/testing/tests/test_decorators.py,sha256=xL30832viv2PxN-7yt7HVElc5vA1OOqWVZuXfqubtT8,3955
IPython/testing/tests/test_ipunittest.py,sha256=7-1iCczPW2mH7aqcZA6F_yGpV7EBVYz8s_3rI1mNqsc,3301
IPython/testing/tests/test_tools.py,sha256=3dtqZhP7KiUBaeK-TG7tuRbtpajTXi5BZ2j1JYhdr0M,4157
IPython/testing/tools.py,sha256=jg2ONzFzRsGq4ZyxcTkXs2eXVTjJic1GHK6Wn2q131g,14105
IPython/utils/PyColorize.py,sha256=VpRFScmCJxcMpk_mpcFTkeTqbfASBuHtfXt1ruFM7Ww,10875
IPython/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
IPython/utils/__pycache__/PyColorize.cpython-38.pyc,,
IPython/utils/__pycache__/__init__.cpython-38.pyc,,
IPython/utils/__pycache__/_process_cli.cpython-38.pyc,,
IPython/utils/__pycache__/_process_common.cpython-38.pyc,,
IPython/utils/__pycache__/_process_posix.cpython-38.pyc,,
IPython/utils/__pycache__/_process_win32.cpython-38.pyc,,
IPython/utils/__pycache__/_process_win32_controller.cpython-38.pyc,,
IPython/utils/__pycache__/_sysinfo.cpython-38.pyc,,
IPython/utils/__pycache__/capture.cpython-38.pyc,,
IPython/utils/__pycache__/colorable.cpython-38.pyc,,
IPython/utils/__pycache__/coloransi.cpython-38.pyc,,
IPython/utils/__pycache__/contexts.cpython-38.pyc,,
IPython/utils/__pycache__/daemonize.cpython-38.pyc,,
IPython/utils/__pycache__/data.cpython-38.pyc,,
IPython/utils/__pycache__/decorators.cpython-38.pyc,,
IPython/utils/__pycache__/dir2.cpython-38.pyc,,
IPython/utils/__pycache__/encoding.cpython-38.pyc,,
IPython/utils/__pycache__/eventful.cpython-38.pyc,,
IPython/utils/__pycache__/frame.cpython-38.pyc,,
IPython/utils/__pycache__/generics.cpython-38.pyc,,
IPython/utils/__pycache__/importstring.cpython-38.pyc,,
IPython/utils/__pycache__/io.cpython-38.pyc,,
IPython/utils/__pycache__/ipstruct.cpython-38.pyc,,
IPython/utils/__pycache__/jsonutil.cpython-38.pyc,,
IPython/utils/__pycache__/localinterfaces.cpython-38.pyc,,
IPython/utils/__pycache__/log.cpython-38.pyc,,
IPython/utils/__pycache__/module_paths.cpython-38.pyc,,
IPython/utils/__pycache__/openpy.cpython-38.pyc,,
IPython/utils/__pycache__/path.cpython-38.pyc,,
IPython/utils/__pycache__/process.cpython-38.pyc,,
IPython/utils/__pycache__/py3compat.cpython-38.pyc,,
IPython/utils/__pycache__/sentinel.cpython-38.pyc,,
IPython/utils/__pycache__/shimmodule.cpython-38.pyc,,
IPython/utils/__pycache__/signatures.cpython-38.pyc,,
IPython/utils/__pycache__/strdispatch.cpython-38.pyc,,
IPython/utils/__pycache__/sysinfo.cpython-38.pyc,,
IPython/utils/__pycache__/syspathcontext.cpython-38.pyc,,
IPython/utils/__pycache__/tempdir.cpython-38.pyc,,
IPython/utils/__pycache__/terminal.cpython-38.pyc,,
IPython/utils/__pycache__/text.cpython-38.pyc,,
IPython/utils/__pycache__/timing.cpython-38.pyc,,
IPython/utils/__pycache__/tokenutil.cpython-38.pyc,,
IPython/utils/__pycache__/traitlets.cpython-38.pyc,,
IPython/utils/__pycache__/tz.cpython-38.pyc,,
IPython/utils/__pycache__/ulinecache.cpython-38.pyc,,
IPython/utils/__pycache__/version.cpython-38.pyc,,
IPython/utils/__pycache__/wildcard.cpython-38.pyc,,
IPython/utils/_process_cli.py,sha256=4B5tCcHgR9_njzdrA069QP3xM78GRnfnbF_YchaVuyU,2020
IPython/utils/_process_common.py,sha256=5T2LhdNL2ba9rN1lsGLfrx1QV_y852xsBKvttb1gJ7g,7003
IPython/utils/_process_posix.py,sha256=DWUOgQz4imRJe80iT4mDc-RkX20hcmnrPDuInQYDvrY,8666
IPython/utils/_process_win32.py,sha256=FpNOzrjU0JlhCXNx3hlxJ_MeVQJhKQYq-9U_3D4VkEk,6132
IPython/utils/_process_win32_controller.py,sha256=KKqpJW6voLs7kp0A_wRfM03EcAI_iv5BJxglR011qLI,21329
IPython/utils/_sysinfo.py,sha256=_kExKShRXm8duB_AvuHscnB7EmfjsbPbE0dUdYzvHF8,46
IPython/utils/capture.py,sha256=seIkDR1LnmlsapRuvon5oiJhUc0pkUA-r_cCDHcH4AI,5161
IPython/utils/colorable.py,sha256=SCaeLJJlW14DZvoyaYPL-I6jLs78GA10xh0jCuSw8IY,786
IPython/utils/coloransi.py,sha256=athAwi12G_2Th_9e-fgpy2H2VfKDxz7Po_p1FljGuIs,6970
IPython/utils/contexts.py,sha256=Msm13cKE2DXUOuHMrA6xZxn0Gs_ZBu7e1Q2Ceql-RWo,1618
IPython/utils/daemonize.py,sha256=91wAJwuFXA1FM8wGlbBJCPPF906jFJ-rdJOUp4b_5ZE,200
IPython/utils/data.py,sha256=36VVGY1b0JG7_zSdbVSy8IzLqM0uT-uB12TBYWgd1lI,1015
IPython/utils/decorators.py,sha256=X55txCSE1jrSiEwBUEmTbvnnK4ZIBM8OTsbtKKzOUus,2067
IPython/utils/dir2.py,sha256=D8w5dlmaTLY6yyA9AEBDC1nqx4po4Ol6i2tGG9eXuO0,2232
IPython/utils/encoding.py,sha256=jcvinrdvt1o_5FmQFlfJciB3U_asdkYnG0KogaS5rUQ,2843
IPython/utils/eventful.py,sha256=ueH8yDENGzeCSLGHZX9SAvp2VU3AusGrMGd1hBNgJN8,139
IPython/utils/frame.py,sha256=4w8h7PqTC63akE-vyQoTRgDWy3cS_TpblVrIizlWS6s,3048
IPython/utils/generics.py,sha256=vRjgikNsLi0iZUtTTMN-l7rcZBPOG2uc7dyYFRHLUgs,706
IPython/utils/importstring.py,sha256=aBtB6LJz7Tsa5kIsi9HprC7g2pTc-a0Jx2SwxkqxPqQ,1050
IPython/utils/io.py,sha256=un_GuvPgRKwL3xZDZcTcdFxWp9vJM8zbVPp1ELATkBI,4793
IPython/utils/ipstruct.py,sha256=XPfl1b0rRjISwyG3P1e2kJLSFHawzcPY71UBoa5v7qo,11856
IPython/utils/jsonutil.py,sha256=2QsAXueCIbbmjyz37Im9yXU41XK_XGJ9aGA7NGilDIs,148
IPython/utils/localinterfaces.py,sha256=7Wt6gcjgHX4mcWbx_k3Z1GL4iR388ZRqM3Hhhh4_Uwg,169
IPython/utils/log.py,sha256=RB7Vkr2YiSyDvNg2h0qr-7MPvZ4GaFE2B9-ZLJX9ZpA,124
IPython/utils/module_paths.py,sha256=ndNunfp8WtGeH_BxjwGb3srNV_tybMh-xB2hWxHzY7Y,2339
IPython/utils/openpy.py,sha256=qnS9T2kfyVw5CLXvTkNivnbMzLZkaZ2v5SVJC2YCWVQ,3417
IPython/utils/path.py,sha256=U0Fm7P0EO2MH9pXAl5bjKHb7metCxnhbe2_sBBteJ7o,11977
IPython/utils/process.py,sha256=Id0XV9-CzfUInpEWQJTcjJUePte4sQuaJ-pmjgPIxEA,1878
IPython/utils/py3compat.py,sha256=E3jOq-RL0Bx4eEszX2Rr2igOV8YoT1XHFFRr2CdWb08,1601
IPython/utils/sentinel.py,sha256=pRzWbnR7gjM5R3g0ZqjSo94QNJpxgKWOLXT-yY18FmU,421
IPython/utils/shimmodule.py,sha256=Sf0hohTA4a6zu7lxyKL_CFOSbMi4Y4D530lejwdaAXQ,2669
IPython/utils/signatures.py,sha256=dIrPwSPou7WQWs5018lzs3-dEKwG-dX3g4_2_OCvdg4,474
IPython/utils/strdispatch.py,sha256=LM8jEQo7G77PxpjusJ7EqDEQW4YHYpEyb7xnE6RrEaw,1838
IPython/utils/sysinfo.py,sha256=5lkCpPwJBosubtOYzc6m-hF9fl1mboblpjJMaESNkEE,4324
IPython/utils/syspathcontext.py,sha256=BEEEuRIjnDO63aDtCkmE631SoxbTvHewmtPQwviU00Y,1952
IPython/utils/tempdir.py,sha256=kDS9L6yawXLwisdUKnHQ_WOW_7hAL0n80XqJTs-fT14,1866
IPython/utils/terminal.py,sha256=B62gC38aNiMIFjtonOLzu5POC8ezQKhBcGw5I2vpWNc,3333
IPython/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
IPython/utils/tests/__pycache__/__init__.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_capture.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_decorators.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_deprecated.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_dir2.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_imports.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_importstring.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_io.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_module_paths.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_openpy.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_path.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_process.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_pycolorize.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_shimmodule.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_sysinfo.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_tempdir.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_text.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_tokenutil.cpython-38.pyc,,
IPython/utils/tests/__pycache__/test_wildcard.cpython-38.pyc,,
IPython/utils/tests/test_capture.py,sha256=VfRuGBA7n521oa_uIN9_c_Lmyo0Vm912wuLV9xtDlCE,5319
IPython/utils/tests/test_decorators.py,sha256=y_Hp5tjT8YbXe87HLe0-b5qhU9BcEzKMUdzAJdy-OWg,170
IPython/utils/tests/test_deprecated.py,sha256=5QUNHDR5re_BowvOQKvM4d7vrstS-IPIQB6YNjqw6_o,183
IPython/utils/tests/test_dir2.py,sha256=y2Da3zwoFbLy0y1p8ofYg4rblJSP77gjSXRMjYxhuIs,1447
IPython/utils/tests/test_imports.py,sha256=6SWziRNPdGfA47SpcjXDJG7B6173EHT6vT39juEfBd0,439
IPython/utils/tests/test_importstring.py,sha256=3ga_tyi0vkn-WbUylEI8EixFsB45NVBH8MR_-e8orWY,1213
IPython/utils/tests/test_io.py,sha256=7ffZrTA9rvuKkc0b_4ADEcJlEY5OOmPGLqYgW0P4K2s,1445
IPython/utils/tests/test_module_paths.py,sha256=RBXzKznVAHinJN-p4beL7kdMfITLJ2JYo_5aVrpw-wo,3321
IPython/utils/tests/test_openpy.py,sha256=M_IYXSZPabQQJl3SwXmZCwju4vezIHlcNT9OqRDOQ4w,1219
IPython/utils/tests/test_path.py,sha256=NzFbghnrUziB7a4-SP9F6wGILxvkgXTWPACTL_yq8ec,16104
IPython/utils/tests/test_process.py,sha256=RBEWt4efV9UJjO3JnihFuuA6ZFAJj4n4G5nckhOINiU,6134
IPython/utils/tests/test_pycolorize.py,sha256=EImRHBzRI7_UK0kuxB_OtaTANAOOBTSc491jGVvLPXQ,1711
IPython/utils/tests/test_shimmodule.py,sha256=JEFbjzpXdDE-QUzgitFpVtnb0ve5NBjaacgz1uil3Tg,387
IPython/utils/tests/test_sysinfo.py,sha256=omDs63QvyPXSlJT2jqDihBfVXPx5zLyhnG-25-2M6HE,464
IPython/utils/tests/test_tempdir.py,sha256=sf_g4uJBGELf7nGZsWQwQlN8-X2PVOv9j2_Zs8-P-oY,1108
IPython/utils/tests/test_text.py,sha256=jnmmVFao-Z4sbPspabOnVvDGmsix1IDcACNxjZGHmY8,7125
IPython/utils/tests/test_tokenutil.py,sha256=7tXFsKesEBxe_5rkhU5msbkk_fRMRlCo0MwmAV6jH88,3918
IPython/utils/tests/test_wildcard.py,sha256=VJVK7LxaEYJKv6Tynlj4ye_GRyMHEI_3iT80i3PJuZk,4729
IPython/utils/text.py,sha256=-XZlvHpdnvIS_hSm8rtO6Q7qps6els241Vf_Zmd8SVE,22803
IPython/utils/timing.py,sha256=5cdn0uxRYA6_PwTJMBYHl53liiYNW4p4f28Chasix9k,4238
IPython/utils/tokenutil.py,sha256=f9iAFtYL3JUJRv_JTJCWfrCaEjTLw_SSNvpPoWAZ99w,3928
IPython/utils/traitlets.py,sha256=SnRNQ20hSnvceaWsTIjZRe2R90NAC58PVJl9bMt-41A,143
IPython/utils/tz.py,sha256=gjMCFONMznt3xNG18BBNCXI4YRPlOFT7OJdrQ8Ntt-M,1352
IPython/utils/ulinecache.py,sha256=WySMSMJDRsm1Z5CGY24KdmoA2eLDZEayqWR6V_sIuik,684
IPython/utils/version.py,sha256=9SuuYeztj_lwbL_o-RLjfC4vJfel3HCde6NWY4KLt60,1223
IPython/utils/wildcard.py,sha256=6EEc3OEYp-IuSoidL6nwpaHg--GxnzbAJTmFiz77CNE,4612
ipython-8.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
ipython-8.2.0.dist-info/LICENSE,sha256=4OOQdI7UQKuJPKHxNaiKkgqvVAnbuQpbQnx1xeUSaPs,1720
ipython-8.2.0.dist-info/METADATA,sha256=LjwrByfWG3HDRJ4VC937o5yfvt-gRSHS0Twv9NG9kv4,4916
ipython-8.2.0.dist-info/RECORD,,
ipython-8.2.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
ipython-8.2.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
ipython-8.2.0.dist-info/entry_points.txt,sha256=1078eGaXVuhZyDuwlmp1pWDc3HtDrYO9CZoXGAcGCw8,244
ipython-8.2.0.dist-info/top_level.txt,sha256=PKjvHtNCBZ9EHTmd2mwJ1J_k3j0F6D1lTFzIcJFFPEU,8

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,8 @@
[console_scripts]
ipython = IPython:start_ipython
ipython3 = IPython:start_ipython
[pygments.lexers]
ipython = IPython.lib.lexers:IPythonLexer
ipython3 = IPython.lib.lexers:IPython3Lexer
ipythonconsole = IPython.lib.lexers:IPythonConsoleLexer

View file

@ -0,0 +1 @@
IPython