pyopp


Namepyopp JSON
Version 0.0.11 PyPI version JSON
download
home_pageNone
SummaryOverpowered Python Print
upload_time2023-08-17 10:13:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords console pprint python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyopp

[![PyPI version](https://badge.fury.io/py/pyopp.svg)](https://pypi.org/project/pyopp/)

Overpowered Python Print

Print native Python objects or string representations of JSON, XML, or HTML. Output is
validated, formatted, and highlighted with [Rich](https://github.com/Textualize/rich).

![Python object](https://github.com/waydegg/pyopp/raw/master/images/python_object.png)

## Installation

```bash
pip install pyopp
```

## Examples

### JSON string

![JSON string](https://github.com/waydegg/pyopp/raw/master/images/json_string.png)

### XML string

![XML string](https://github.com/waydegg/pyopp/raw/master/images/xml_example.png)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyopp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "console,pprint,python",
    "author": null,
    "author_email": "Wayde Gilliam <waydegilliam@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/84/30/40ddb62066424e711fdd168b810fb5517cae56ced774eed3d68e96c14606/pyopp-0.0.11.tar.gz",
    "platform": null,
    "description": "# pyopp\n\n[![PyPI version](https://badge.fury.io/py/pyopp.svg)](https://pypi.org/project/pyopp/)\n\nOverpowered Python Print\n\nPrint native Python objects or string representations of JSON, XML, or HTML. Output is\nvalidated, formatted, and highlighted with [Rich](https://github.com/Textualize/rich).\n\n![Python object](https://github.com/waydegg/pyopp/raw/master/images/python_object.png)\n\n## Installation\n\n```bash\npip install pyopp\n```\n\n## Examples\n\n### JSON string\n\n![JSON string](https://github.com/waydegg/pyopp/raw/master/images/json_string.png)\n\n### XML string\n\n![XML string](https://github.com/waydegg/pyopp/raw/master/images/xml_example.png)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Overpowered Python Print",
    "version": "0.0.11",
    "project_urls": {
        "Homepage": "https://github.com/waydegg/pyopp",
        "Source": "https://github.com/waydegg/pyopp"
    },
    "split_keywords": [
        "console",
        "pprint",
        "python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b4559dfbc2b4311c840ab7b93321ed39afc974cc38e5beea646f4b88fb7bdf75",
                "md5": "fae31acc2b6c6151cb055b8897a79006",
                "sha256": "72d057775e138f71465e34f3571c693946f86693b7bbd83737207c98d65db0df"
            },
            "downloads": -1,
            "filename": "pyopp-0.0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fae31acc2b6c6151cb055b8897a79006",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5112,
            "upload_time": "2023-08-17T10:13:37",
            "upload_time_iso_8601": "2023-08-17T10:13:37.988202Z",
            "url": "https://files.pythonhosted.org/packages/b4/55/9dfbc2b4311c840ab7b93321ed39afc974cc38e5beea646f4b88fb7bdf75/pyopp-0.0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "843040ddb62066424e711fdd168b810fb5517cae56ced774eed3d68e96c14606",
                "md5": "583523c7401600fb4f54bd755ac13fb2",
                "sha256": "5f370a91521d27deff1e69a32941f60f39f0e6e48ee0fa9e211143688bfc936f"
            },
            "downloads": -1,
            "filename": "pyopp-0.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "583523c7401600fb4f54bd755ac13fb2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 363335,
            "upload_time": "2023-08-17T10:13:35",
            "upload_time_iso_8601": "2023-08-17T10:13:35.235791Z",
            "url": "https://files.pythonhosted.org/packages/84/30/40ddb62066424e711fdd168b810fb5517cae56ced774eed3d68e96c14606/pyopp-0.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-17 10:13:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "waydegg",
    "github_project": "pyopp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyopp"
}
        
Elapsed time: 0.10101s