{"library":"pydoctest","title":"pydoctest","description":"pydoctest is a tool to validate that Python docstrings (reStructuredText, Google, or NumPy style) match the actual function and method signatures. It checks type annotations in docstrings against the real types, flagging mismatches. Current version 0.2.1, supports Python >=3.6, and is in active maintenance mode with periodic updates.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pydoctest"],"cli":{"name":"pydoctest","version":"0.2.1"}},"imports":["import pydoctest"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import pydoctest\n\n# Run on current directory recursively\nresult = pydoctest.run()\nprint(result)\n# Or run on specific file\nresult = pydoctest.run(include_paths=['example.py'])\nprint(result)","lang":"python","description":"Basic usage: call pydoctest.run() to validate all Python files in cwd, or specify paths.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}