Skip to content

Releases: FedeClaudi/pyinspect

Released v0.0.8

13 Oct 21:53
Compare
Choose a tag to compare

Changelog v0.0.8

major

  • tracebcaks for AttributeError show suggestions
  • added Nested Report class
  • what var now prints detailed report
  • List
  • Dict
  • Tuple

minor

  • Report has an add syntax from code
  • Added list dir methods

Released v0.0.7

09 Oct 20:01
Compare
Choose a tag to compare
  • panels and report for sending quick messages or detailed report to user, nicely formatted and with no pain

  • ask for pulling stuff from stuck overflow and rendering in the terminal

  • what for inspecting variables in local frame

  • why to look on stack overflow for solutions to errors

  • a bunch of other small things...

Relased version 0.0.6

04 Oct 15:06
Compare
Choose a tag to compare

First official release of pyinspect.

It includes:

  • functionality to search for functions in python modules
  • functionality to search for methods in a class
  • functionality to print the source code of a function
  • functionality to produce enhanced tracebacks on errors

Many examples, detailed README etc..