jpprint


Namejpprint JSON
Version 0.12.0 PyPI version JSON
download
home_pagehttps://github.com/voidnologo/jpprint
SummaryBasic print and comparison of two dictionaries and/or json files
upload_time2024-10-29 14:30:43
maintainerNone
docs_urlNone
authorvoidnologo
requires_python>=2.7
licenseThe MIT License (MIT) Copyright © 2024 <copyright holders> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords json print
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            JPPrint
=======================

Json Pretty Print

----

Format and print two dictionaries or json strings side by side
to give a quick overview of differences.

Use for quick and dirty debugging.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/voidnologo/jpprint",
    "name": "jpprint",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=2.7",
    "maintainer_email": null,
    "keywords": "json, print",
    "author": "voidnologo",
    "author_email": "voidnologo <dev@voidnologo.com>",
    "download_url": "https://files.pythonhosted.org/packages/98/14/cbe1a8abdf1fd0953c098deb914637b082688b8c97c88bbc2720f09731bf/jpprint-0.12.0.tar.gz",
    "platform": null,
    "description": "JPPrint\n=======================\n\nJson Pretty Print\n\n----\n\nFormat and print two dictionaries or json strings side by side\nto give a quick overview of differences.\n\nUse for quick and dirty debugging.\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT) Copyright \u00a9 2024 <copyright holders>  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Basic print and comparison of two dictionaries and/or json files",
    "version": "0.12.0",
    "project_urls": {
        "Homepage": "https://github.com/voidnologo/jpprint"
    },
    "split_keywords": [
        "json",
        " print"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e223d6b5a82231a50be0f5953bc320a3262f7438e7ec0a7dadf8452262a517b",
                "md5": "c54a777d6797430af3e63a4a63e4fbe2",
                "sha256": "671b7340f14d146c53aa575c12e04d2cde9f91320b60669b71ccd7dd056e6fca"
            },
            "downloads": -1,
            "filename": "jpprint-0.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c54a777d6797430af3e63a4a63e4fbe2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7",
            "size": 3793,
            "upload_time": "2024-10-29T14:30:41",
            "upload_time_iso_8601": "2024-10-29T14:30:41.786851Z",
            "url": "https://files.pythonhosted.org/packages/6e/22/3d6b5a82231a50be0f5953bc320a3262f7438e7ec0a7dadf8452262a517b/jpprint-0.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9814cbe1a8abdf1fd0953c098deb914637b082688b8c97c88bbc2720f09731bf",
                "md5": "6b4b1c5e302c45ddb6a1f86d7a052009",
                "sha256": "0a007606ec9822fbc192f64a86dfe30eb6176798444f8c1f2edf90cafb2da459"
            },
            "downloads": -1,
            "filename": "jpprint-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6b4b1c5e302c45ddb6a1f86d7a052009",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7",
            "size": 3412,
            "upload_time": "2024-10-29T14:30:43",
            "upload_time_iso_8601": "2024-10-29T14:30:43.384619Z",
            "url": "https://files.pythonhosted.org/packages/98/14/cbe1a8abdf1fd0953c098deb914637b082688b8c97c88bbc2720f09731bf/jpprint-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-29 14:30:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "voidnologo",
    "github_project": "jpprint",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jpprint"
}
        
Elapsed time: 0.39651s