Metadata-Version: 2.1
Name: pprint36
Version: 3.9.0.1
Summary: Backport of pprint from Python 3.9 to Python 3.6-3.8
Home-page: https://github.com/domdfcoding/pprint36
Author: Python Software Foundation
Author-email: dominic@davis-foster.co.uk
License: PSFLicense
Project-URL: Documentation, https://pprint36.readthedocs.io
Project-URL: Issue_Tracker, https://github.com/domdfcoding/pprint36/issues
Project-URL: Source_Code, https://github.com/domdfcoding/pprint36
Description: ##########
        pprint-36
        ##########
        
        .. start short_desc
        
        **Backport of pprint from Python 3.9 to Python 3.6-3.8**
        
        .. end short_desc
        
        See the `Python documentation <https://docs.python.org/3/library/pprint.html>`_ 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.
        
        
        .. start shields
        
        .. list-table::
        	:stub-columns: 1
        	:widths: 10 90
        
        	* - Tests
        	  - |travis| |actions_windows| |actions_macos| |coveralls| |codefactor|
        	* - PyPI
        	  - |pypi-version| |supported-versions| |supported-implementations| |wheel|
        	* - Activity
        	  - |commits-latest| |commits-since| |maintained|
        	* - Other
        	  - |license| |language| |requires| |pre_commit|
        
        
        
        .. |travis| image:: https://img.shields.io/travis/com/domdfcoding/pprint36/master?logo=travis
        	:target: https://travis-ci.com/domdfcoding/pprint36
        	:alt: Travis Build Status
        
        .. |actions_windows| image:: https://github.com/domdfcoding/pprint36/workflows/Windows%20Tests/badge.svg
        	:target: https://github.com/domdfcoding/pprint36/actions?query=workflow%3A%22Windows+Tests%22
        	:alt: Windows Tests Status
        
        .. |actions_macos| image:: https://github.com/domdfcoding/pprint36/workflows/macOS%20Tests/badge.svg
        	:target: https://github.com/domdfcoding/pprint36/actions?query=workflow%3A%22macOS+Tests%22
        	:alt: macOS Tests Status
        
        .. |requires| image:: https://requires.io/github/domdfcoding/pprint36/requirements.svg?branch=master
        	:target: https://requires.io/github/domdfcoding/pprint36/requirements/?branch=master
        	:alt: Requirements Status
        
        .. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/pprint36/master?logo=coveralls
        	:target: https://coveralls.io/github/domdfcoding/pprint36?branch=master
        	:alt: Coverage
        
        .. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/pprint36?logo=codefactor
        	:target: https://www.codefactor.io/repository/github/domdfcoding/pprint36
        	:alt: CodeFactor Grade
        
        .. |pypi-version| image:: https://img.shields.io/pypi/v/pprint36
        	:target: https://pypi.org/project/pprint36/
        	:alt: PyPI - Package Version
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/pprint36?logo=python&logoColor=white
        	:target: https://pypi.org/project/pprint36/
        	:alt: PyPI - Supported Python Versions
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/pprint36
        	:target: https://pypi.org/project/pprint36/
        	:alt: PyPI - Supported Implementations
        
        .. |wheel| image:: https://img.shields.io/pypi/wheel/pprint36
        	:target: https://pypi.org/project/pprint36/
        	:alt: PyPI - Wheel
        
        .. |license| image:: https://img.shields.io/github/license/domdfcoding/pprint36
        	:target: https://github.com/domdfcoding/pprint36/blob/master/LICENSE
        	:alt: License
        
        .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/pprint36
        	:alt: GitHub top language
        
        .. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pprint36/v3.9.0.1
        	:target: https://github.com/domdfcoding/pprint36/pulse
        	:alt: GitHub commits since tagged version
        
        .. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/pprint36
        	:target: https://github.com/domdfcoding/pprint36/commit/master
        	:alt: GitHub last commit
        
        .. |maintained| image:: https://img.shields.io/maintenance/yes/2020
        	:alt: Maintenance
        
        .. |pre_commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
        	:target: https://github.com/pre-commit/pre-commit
        	:alt: pre-commit
        
        .. end shields
        
        |
        
        Installation
        --------------
        
        .. start installation
        
        ``pprint36`` can be installed from PyPI.
        
        To install with ``pip``:
        
        .. code-block:: bash
        
        	$ python -m pip install pprint36
        
        .. end installation
        
Platform: Windows
Platform: macOS
Platform: Linux
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: all
