xdoctest

View on PyPIReverse Dependencies (107)

1.1.3 xdoctest-1.1.3-py3-none-any.whl

Wheel Details

Project: xdoctest
Version: 1.1.3
Filename: xdoctest-1.1.3-py3-none-any.whl
Download: [link]
Size: 146728
MD5: bea912927b569c31fa47c7615ea4d521
SHA256: 9360535bd1a971ffc216d9613898cedceb81d0fd024587cc3c03c74d14c00a31
Uploaded: 2024-01-30 18:32:55 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: xdoctest
Version: 1.1.3
Summary: A rewrite of the builtin doctest module
Author: Jon Crall
Author-Email: erotemic[at]gmail.com
Home-Page: https://github.com/Erotemic/xdoctest
License: Apache 2
Keywords: xdoctest,doctest,test,docstr,pytest
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Classifier: Framework :: Pytest
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Requires-Dist: pyflakes (>=2.2.0); extra == "all"
Requires-Dist: pyflakes (==2.2.0); extra == "all-strict"
Requires-Dist: colorama (==0.4.1); platform_system == "Windows" and extra == "all-strict"
Requires-Dist: debugpy (==1.3.0); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict"
Requires-Dist: pytest (==4.6.0); (python_version < "3.10.0" and python_version >= "3.7.0") and extra == "all-strict"
Requires-Dist: tomli (==0.2.0); (python_version < "3.11.0" and python_version >= "3.6") and extra == "all-strict"
Requires-Dist: ipykernel (==6.0.0); (python_version < "3.12" and python_version >= "3.7" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "all-strict"
Requires-Dist: Pygments (==2.0.0); (python_version < "3.5.0" and python_version >= "2.7.0") and extra == "all-strict"
Requires-Dist: jupyter-client (==6.1.5); (python_version < "3.6.1" and python_version >= "3.6") and extra == "all-strict"
Requires-Dist: IPython (==7.10.0); (python_version < "3.7" and python_version >= "3.6") and extra == "all-strict"
Requires-Dist: debugpy (==1.0.0); (python_version < "3.7" and python_version >= "3.6") and extra == "all-strict"
Requires-Dist: ipykernel (==5.2.0); (python_version < "3.7" and python_version >= "3.6" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "all-strict"
Requires-Dist: pytest (==4.6.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "all-strict"
Requires-Dist: nbconvert (==6.0.0); (python_version < "3.7.0" and python_version >= "3.6.0" and platform_python_implementation != "PyPy") and extra == "all-strict"
Requires-Dist: debugpy (==1.0.0); (python_version < "3.8" and python_version >= "3.7") and extra == "all-strict"
Requires-Dist: debugpy (==1.0.0); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict"
Requires-Dist: ipykernel (==6.11.0); (python_version < "4.0" and python_version >= "3.12" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "all-strict"
Requires-Dist: typing (==3.7.4); python_version <= "3.4" and extra == "all-strict"
Requires-Dist: debugpy (==1.6.0); python_version >= "3.10" and extra == "all-strict"
Requires-Dist: pytest (==6.2.5); python_version >= "3.10.0" and extra == "all-strict"
Requires-Dist: Pygments (==2.4.1); python_version >= "3.5.0" and extra == "all-strict"
Requires-Dist: attrs (==19.2.0); python_version >= "3.6" and extra == "all-strict"
Requires-Dist: jedi (==0.16); python_version >= "3.6" and extra == "all-strict"
Requires-Dist: jupyter-core (==4.7.0); python_version >= "3.6" and extra == "all-strict"
Requires-Dist: ipython-genutils (==0.2.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "all-strict"
Requires-Dist: jinja2 (==3.0.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "all-strict"
Requires-Dist: pytest-cov (==3.0.0); python_version >= "3.6.0" and extra == "all-strict"
Requires-Dist: jupyter-client (==7.0.0); python_version >= "3.6.1" and extra == "all-strict"
Requires-Dist: IPython (==7.23.1); python_version >= "3.7" and extra == "all-strict"
Requires-Dist: nbconvert (==6.1.0); (python_version >= "3.7.0" and platform_python_implementation != "PyPy") and extra == "all-strict"
Requires-Dist: colorama (>=0.4.1); platform_system == "Windows" and extra == "all"
Requires-Dist: debugpy (>=1.3.0); (python_version < "3.10" and python_version >= "3.9") and extra == "all"
Requires-Dist: pytest (>=4.6.0); (python_version < "3.10.0" and python_version >= "3.7.0") and extra == "all"
Requires-Dist: tomli (>=0.2.0); (python_version < "3.11.0" and python_version >= "3.6") and extra == "all"
Requires-Dist: ipykernel (>=6.0.0); (python_version < "3.12" and python_version >= "3.7" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "all"
Requires-Dist: Pygments (>=2.0.0); (python_version < "3.5.0" and python_version >= "2.7.0") and extra == "all"
Requires-Dist: jupyter-client (>=6.1.5); (python_version < "3.6.1" and python_version >= "3.6") and extra == "all"
Requires-Dist: IPython (>=7.10.0); (python_version < "3.7" and python_version >= "3.6") and extra == "all"
Requires-Dist: debugpy (>=1.0.0); (python_version < "3.7" and python_version >= "3.6") and extra == "all"
Requires-Dist: ipykernel (>=5.2.0); (python_version < "3.7" and python_version >= "3.6" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "all"
Requires-Dist: pytest (>=4.6.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "all"
Requires-Dist: nbconvert (>=6.0.0); (python_version < "3.7.0" and python_version >= "3.6.0" and platform_python_implementation != "PyPy") and extra == "all"
Requires-Dist: debugpy (>=1.0.0); (python_version < "3.8" and python_version >= "3.7") and extra == "all"
Requires-Dist: debugpy (>=1.0.0); (python_version < "3.9" and python_version >= "3.8") and extra == "all"
Requires-Dist: ipykernel (>=6.11.0); (python_version < "4.0" and python_version >= "3.12" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "all"
Requires-Dist: typing (>=3.7.4); python_version <= "3.4" and extra == "all"
Requires-Dist: debugpy (>=1.6.0); python_version >= "3.10" and extra == "all"
Requires-Dist: pytest (>=6.2.5); python_version >= "3.10.0" and extra == "all"
Requires-Dist: Pygments (>=2.4.1); python_version >= "3.5.0" and extra == "all"
Requires-Dist: attrs (>=19.2.0); python_version >= "3.6" and extra == "all"
Requires-Dist: jedi (>=0.16); python_version >= "3.6" and extra == "all"
Requires-Dist: jupyter-core (>=4.7.0); python_version >= "3.6" and extra == "all"
Requires-Dist: ipython-genutils (>=0.2.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "all"
Requires-Dist: jinja2 (>=3.0.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "all"
Requires-Dist: pytest-cov (>=3.0.0); python_version >= "3.6.0" and extra == "all"
Requires-Dist: jupyter-client (>=7.0.0); python_version >= "3.6.1" and extra == "all"
Requires-Dist: IPython (>=7.23.1); python_version >= "3.7" and extra == "all"
Requires-Dist: nbconvert (>=6.1.0); (python_version >= "3.7.0" and platform_python_implementation != "PyPy") and extra == "all"
Requires-Dist: colorama; platform_system == "Windows" and extra == "colors"
Requires-Dist: Pygments; (python_version < "3.5.0" and python_version >= "2.7.0") and extra == "colors"
Requires-Dist: Pygments; python_version >= "3.5.0" and extra == "colors"
Requires-Dist: debugpy; (python_version < "3.10" and python_version >= "3.9") and extra == "jupyter"
Requires-Dist: ipykernel; (python_version < "3.12" and python_version >= "3.7" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "jupyter"
Requires-Dist: jupyter-client; (python_version < "3.6.1" and python_version >= "3.6") and extra == "jupyter"
Requires-Dist: IPython; (python_version < "3.7" and python_version >= "3.6") and extra == "jupyter"
Requires-Dist: debugpy; (python_version < "3.7" and python_version >= "3.6") and extra == "jupyter"
Requires-Dist: ipykernel; (python_version < "3.7" and python_version >= "3.6" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "jupyter"
Requires-Dist: nbconvert; (python_version < "3.7.0" and python_version >= "3.6.0" and platform_python_implementation != "PyPy") and extra == "jupyter"
Requires-Dist: debugpy; (python_version < "3.8" and python_version >= "3.7") and extra == "jupyter"
Requires-Dist: debugpy; (python_version < "3.9" and python_version >= "3.8") and extra == "jupyter"
Requires-Dist: ipykernel; (python_version < "4.0" and python_version >= "3.12" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "jupyter"
Requires-Dist: debugpy; python_version >= "3.10" and extra == "jupyter"
Requires-Dist: attrs; python_version >= "3.6" and extra == "jupyter"
Requires-Dist: jedi; python_version >= "3.6" and extra == "jupyter"
Requires-Dist: jupyter-core; python_version >= "3.6" and extra == "jupyter"
Requires-Dist: ipython-genutils; (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "jupyter"
Requires-Dist: jinja2; (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "jupyter"
Requires-Dist: jupyter-client; python_version >= "3.6.1" and extra == "jupyter"
Requires-Dist: IPython; python_version >= "3.7" and extra == "jupyter"
Requires-Dist: nbconvert; (python_version >= "3.7.0" and platform_python_implementation != "PyPy") and extra == "jupyter"
Requires-Dist: pyflakes (>=2.2.0); extra == "optional"
Requires-Dist: pyflakes (==2.2.0); extra == "optional-strict"
Requires-Dist: colorama (==0.4.1); platform_system == "Windows" and extra == "optional-strict"
Requires-Dist: debugpy (==1.3.0); (python_version < "3.10" and python_version >= "3.9") and extra == "optional-strict"
Requires-Dist: tomli (==0.2.0); (python_version < "3.11.0" and python_version >= "3.6") and extra == "optional-strict"
Requires-Dist: ipykernel (==6.0.0); (python_version < "3.12" and python_version >= "3.7" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "optional-strict"
Requires-Dist: Pygments (==2.0.0); (python_version < "3.5.0" and python_version >= "2.7.0") and extra == "optional-strict"
Requires-Dist: jupyter-client (==6.1.5); (python_version < "3.6.1" and python_version >= "3.6") and extra == "optional-strict"
Requires-Dist: IPython (==7.10.0); (python_version < "3.7" and python_version >= "3.6") and extra == "optional-strict"
Requires-Dist: debugpy (==1.0.0); (python_version < "3.7" and python_version >= "3.6") and extra == "optional-strict"
Requires-Dist: ipykernel (==5.2.0); (python_version < "3.7" and python_version >= "3.6" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "optional-strict"
Requires-Dist: nbconvert (==6.0.0); (python_version < "3.7.0" and python_version >= "3.6.0" and platform_python_implementation != "PyPy") and extra == "optional-strict"
Requires-Dist: debugpy (==1.0.0); (python_version < "3.8" and python_version >= "3.7") and extra == "optional-strict"
Requires-Dist: debugpy (==1.0.0); (python_version < "3.9" and python_version >= "3.8") and extra == "optional-strict"
Requires-Dist: ipykernel (==6.11.0); (python_version < "4.0" and python_version >= "3.12" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "optional-strict"
Requires-Dist: debugpy (==1.6.0); python_version >= "3.10" and extra == "optional-strict"
Requires-Dist: Pygments (==2.4.1); python_version >= "3.5.0" and extra == "optional-strict"
Requires-Dist: attrs (==19.2.0); python_version >= "3.6" and extra == "optional-strict"
Requires-Dist: jedi (==0.16); python_version >= "3.6" and extra == "optional-strict"
Requires-Dist: jupyter-core (==4.7.0); python_version >= "3.6" and extra == "optional-strict"
Requires-Dist: ipython-genutils (==0.2.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "optional-strict"
Requires-Dist: jinja2 (==3.0.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "optional-strict"
Requires-Dist: jupyter-client (==7.0.0); python_version >= "3.6.1" and extra == "optional-strict"
Requires-Dist: IPython (==7.23.1); python_version >= "3.7" and extra == "optional-strict"
Requires-Dist: nbconvert (==6.1.0); (python_version >= "3.7.0" and platform_python_implementation != "PyPy") and extra == "optional-strict"
Requires-Dist: colorama (>=0.4.1); platform_system == "Windows" and extra == "optional"
Requires-Dist: debugpy (>=1.3.0); (python_version < "3.10" and python_version >= "3.9") and extra == "optional"
Requires-Dist: tomli (>=0.2.0); (python_version < "3.11.0" and python_version >= "3.6") and extra == "optional"
Requires-Dist: ipykernel (>=6.0.0); (python_version < "3.12" and python_version >= "3.7" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "optional"
Requires-Dist: Pygments (>=2.0.0); (python_version < "3.5.0" and python_version >= "2.7.0") and extra == "optional"
Requires-Dist: jupyter-client (>=6.1.5); (python_version < "3.6.1" and python_version >= "3.6") and extra == "optional"
Requires-Dist: IPython (>=7.10.0); (python_version < "3.7" and python_version >= "3.6") and extra == "optional"
Requires-Dist: debugpy (>=1.0.0); (python_version < "3.7" and python_version >= "3.6") and extra == "optional"
Requires-Dist: ipykernel (>=5.2.0); (python_version < "3.7" and python_version >= "3.6" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "optional"
Requires-Dist: nbconvert (>=6.0.0); (python_version < "3.7.0" and python_version >= "3.6.0" and platform_python_implementation != "PyPy") and extra == "optional"
Requires-Dist: debugpy (>=1.0.0); (python_version < "3.8" and python_version >= "3.7") and extra == "optional"
Requires-Dist: debugpy (>=1.0.0); (python_version < "3.9" and python_version >= "3.8") and extra == "optional"
Requires-Dist: ipykernel (>=6.11.0); (python_version < "4.0" and python_version >= "3.12" and (platform_system != "Windows" or platform_python_implementation != "PyPy")) and extra == "optional"
Requires-Dist: debugpy (>=1.6.0); python_version >= "3.10" and extra == "optional"
Requires-Dist: Pygments (>=2.4.1); python_version >= "3.5.0" and extra == "optional"
Requires-Dist: attrs (>=19.2.0); python_version >= "3.6" and extra == "optional"
Requires-Dist: jedi (>=0.16); python_version >= "3.6" and extra == "optional"
Requires-Dist: jupyter-core (>=4.7.0); python_version >= "3.6" and extra == "optional"
Requires-Dist: ipython-genutils (>=0.2.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "optional"
Requires-Dist: jinja2 (>=3.0.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "optional"
Requires-Dist: jupyter-client (>=7.0.0); python_version >= "3.6.1" and extra == "optional"
Requires-Dist: IPython (>=7.23.1); python_version >= "3.7" and extra == "optional"
Requires-Dist: nbconvert (>=6.1.0); (python_version >= "3.7.0" and platform_python_implementation != "PyPy") and extra == "optional"
Requires-Dist: cmake (==3.21.2); python_version < "3.11" and extra == "tests-binary-strict"
Requires-Dist: ninja (==1.10.2); python_version < "3.11" and extra == "tests-binary-strict"
Requires-Dist: pybind11 (==2.7.1); python_version < "3.11" and extra == "tests-binary-strict"
Requires-Dist: scikit-build (==0.11.1); python_version < "3.11" and extra == "tests-binary-strict"
Requires-Dist: cmake (==3.25.0); (python_version < "4.0" and python_version >= "3.11") and extra == "tests-binary-strict"
Requires-Dist: ninja (==1.11.1); (python_version < "4.0" and python_version >= "3.11") and extra == "tests-binary-strict"
Requires-Dist: pybind11 (==2.10.3); (python_version < "4.0" and python_version >= "3.11") and extra == "tests-binary-strict"
Requires-Dist: scikit-build (==0.16.1); (python_version < "4.0" and python_version >= "3.11") and extra == "tests-binary-strict"
Requires-Dist: cmake; python_version < "3.11" and extra == "tests-binary"
Requires-Dist: ninja; python_version < "3.11" and extra == "tests-binary"
Requires-Dist: pybind11; python_version < "3.11" and extra == "tests-binary"
Requires-Dist: scikit-build; python_version < "3.11" and extra == "tests-binary"
Requires-Dist: cmake; (python_version < "4.0" and python_version >= "3.11") and extra == "tests-binary"
Requires-Dist: ninja; (python_version < "4.0" and python_version >= "3.11") and extra == "tests-binary"
Requires-Dist: pybind11; (python_version < "4.0" and python_version >= "3.11") and extra == "tests-binary"
Requires-Dist: scikit-build; (python_version < "4.0" and python_version >= "3.11") and extra == "tests-binary"
Requires-Dist: pytest (==4.6.0); (python_version < "3.10.0" and python_version >= "3.7.0") and extra == "tests-strict"
Requires-Dist: pytest (==4.6.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "tests-strict"
Requires-Dist: typing (==3.7.4); python_version <= "3.4" and extra == "tests-strict"
Requires-Dist: pytest (==6.2.5); python_version >= "3.10.0" and extra == "tests-strict"
Requires-Dist: pytest-cov (==3.0.0); python_version >= "3.6.0" and extra == "tests-strict"
Requires-Dist: pytest (>=4.6.0); (python_version < "3.10.0" and python_version >= "3.7.0") and extra == "tests"
Requires-Dist: pytest (>=4.6.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "tests"
Requires-Dist: typing (>=3.7.4); python_version <= "3.4" and extra == "tests"
Requires-Dist: pytest (>=6.2.5); python_version >= "3.10.0" and extra == "tests"
Requires-Dist: pytest-cov (>=3.0.0); python_version >= "3.6.0" and extra == "tests"
Provides-Extra: all
Provides-Extra: all-strict
Provides-Extra: colors
Provides-Extra: jupyter
Provides-Extra: optional
Provides-Extra: optional-strict
Provides-Extra: runtime-strict
Provides-Extra: tests
Provides-Extra: tests-binary
Provides-Extra: tests-binary-strict
Provides-Extra: tests-strict
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 20210 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
xdoctest/__init__.py sha256=ral88arjJUWVyMf-pqiWY9EbsE2HpsJ_oSayuuu12Zo 12192
xdoctest/__main__.py sha256=_vQ7meZPpW2smBg4NxAOP_TcgwW18UgXDcZHAe2AVbQ 5443
xdoctest/__main__.pyi sha256=JkySJE20InKtH3I8PybqWOu39aXWE2_seMv4X7Bzoy4 91
xdoctest/_tokenize.py sha256=Vdc7AsvBPcN4M1G7JwfPwW2Yf9SfgSbTdw-ESWJxd9k 26380
xdoctest/checker.py sha256=O9XFPhXPjzGyLWTf6_jLUaxxqK9cg_x1dj2x-Q3AOTk 21443
xdoctest/checker.pyi sha256=MwsNpmyygW2IP_7cLydsvlZhJsWPX-T5hEvXFaSfZq4 1577
xdoctest/constants.py sha256=sz1sqtVpUJtvIXAXy8oka3r5RJjeUzNd_XnO1j3_RgQ 1557
xdoctest/constants.pyi sha256=NCCETucH5ZZpTCXvkYsREQnaG8eTEb9OidthHv_1d5o 328
xdoctest/core.py sha256=hD6X8c3Q1ajxYWASDnd1J-E8PRqJQmr8slX6ftX6lkM 26131
xdoctest/core.pyi sha256=JwtPV_kNw8zf6Jv6Y7cU6YB5_-KtCLuWa_ol7_z_qDQ 1999
xdoctest/demo.py sha256=9xb8AkeDAEPPG5YQygSahntZBG9Q2rJfSbb0AzieBdg 3024
xdoctest/demo.pyi sha256=0TCFy-JAwwfCKzzg1itn3uSVKr_ZoiOq98UlyxoUBYs 271
xdoctest/directive.py sha256=OFf6HMIbEQq7OQJy3nQp4n5wo0fAYUnBZvcUH7gx5xI 32667
xdoctest/directive.pyi sha256=r57JWhtQHlxvLhy2-FgmqYTBj9qTDsBEgSID_3E-skE 1918
xdoctest/doctest_example.py sha256=IsC7v4Zu8Sknppwa_uLkqRgHAdPH4ktBcHRJqvKtyy8 55051
xdoctest/doctest_example.pyi sha256=39xVkEAx5B0memDIgsyKIlC1FTNk0kRJjwbdv5yZKHs 2789
xdoctest/doctest_part.py sha256=1jXsHv4-5XgUzh2xsf3cAf21DEUOTMqm-sadW056Wug 11800
xdoctest/doctest_part.pyi sha256=cbf7_qtusu72Yl1KKyLXZdDg7QqyRwoiWvdIaeM8vC4 1663
xdoctest/dynamic_analysis.py sha256=LBiyswGp9n9c0NdVChZ1OOXZa40-BGpLPBr3BIlNwM4 9987
xdoctest/dynamic_analysis.pyi sha256=OqmGEmJ-Qf3roZckw9GTVLugcXR8fC-hV7sH1N7TFys 697
xdoctest/exceptions.py sha256=BI45rguGKwgIoojXwwVuyfsAAd-3tnj_1sS81crxh6U 1262
xdoctest/exceptions.pyi sha256=iZV5C6Zy8iX3Vs6yt-wcIx5oVsK-4pw_jk0402c4LwY 587
xdoctest/global_state.py sha256=6Nx5lyjiifgelwxzQ-w0HWq176OMlNTvLD86ECsCPGw 682
xdoctest/global_state.pyi sha256=dH2tO3WXO76azGWu6zZLOEQrO3auQpnz9MHiPFkok3w 151
xdoctest/parser.py sha256=GLuWzyWe1m5SeXzZCL4SCv_-WHucg_mZabCsFYl7Li8 42409
xdoctest/parser.pyi sha256=KyPR_66eW15NOdmLrYbXgq9TbPiHkaqcxhp2oYLV4Dc 438
xdoctest/plugin.py sha256=EFcTgfOlH955aN4DoV8VQYwJ4Kd3eUkhS6Dpfx-KqxI 14348
xdoctest/plugin.pyi sha256=wj0JoSdsdFMQy8fhqMlEudgVuGPa1OTtl1-W9sawsGI 1508
xdoctest/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
xdoctest/runner.py sha256=T9jwKwRyfQqJUIX8l1bs4fJRI5EwLA8---ChjqUy2h0 30275
xdoctest/runner.pyi sha256=hVO0wHCvac6Vj9ZaEhuwdEk34_Y7-5_JJ8dKNzanW8g 1040
xdoctest/static_analysis.py sha256=eDInjBbsE40YmkIC4FrUOCYFe_Q7iHXwsuAh4mgrc-Y 42107
xdoctest/static_analysis.pyi sha256=pkk0kbx8qNz6NCxfqSitwXraRqUaVGvKOfmKerZqk-Y 2858
xdoctest/docstr/__init__.py sha256=PFLxdr88rVykmzc2uSx9sjqYD_kpbBFuA7rzjQVrcWQ 563
xdoctest/docstr/docscrape_google.py sha256=f5PRTS6E0uCx805TnUYfzVyY3DpK8AkNVi5rOxlJWPc 20264
xdoctest/docstr/docscrape_numpy.py sha256=tpv-Z06vqWdCEUEkv-Xr8ntIJvDfnvJYWA2TMkqMpBM 56
xdoctest/utils/__init__.py sha256=kIR_MHmNhxtCeCkrTwkx5O18XD81s6icgbckk8M5Kpg 1938
xdoctest/utils/util_deprecation.py sha256=m9G1JevFixqujRcIxbMokagIDltxAMUMke9BIqtDbzQ 5350
xdoctest/utils/util_import.py sha256=zb8kiUzgZFW9-x1nN2PySsQ31wrdutpRfKjxcPw-gaU 37965
xdoctest/utils/util_misc.py sha256=GYgBpPGJSnCK-BBa6zwdUQ-TokjMr9M048bTUBxdZXE 4064
xdoctest/utils/util_mixins.py sha256=tsf7oZpqDBEvHm6Rd1BzHroRxm-n3SsocQlUFqz-Ks4 1649
xdoctest/utils/util_notebook.py sha256=2ahBlhiRcspFNfijLnGF2ZLUfdYWfwD6PEdABAFwNOc 10706
xdoctest/utils/util_path.py sha256=MXA_0ntPeL41lKdJ9gWacXXoRC8lQjnpKTNxhlifRxA 2370
xdoctest/utils/util_str.py sha256=YQ7RGdQqj6fM32EkmOtZVKhbW8kkO5KPtx0cWEVC_EQ 10306
xdoctest/utils/util_stream.py sha256=JrSpnWYytoXG9arJITAUKTwHBRN2fUlZ_q18XXtwtsc 6525
xdoctest-1.1.3.dist-info/LICENSE sha256=0quLZ8o0nUquYCSxd5-KvFoQ-S1XH5jPiGpddnSea-4 11341
xdoctest-1.1.3.dist-info/METADATA sha256=6DklkNsSDWjxnX5y0xWJFtmFKqKGNWRUyAW0d9FyzoM 39123
xdoctest-1.1.3.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
xdoctest-1.1.3.dist-info/entry_points.txt sha256=pXeLloUtyCDkICij7GZotJ63cZzbncKfTqedawdZ_1M 92
xdoctest-1.1.3.dist-info/top_level.txt sha256=rkMF3toGJgCwHzLy81dsmLmfLOUoo752SZFnASuW48o 9
xdoctest-1.1.3.dist-info/RECORD

top_level.txt

xdoctest

entry_points.txt

xdoctest = xdoctest.__main__:main
xdoctest = xdoctest.plugin