K 10 svn:author V 3 kai K 8 svn:date V 27 2019-06-10T15:28:57.882333Z K 7 svn:log V 516 New port: devel/py-prettyprinter PrettyPrinter is a Syntax-highlighting, declarative and composable pretty printer. Key Features: * Drop in replacement for the standard library pprint: just rename pprint to prettyprinter in your imports. * Uses a modified Wadler-Leijen layout algorithm for optimal formatting. * Write pretty printers for your own types with a dead simple, declarative interface. WWW: https://pypi.org/project/prettyprinter/ PR: 229349 Submitted by: Patrice Clement END