Oven logo

Oven

Published

A rewrite of the builtin doctest module

pip install xdoctest

Package Downloads

Weekly DownloadsMonthly Downloads

Project URLs

Requires Python

>=3.8

Dependencies

  • pytest>=9.0.0; python_version < '4.0.0' and python_version >= '3.14.0'
  • pytest>=6.2.5; python_version < '3.14.0' and python_version >= '3.10.0'
  • pytest>=4.6.0; python_version < '3.10.0' and python_version >= '3.7.0'
  • pytest-cov>=3.0.0
  • Pygments>=2.15.1
  • colorama>=0.4.1; platform_system == 'Windows'
  • nbconvert>=6.1.0; python_version >= '3.7.0' and platform_python_implementation != 'PyPy'
  • jinja2>=3.0.0; platform_python_implementation != 'PyPy'
  • jupyter_client>=8.8.0; python_version >= '3.14'
  • jupyter_client>=7.0.0; python_version < '3.14'
  • IPython>=9.0.0; python_version >= '3.14'
  • IPython>=7.23.1; python_version < '3.14'
  • ipykernel>=7.2.0; python_version < '4.0' and python_version >= '3.14' and (platform_system != 'Windows' or platform_python_implementation != 'PyPy')
  • ipykernel>=6.11.0; python_version < '3.14' and python_version >= '3.12' and (platform_system != 'Windows' or platform_python_implementation != 'PyPy')
  • ipykernel>=6.0.0; python_version < '3.12' and python_version >= '3.7' and (platform_system != 'Windows' or platform_python_implementation != 'PyPy')
  • debugpy>=1.8.0; python_version < '4' and python_version >= '3.14'
  • debugpy>=1.6.0; python_version < '3.14' and python_version >= '3.10'
  • debugpy>=1.3.0; python_version < '3.10' and python_version >= '3.9'
  • debugpy>=1.0.0; python_version < '3.9' and python_version >= '3.8'
  • ipython_genutils>=0.2.0; platform_python_implementation != 'PyPy'
  • jedi>=0.16
  • attrs>=19.2.0
  • jupyter_core>=5.7.0; python_version >= '3.14'
  • jupyter_core>=4.7.0; python_version < '3.14'
  • pyflakes>=3.3.0; python_version < '4.0' and python_version >= '3.14'
  • pyflakes>=2.2.0; python_version < '3.14'
  • tomli>=0.2.0; python_version < '3.11.0' and python_version >= '3.6'