Skip to content

A Python package for beautiful printing of objects.

License

Notifications You must be signed in to change notification settings

Abstract-X/pprinty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.'
    ]
}

About

A Python package for beautiful printing of objects.

Topics

Resources

License

Stars

Watchers

Forks

Languages