A package for beautiful printing of objects.
Project description
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.'
]
}
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba84e9a146c54224cfb905e2c3bc0685fc74ff2e6d9a45e6fdf61b9f18eab1d4
|
|
| MD5 |
59d7f18731eeaa866eaedbcb4ad1d648
|
|
| BLAKE2b-256 |
93a4d85dd11c0e2a11591b2ab6c27e81e86cc9ce6c255c464a48779849a3db99
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14e58b39e563934314257a19e1f57e8d041d6092ac7f1fadfee6594e5a065e20
|
|
| MD5 |
e6db568f2effb0c9397933a03dfcfb42
|
|
| BLAKE2b-256 |
61ba99aa9c321aa8ea885d351385cce933909ef31edbab6c03db8f98c69f9de0
|