{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/2"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/2"}],"enrichment":{"capability":"pprintpp is a drop-in replacement for Python's standard pprint module that formats data structures with improved readability and PEP8 compliance, supporting collections, numpy arrays, and better unicode handling.","skillfed_tags":["debugging","console-output","abandoned"],"use_cases":["Debug complex nested dictionaries and lists in interactive Python sessions with clearer formatting","Use as an ipython extension to automatically pretty-print all output with improved readability","Format numpy arrays and collections.Counter objects inline within data structures for better visibility","Monkeypatch pprint globally in legacy codebases to improve debug output without changing every call site","Pipe Python literals through the pypprint command-line tool to format them from shell scripts"],"what_it_does":"pprintpp enhances Python's built-in pprint module to produce more readable, PEP8-compliant output for nested data structures. It handles collections like defaultdict and Counter, numpy arrays, and unicode characters more intelligently than the standard library version, printing unescaped unicode where safe and formatting complex nested structures with clearer indentation.\n\nThe package offers multiple usage modes: as a direct import replacement, a command-line tool (pypprint), an ipython extension, or via monkeypatching to replace the standard pprint. It has no runtime dependencies and installs cleanly, but is no longer maintained\u2014the last release was 2018-07-01 and development has been abandoned, meaning it may not work correctly with recent Python versions or libraries.","worth_installing":"No. While pprintpp is lightweight and has no dependencies, it is abandoned (last release 2018-07-01, last commit 2022-12-24) and will not be maintained for modern Python versions. Unless you are working with legacy code that already depends on it, consider a maintained alternative."},"id":"pprintpp","links":{"html":"https://skillfed.io/packages/pprintpp","md":"https://skillfed.io/packages/pprintpp.md","pypi":"https://pypi.org/project/pprintpp/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2018-07-01","license_spdx":null,"license_treatment":"permissive","name":"pprintpp","python_support":"unspecified","summary":"A drop-in replacement for pprint that's actually pretty"},"popularity":{"monthly_downloads":13061467,"position":1295,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.4.0"}
