This release adds a function called inspect
which uses rich to display the data / methods / docs for any Python object.
I think this is a fantastic debug aid, and I'm looking forward to using it in other projects.
[6.1.0] - 2020-09-07
Added
- New inspect module
- Added os._Environ to pretty print
Fixed
- Prevented recursive renderables from getting stuck
Changed
- force_terminal and force_jupyter can now be used to force the disabled state, or left as None to auto-detect.
- Panel now expands to fit title if supplied