{ "info": { "author": "Pacharapol Withayasakpunt", "author_email": "patarapolw@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# pyrepr\n\nPretty-printing serializable objects for humans. This is based on [Markdownify](https://github.com/matthewwithanm/python-markdownify) and [TOML](https://github.com/toml-lang/toml).\n\n## Usage\n\n```python\nfrom pyrepr import Repr\nprint(Repr(obj))\n```\n\nExample output:\n\n```\n[[mid]]\n1358629116480\n\n[[mod]]\n1481117769\n\n[[usn]]\n3491\n\n[[tags]]\n CostanzoEndocrine EndocrinePhysiology \n\n[[flds]]\nPeptide and Protein Hormone Synthesis: \nTranslation of a **preprohormone ***begins* in the **{{c1::cytoplasm}} **with a **signal** **peptide** at the N terminusx1f![](paste-417251777839638.jpg)\n\n[[sfld]]\nPeptide and Protein Hormone Synthesis: Translation of a preprohormone begins in the {{c1::cytoplasm}} with a signal peptide at the N terminus\n\n[[csum]]\n1963658058\n\n[[flags]]\n0\n```\n\nYou can also make output as pure Markdown\n\n```python\nprint(Repr(obj).to_str('markdown'))\n```\n\n```markdown\n## mid\n1358629116480\n\n## mod\n1481117769\n\n## usn\n3491\n\n## tags\n CostanzoEndocrine EndocrinePhysiology \n\n## flds\nPeptide and Protein Hormone Synthesis: \nTranslation of a **preprohormone ***begins* in the **{{c1::cytoplasm}} **with a **signal** **peptide** at the N terminusx1f![](paste-417251777839638.jpg)\n\n## sfld\nPeptide and Protein Hormone Synthesis: Translation of a preprohormone begins in the {{c1::cytoplasm}} with a signal peptide at the N terminus\n\n## csum\n1963658058\n\n## flags\n0\n```\n\n## Installation\n\n```commandline\npip install pyrepr\n```\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/patarapolw/pyrepr", "keywords": "", "license": "MIT", "maintainer": "Pacharapol Withayasakpunt", "maintainer_email": "patarapolw@gmail.com", "name": "pyrepr", "package_url": "https://pypi.org/project/pyrepr/", "platform": "", "project_url": "https://pypi.org/project/pyrepr/", "project_urls": { "Homepage": "https://github.com/patarapolw/pyrepr" }, "release_url": "https://pypi.org/project/pyrepr/0.1.0/", "requires_dist": [ "toml (>=0.10.0,<0.11.0)", "markdownify (>=0.4.1,<0.5.0)" ], "requires_python": "", "summary": "Pretty-printing serializable objects for humans", "version": "0.1.0" }, "last_serial": 4396952, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3c9c319d17b6ee9da0b93f55081f8a22", "sha256": "3f1a9b14498b0d1192efaa65b48a0506317b6880a6f227a6eb87cd658a0622f8" }, "downloads": -1, "filename": "pyrepr-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3c9c319d17b6ee9da0b93f55081f8a22", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5555, "upload_time": "2018-10-20T10:47:42", "url": "https://files.pythonhosted.org/packages/69/1d/be66fcc7c73c4087aa5402142c1401c9400908b805249875a3ebb0cbb303/pyrepr-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1df91b85582e1fe1659366d0c64e16af", "sha256": "1e15efbe6780982aa14d70155aef4f820b29a0b839f08a52c1821ef8b8440b5c" }, "downloads": -1, "filename": "pyrepr-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1df91b85582e1fe1659366d0c64e16af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2874, "upload_time": "2018-10-20T10:47:44", "url": "https://files.pythonhosted.org/packages/6d/63/1355f3db11c3f9f1008b28823ed0904259bd45d54c869c25cf57e2532515/pyrepr-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3c9c319d17b6ee9da0b93f55081f8a22", "sha256": "3f1a9b14498b0d1192efaa65b48a0506317b6880a6f227a6eb87cd658a0622f8" }, "downloads": -1, "filename": "pyrepr-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3c9c319d17b6ee9da0b93f55081f8a22", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5555, "upload_time": "2018-10-20T10:47:42", "url": "https://files.pythonhosted.org/packages/69/1d/be66fcc7c73c4087aa5402142c1401c9400908b805249875a3ebb0cbb303/pyrepr-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1df91b85582e1fe1659366d0c64e16af", "sha256": "1e15efbe6780982aa14d70155aef4f820b29a0b839f08a52c1821ef8b8440b5c" }, "downloads": -1, "filename": "pyrepr-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1df91b85582e1fe1659366d0c64e16af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2874, "upload_time": "2018-10-20T10:47:44", "url": "https://files.pythonhosted.org/packages/6d/63/1355f3db11c3f9f1008b28823ed0904259bd45d54c869c25cf57e2532515/pyrepr-0.1.0.tar.gz" } ] }