Skip to content

Repository files navigation

pprint-36

Backport of pprint from Python 3.9 to Python 3.6-3.8

See the Python documentation for examples and usage information.

The pertinent changes from Python 3.6 to Python 3.9 are:

  • pprint can now pretty-print types.SimpleNamespace. Contributed by Carl Bordum Hansenin Python 3.9.
  • pprint.pp has been added to pretty-print objects with dictionary keys being sorted with their insertion order by default. Parameter sort_dicts has been added to pprint.pprint, pprint.pformat and pprint.PrettyPrinter. Contributed by Rémi Lapeyre in Python 3.8.
TestsLinux Test StatusWindows Test StatusmacOS Test StatusCoverage
PyPIPyPI - Package VersionPyPI - Supported Python VersionsPyPI - Supported ImplementationsPyPI - Wheel
ActivityGitHub last commitGitHub commits since tagged versionMaintenancePyPI - Downloads
QACodeFactor GradeFlake8 Statusmypy status
OtherLicenseGitHub top languageRequirements Status

Installation

pprint36 can be installed from PyPI.

To install with pip:

$ python -m pip install pprint36

About

Backport of pprint from Python 3.9 to Python 3.6-3.8

Topics

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages