{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/5"}],"enrichment":{"capability":"Provides a backport of Python's traceback module to older Python versions, allowing consistent traceback formatting and manipulation across Python 2.6+ and Python 3.2+.","skillfed_tags":["legacy-python","abandoned"],"use_cases":["Formatting exception tracebacks consistently in code that must run on Python 2.6 or 2.7.","Manipulating exception frames in legacy Python 3.2\u20133.4 environments where the standard library traceback API differs.","Providing unicode traceback output in Python 2.x applications that depend on linecache2."],"what_it_does":"traceback2 is a backport of Python's standard traceback module designed to provide consistent exception formatting and manipulation across older Python versions (2.6\u20133.4). It allows code targeting legacy Python environments to use a unified traceback API rather than dealing with version-specific differences in the standard library.\n\nThe package has no runtime dependencies and installs cleanly, but it is no longer maintained. The repository was archived and the last release occurred in 2015. Modern Python versions include the traceback functionality natively, so this package is primarily useful only for projects that must support very old Python versions that are themselves no longer receiving security updates.","worth_installing":"No. The package is abandoned and unmaintained since 2015. Modern Python versions include native traceback support. Install only if you are maintaining legacy code that must run on Python 2.6\u20133.4 and cannot upgrade\u2014otherwise, use the standard library traceback module."},"id":"traceback2","links":{"html":"https://skillfed.io/packages/traceback2","md":"https://skillfed.io/packages/traceback2.md","pypi":"https://pypi.org/project/traceback2/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2015-03-09","license_spdx":null,"license_treatment":"permissive","name":"traceback2","python_support":"unspecified","summary":"Backports of the traceback module"},"popularity":{"monthly_downloads":1531411,"position":3806,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.4.0"}
