Pretty-printing serializable objects for humans
Project description
pyrepr
Pretty-printing serializable objects for humans. This is based on Markdownify and TOML.
Usage
from pyrepr import Repr
print(Repr(obj))
Example output:
[[mid]]
1358629116480
[[mod]]
1481117769
[[usn]]
3491
[[tags]]
CostanzoEndocrine EndocrinePhysiology
[[flds]]
Peptide and Protein Hormone Synthesis:
Translation of a **preprohormone ***begins* in the **{{c1::cytoplasm}} **with a **signal** **peptide** at the N terminusx1f
[[sfld]]
Peptide and Protein Hormone Synthesis: Translation of a preprohormone begins in the {{c1::cytoplasm}} with a signal peptide at the N terminus
[[csum]]
1963658058
[[flags]]
0
You can also make output as pure Markdown
print(Repr(obj).to_str('markdown'))
## mid
1358629116480
## mod
1481117769
## usn
3491
## tags
CostanzoEndocrine EndocrinePhysiology
## flds
Peptide and Protein Hormone Synthesis:
Translation of a **preprohormone ***begins* in the **{{c1::cytoplasm}} **with a **signal** **peptide** at the N terminusx1f
## sfld
Peptide and Protein Hormone Synthesis: Translation of a preprohormone begins in the {{c1::cytoplasm}} with a signal peptide at the N terminus
## csum
1963658058
## flags
0
Installation
pip install pyrepr
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
pyrepr-0.1.0.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for pyrepr-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f1a9b14498b0d1192efaa65b48a0506317b6880a6f227a6eb87cd658a0622f8 |
|
MD5 | 3c9c319d17b6ee9da0b93f55081f8a22 |
|
BLAKE2b-256 | 691dbe66fcc7c73c4087aa5402142c1401c9400908b805249875a3ebb0cbb303 |