{"id":17362583,"url":"https://github.com/domdfcoding/pprint36","last_synced_at":"2025-07-13T23:07:49.671Z","repository":{"id":49559901,"uuid":"295549165","full_name":"domdfcoding/pprint36","owner":"domdfcoding","description":"Backport of pprint from Python 3.9 to Python 3.6-3.8","archived":false,"fork":false,"pushed_at":"2025-07-07T17:24:59.000Z","size":242,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T18:48:27.447Z","etag":null,"topics":["backport","pprint","prettyprint","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/domdfcoding.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-09-14T22:05:27.000Z","updated_at":"2025-05-22T15:44:06.000Z","dependencies_parsed_at":"2024-04-22T14:28:38.209Z","dependency_job_id":"81a1a353-8c60-4a8d-95d7-b42031a92a5c","html_url":"https://github.com/domdfcoding/pprint36","commit_stats":{"total_commits":34,"total_committers":3,"mean_commits":"11.333333333333334","dds":0.2941176470588235,"last_synced_commit":"4845fd897b811ed74aedc11e8e91de38f88ddb9e"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/domdfcoding/pprint36","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fpprint36","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fpprint36/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fpprint36/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fpprint36/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domdfcoding","download_url":"https://codeload.github.com/domdfcoding/pprint36/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fpprint36/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265218737,"owners_count":23729527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backport","pprint","prettyprint","python"],"created_at":"2024-10-15T19:39:26.216Z","updated_at":"2025-07-13T23:07:49.647Z","avatar_url":"https://github.com/domdfcoding.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"##########\npprint-36\n##########\n\n.. start short_desc\n\n**Backport of pprint from Python 3.9 to Python 3.6-3.8**\n\n.. end short_desc\n\nSee the `Python documentation \u003chttps://docs.python.org/3/library/pprint.html\u003e`_ for examples and usage information.\n\n\nThe pertinent changes from Python 3.6 to Python 3.9 are:\n\n* ``pprint`` can now pretty-print ``types.SimpleNamespace``.\n  Contributed by Carl Bordum Hansenin Python 3.9.\n\n* ``pprint.pp`` has been added to pretty-print objects with dictionary\n  keys being sorted with their insertion order by default. Parameter\n  *sort_dicts* has been added to ``pprint.pprint``, ``pprint.pformat`` and\n  ``pprint.PrettyPrinter``. Contributed by Rémi Lapeyre in Python 3.8.\n\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Tests\n\t  - |actions_linux| |actions_windows| |actions_macos| |coveralls|\n\t* - PyPI\n\t  - |pypi-version| |supported-versions| |supported-implementations| |wheel|\n\t* - Activity\n\t  - |commits-latest| |commits-since| |maintained| |pypi-downloads|\n\t* - QA\n\t  - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t  - |license| |language| |requires|\n\n.. |actions_linux| image:: https://github.com/domdfcoding/pprint36/workflows/Linux/badge.svg\n\t:target: https://github.com/domdfcoding/pprint36/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/domdfcoding/pprint36/workflows/Windows/badge.svg\n\t:target: https://github.com/domdfcoding/pprint36/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/domdfcoding/pprint36/workflows/macOS/badge.svg\n\t:target: https://github.com/domdfcoding/pprint36/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/domdfcoding/pprint36/workflows/Flake8/badge.svg\n\t:target: https://github.com/domdfcoding/pprint36/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/domdfcoding/pprint36/workflows/mypy/badge.svg\n\t:target: https://github.com/domdfcoding/pprint36/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/pprint36/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/pprint36/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/pprint36/master?logo=coveralls\n\t:target: https://coveralls.io/github/domdfcoding/pprint36?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/pprint36?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/domdfcoding/pprint36\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/pprint36\n\t:target: https://pypi.org/project/pprint36/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/pprint36?logo=python\u0026logoColor=white\n\t:target: https://pypi.org/project/pprint36/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/pprint36\n\t:target: https://pypi.org/project/pprint36/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/pprint36\n\t:target: https://pypi.org/project/pprint36/\n\t:alt: PyPI - Wheel\n\n.. |license| image:: https://img.shields.io/github/license/domdfcoding/pprint36\n\t:target: https://github.com/domdfcoding/pprint36/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/pprint36\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pprint36/v3.9.16.0\n\t:target: https://github.com/domdfcoding/pprint36/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/pprint36\n\t:target: https://github.com/domdfcoding/pprint36/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2025\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/pprint36\n\t:target: https://pypi.org/project/pprint36/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\n|\n\nInstallation\n--------------\n\n.. start installation\n\n``pprint36`` can be installed from PyPI.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install pprint36\n\n.. end installation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomdfcoding%2Fpprint36","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomdfcoding%2Fpprint36","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomdfcoding%2Fpprint36/lists"}