pydocstringformatter is a tool that automatically formats Python docstrings, aiming to align them with recommendations from PEP 8 and PEP 257. It is currently at version 0.7.5 and maintains an active release cadence, with minor releases addressing bug fixes and improvements appearing every few weeks to months.
pip install pydocstringformatterNo compatibility data collected yet for this library.
Run pydocstringformatter on a Python file to automatically format its docstrings. Use `--diff` to see changes without applying them, or run without to apply changes directly.
Install the latest available version (0.7.5 or higher) or a previous stable release (e.g., 0.7.3).
Upgrade to version 0.7.0 or higher to utilize the `--style` option: `pip install --upgrade pydocstringformatter`.
Ensure you are using pydocstringformatter version 0.7.0 or newer for more robust `pyproject.toml` parsing and configuration application. If issues persist, double-check TOML syntax.
Upgrade to pydocstringformatter v0.7.0 or later to benefit from enhanced numpydoc style formatting features.
Upgrade to version 0.7.3 or higher. Versions 0.7.2 and 0.7.3 specifically addressed crashes with almost empty docstrings and empty summaries.
Upgrade to pydocstringformatter version 0.7.0 or newer: `pip install --upgrade pydocstringformatter`.
Upgrade to pydocstringformatter version 0.7.0 or newer. Also, verify that your `pyproject.toml` adheres to the TOML specification and the tool's expected configuration structure (e.g., `[tool.pydocstringformatter]`).
No dependency data recorded yet.