pprinty 1.1.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

pprinty 1.1.0

pprinty



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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.