{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/21"}],"enrichment":{"capability":"A drop-in replacement for Python's traceback module that includes local and global variable values in exception stack traces.","skillfed_tags":["debugging","abandoned"],"use_cases":["Debugging production errors where you need to see variable state at the point of failure without adding logging.","Local development when an exception occurs and you want immediate visibility into the scope without re-running the code.","Investigating complex multi-frame stack traces where variable values at intermediate frames are critical to understanding the failure.","Educational or exploratory work where understanding variable flow through nested function calls is the primary goal."],"what_it_does":"tracebackturbo3 patches Python's standard traceback module to display the local and global variable scope at each frame in a stack trace. When an exception occurs, instead of showing only the file, line number, and code that raised the error, it also prints the values of all variables visible at that point in execution. This can significantly speed up debugging by eliminating the need to manually inspect variables or re-run code with print statements.\n\nThe package is a straightforward import-and-use tool: you import it as traceback and call its standard methods like format_exc(). It has no external dependencies and installs as a pure Python wheel. However, it has been unmaintained since 2018-12-18, so it may not work reliably with Python versions or standard library changes that have occurred since then.","worth_installing":"No. While the package itself is harmless and has no known vulnerabilities, it is abandoned and has not been updated since 2018-12-18. Modern Python versions, exception handling patterns, and debugging tools have evolved significantly. A developer needing enhanced traceback output should consider modern alternatives or use built-in debugging tools."},"id":"tracebackturbo3","links":{"html":"https://skillfed.io/packages/tracebackturbo3","md":"https://skillfed.io/packages/tracebackturbo3.md","pypi":"https://pypi.org/project/tracebackturbo3/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2018-12-18","license_spdx":null,"license_treatment":"permissive","name":"tracebackturbo3","python_support":"unspecified","summary":"Patched version of traceback, also dumps local and global scope vars."},"popularity":{"monthly_downloads":92359,"position":13458,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3"}
