This is a blender extension which bundles 3 former standalone addons into one...
Edit Operator Sources
Edit Addon Sources
Python API Lookup
All of those addons have been fixed to run with blender 4.3+
What's New
1.1.0
February 15th, 2025
New Feature : easy documentation generation for entire addons with one click involving the 'pdoc' module , available in pip https://pdoc.dev/.
Operator for generating the docs
Operator for installing the pdoc dependency via pip if it is missing
Operator to stop the http server (pythons http.server module) which can optionally be automatically started after generating the docs, to quickly view them in the browser.