{"library":"pydocstringformatter","title":"pydocstringformatter","description":"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.","language":"python","status":"active","last_verified":"Thu Apr 16","install":{"commands":["pip install pydocstringformatter"],"cli":{"name":"pydocstringformatter","version":"0.7.5"}},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"echo \"def example_function():\\n    ''' A docstring. '''\\n    pass\" > temp_module.py\npydocstringformatter temp_module.py --diff\npydocstringformatter temp_module.py\ncat temp_module.py\nrm temp_module.py","lang":"bash","description":"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.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}