Metadata-Version: |
2.1 |
Name: |
xdoctest |
Version: |
1.2.0 |
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 :: Utilities |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Topic :: Software Development :: Testing |
Classifier: |
Framework :: Pytest |
Classifier: |
Programming Language :: Python :: 3 |
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.8 |
Requires-Dist: |
jupyter-client (>=7.0.0); extra == "all" |
Requires-Dist: |
IPython (>=7.23.1); extra == "all" |
Requires-Dist: |
jedi (>=0.16); extra == "all" |
Requires-Dist: |
attrs (>=19.2.0); extra == "all" |
Requires-Dist: |
jupyter-core (>=4.7.0); extra == "all" |
Requires-Dist: |
pyflakes (>=2.2.0); extra == "all" |
Requires-Dist: |
jupyter-client (==7.0.0); extra == "all-strict" |
Requires-Dist: |
IPython (==7.23.1); extra == "all-strict" |
Requires-Dist: |
jedi (==0.16); extra == "all-strict" |
Requires-Dist: |
attrs (==19.2.0); extra == "all-strict" |
Requires-Dist: |
jupyter-core (==4.7.0); extra == "all-strict" |
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: |
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.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: |
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: |
jinja2 (==3.0.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") 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: |
pytest-cov (==3.0.0); python_version >= "3.6.0" 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: |
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.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: |
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: |
jinja2 (>=3.0.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "all" |
Requires-Dist: |
ipython-genutils (>=0.2.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: |
nbconvert (>=6.1.0); (python_version >= "3.7.0" and platform_python_implementation != "PyPy") and extra == "all" |
Requires-Dist: |
colorama (==0.4.1); platform_system == "Windows" and extra == "colors-strict" |
Requires-Dist: |
Pygments (==2.0.0); (python_version < "3.5.0" and python_version >= "2.7.0") and extra == "colors-strict" |
Requires-Dist: |
Pygments (==2.4.1); python_version >= "3.5.0" and extra == "colors-strict" |
Requires-Dist: |
colorama (>=0.4.1); platform_system == "Windows" and extra == "colors" |
Requires-Dist: |
Pygments (>=2.0.0); (python_version < "3.5.0" and python_version >= "2.7.0") and extra == "colors" |
Requires-Dist: |
Pygments (>=2.4.1); python_version >= "3.5.0" and extra == "colors" |
Requires-Dist: |
sphinx (>=5.0.1); extra == "docs" |
Requires-Dist: |
sphinx-autobuild (>=2021.3.14); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme (>=1.0.0); extra == "docs" |
Requires-Dist: |
sphinxcontrib-napoleon (>=0.7); extra == "docs" |
Requires-Dist: |
sphinx-autoapi (>=1.8.4); extra == "docs" |
Requires-Dist: |
Pygments (>=2.9.0); extra == "docs" |
Requires-Dist: |
myst-parser (>=0.18.0); extra == "docs" |
Requires-Dist: |
sphinx-reredirects (>=0.0.1); extra == "docs" |
Requires-Dist: |
sphinx (==5.0.1); extra == "docs-strict" |
Requires-Dist: |
sphinx-autobuild (==2021.3.14); extra == "docs-strict" |
Requires-Dist: |
sphinx-rtd-theme (==1.0.0); extra == "docs-strict" |
Requires-Dist: |
sphinxcontrib-napoleon (==0.7); extra == "docs-strict" |
Requires-Dist: |
sphinx-autoapi (==1.8.4); extra == "docs-strict" |
Requires-Dist: |
Pygments (==2.9.0); extra == "docs-strict" |
Requires-Dist: |
myst-parser (==0.18.0); extra == "docs-strict" |
Requires-Dist: |
sphinx-reredirects (==0.0.1); extra == "docs-strict" |
Requires-Dist: |
jupyter-client (>=7.0.0); extra == "jupyter" |
Requires-Dist: |
IPython (>=7.23.1); extra == "jupyter" |
Requires-Dist: |
jedi (>=0.16); extra == "jupyter" |
Requires-Dist: |
attrs (>=19.2.0); extra == "jupyter" |
Requires-Dist: |
jupyter-core (>=4.7.0); extra == "jupyter" |
Requires-Dist: |
jupyter-client (==7.0.0); extra == "jupyter-strict" |
Requires-Dist: |
IPython (==7.23.1); extra == "jupyter-strict" |
Requires-Dist: |
jedi (==0.16); extra == "jupyter-strict" |
Requires-Dist: |
attrs (==19.2.0); extra == "jupyter-strict" |
Requires-Dist: |
jupyter-core (==4.7.0); extra == "jupyter-strict" |
Requires-Dist: |
debugpy (==1.3.0); (python_version < "3.10" and python_version >= "3.9") and extra == "jupyter-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 == "jupyter-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 == "jupyter-strict" |
Requires-Dist: |
debugpy (==1.0.0); (python_version < "3.9" and python_version >= "3.8") and extra == "jupyter-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 == "jupyter-strict" |
Requires-Dist: |
debugpy (==1.6.0); python_version >= "3.10" and extra == "jupyter-strict" |
Requires-Dist: |
jinja2 (==3.0.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "jupyter-strict" |
Requires-Dist: |
ipython-genutils (==0.2.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "jupyter-strict" |
Requires-Dist: |
nbconvert (==6.1.0); (python_version >= "3.7.0" and platform_python_implementation != "PyPy") and extra == "jupyter-strict" |
Requires-Dist: |
debugpy (>=1.3.0); (python_version < "3.10" and python_version >= "3.9") and extra == "jupyter" |
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 == "jupyter" |
Requires-Dist: |
nbconvert (>=6.0.0); (python_version < "3.7.0" and python_version >= "3.6.0" and platform_python_implementation != "PyPy") and extra == "jupyter" |
Requires-Dist: |
debugpy (>=1.0.0); (python_version < "3.9" and python_version >= "3.8") and extra == "jupyter" |
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 == "jupyter" |
Requires-Dist: |
debugpy (>=1.6.0); python_version >= "3.10" and extra == "jupyter" |
Requires-Dist: |
jinja2 (>=3.0.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "jupyter" |
Requires-Dist: |
ipython-genutils (>=0.2.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "jupyter" |
Requires-Dist: |
nbconvert (>=6.1.0); (python_version >= "3.7.0" and platform_python_implementation != "PyPy") and extra == "jupyter" |
Requires-Dist: |
jupyter-client (>=7.0.0); extra == "optional" |
Requires-Dist: |
IPython (>=7.23.1); extra == "optional" |
Requires-Dist: |
jedi (>=0.16); extra == "optional" |
Requires-Dist: |
attrs (>=19.2.0); extra == "optional" |
Requires-Dist: |
jupyter-core (>=4.7.0); extra == "optional" |
Requires-Dist: |
pyflakes (>=2.2.0); extra == "optional" |
Requires-Dist: |
jupyter-client (==7.0.0); extra == "optional-strict" |
Requires-Dist: |
IPython (==7.23.1); extra == "optional-strict" |
Requires-Dist: |
jedi (==0.16); extra == "optional-strict" |
Requires-Dist: |
attrs (==19.2.0); extra == "optional-strict" |
Requires-Dist: |
jupyter-core (==4.7.0); extra == "optional-strict" |
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: |
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.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: |
jinja2 (==3.0.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") 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: |
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: |
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.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: |
jinja2 (>=3.0.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "optional" |
Requires-Dist: |
ipython-genutils (>=0.2.0); (python_version >= "3.6" and platform_python_implementation != "PyPy") and extra == "optional" |
Requires-Dist: |
nbconvert (>=6.1.0); (python_version >= "3.7.0" and platform_python_implementation != "PyPy") and extra == "optional" |
Requires-Dist: |
scikit-build (==0.11.1); 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: |
cmake (==3.21.2); 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: |
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: |
cmake (==3.25.0); (python_version < "4.0" and python_version >= "3.11") and extra == "tests-binary-strict" |
Requires-Dist: |
scikit-build (>=0.11.1); python_version < "3.11" and extra == "tests-binary" |
Requires-Dist: |
ninja (>=1.10.2); python_version < "3.11" and extra == "tests-binary" |
Requires-Dist: |
pybind11 (>=2.7.1); python_version < "3.11" and extra == "tests-binary" |
Requires-Dist: |
cmake (>=3.21.2); python_version < "3.11" and extra == "tests-binary" |
Requires-Dist: |
scikit-build (>=0.16.1); (python_version < "4.0" and python_version >= "3.11") and extra == "tests-binary" |
Requires-Dist: |
ninja (>=1.11.1); (python_version < "4.0" and python_version >= "3.11") and extra == "tests-binary" |
Requires-Dist: |
pybind11 (>=2.10.3); (python_version < "4.0" and python_version >= "3.11") and extra == "tests-binary" |
Requires-Dist: |
cmake (>=3.25.0); (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 (==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 (>=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: |
colors-strict |
Provides-Extra: |
docs |
Provides-Extra: |
docs-strict |
Provides-Extra: |
jupyter |
Provides-Extra: |
jupyter-strict |
Provides-Extra: |
optional |
Provides-Extra: |
optional-strict |
Provides-Extra: |
runtime |
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 |