Skip to main content

A package for beautiful printing of objects.

Project description

pprinty

PyPI version Python GitHub license

pprinty is a Python package for beautiful printing of objects.


Installation

pip install pprinty

Usage

>>> from pprinty import pprint
>>>
>>> pprint({"a": {"d": "e"}, "b": "f", "c": ["I read the letter.", "Stood up.", "Sat down.", "Pondered for a minute."]})
{
    'a': {
        'd': 'e'
    },
    'b': 'f',
    'c': [
        'I read the letter.',
        'Stood up.',
        'Sat down.',
        'Pondered for a minute.'
    ]
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pprinty-1.1.0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

pprinty-1.1.0-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file pprinty-1.1.0.tar.gz.

File metadata

  • Download URL: pprinty-1.1.0.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.13

File hashes

Hashes for pprinty-1.1.0.tar.gz
Algorithm Hash digest
SHA256 ba84e9a146c54224cfb905e2c3bc0685fc74ff2e6d9a45e6fdf61b9f18eab1d4
MD5 59d7f18731eeaa866eaedbcb4ad1d648
BLAKE2b-256 93a4d85dd11c0e2a11591b2ab6c27e81e86cc9ce6c255c464a48779849a3db99

See more details on using hashes here.

File details

Details for the file pprinty-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: pprinty-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.13

File hashes

Hashes for pprinty-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 14e58b39e563934314257a19e1f57e8d041d6092ac7f1fadfee6594e5a065e20
MD5 e6db568f2effb0c9397933a03dfcfb42
BLAKE2b-256 61ba99aa9c321aa8ea885d351385cce933909ef31edbab6c03db8f98c69f9de0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page