Glossa statically analyzes Python source files to enforce docstring conventions based on the numpydoc standard. It reports violations, suggests fixes, and optionally applies corrections automatically ...
Motivation Consistent docstrings are essential for generated API documentation, IDE tooltips, and codebase readability. Existing tools (pydocstyle, ruff's docstring rules) check basic presence and ...
Another big drawback: Any modules not written in pure Python can’t run in Wasm unless a Wasm-specific version of that module ...