jsonui


Namejsonui JSON
Version 0.2 PyPI version JSON
download
home_pageNone
SummaryUI tools for JSON.
upload_time2024-05-01 23:34:44
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT
keywords json ui gui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======
jsonui
======
.. External references

.. _PyQT5: https://pypi.org/project/PyQt5/
.. _QScintilla: https://pypi.org/project/QScintilla/
.. _deepdiff: https://pypi.org/project/deepdiff/

.. Internal references

.. _jsonui: https://github.com/barseghyanartur/jsonui/
.. _Read the Docs: http://jsonui.readthedocs.io/
.. _Contributor guidelines: https://fakepy.readthedocs.io/en/latest/contributor_guidelines.html

UI/GUI for working with JSON.

.. image:: https://img.shields.io/pypi/v/jsonui.svg
   :target: https://pypi.python.org/pypi/jsonui
   :alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/jsonui.svg
    :target: https://pypi.python.org/pypi/jsonui/
    :alt: Supported Python versions

.. image:: https://github.com/barseghyanartur/jsonui/actions/workflows/test.yml/badge.svg?branch=main
   :target: https://github.com/barseghyanartur/jsonui/actions
   :alt: Build Status

.. image:: https://readthedocs.org/projects/jsonui/badge/?version=latest
    :target: http://jsonui.readthedocs.io
    :alt: Documentation Status

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
   :target: https://github.com/barseghyanartur/jsonui/#License
   :alt: MIT

.. image:: https://coveralls.io/repos/github/barseghyanartur/jsonui/badge.svg?branch=main&service=github
    :target: https://coveralls.io/github/barseghyanartur/jsonui?branch=main
    :alt: Coverage

Features
========
- Convert Python dict into JSON.
- Convert JSON to Python dict.
- Show diffs between two JSONs.

Prerequisites
=============
- Python 3.8+
- `PyQT5`_ (`GPL v3` license)
- `QScintilla`_ (`GPL v3` license)
- `deepdiff`_ (`MIT` license)

Installation
============
pipx (recommended)
------------------

.. code-block:: sh

    pipx install jsonui

pip
---

.. code-block:: sh

    pip install jsonui

Usage
=====
Run
---

.. code-block:: sh

    jsonui

Screenshots
-----------
**Convert Python dict to JSON**

.. image:: docs/screenshots/python_dict_to_json.png
   :target: docs/screenshots/python_dict_to_json.png
   :alt: Python dict to JSON

**JSON diff**

.. image:: docs/screenshots/json_diff.png
   :target: docs/screenshots/json_diff.png
   :alt: JSON diff

Documentation
=============
- Documentation is available on `Read the Docs`_.
- For guidelines on contributing check the `Contributor guidelines`_.

Tests
=====

Run the tests with unittest:

.. code-block:: sh

    python -m unittest jsonui

Or pytest:

.. code-block:: sh

    pytest

License
=======

MIT

Support
=======
For security issues contact me at the e-mail given in the `Author`_ section.

For overall issues, go to `GitHub <https://github.com/barseghyanartur/jsonui/issues>`_.

Author
======

Artur Barseghyan <artur.barseghyan@gmail.com>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jsonui",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "json, ui, gui",
    "author": null,
    "author_email": "Artur Barseghyan <artur.barseghyan@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0d/d3/ec68abcf92e144e0d280cb5f6d4deaf7e658d1882edfe9b8d2d89f685b09/jsonui-0.2.tar.gz",
    "platform": null,
    "description": "======\njsonui\n======\n.. External references\n\n.. _PyQT5: https://pypi.org/project/PyQt5/\n.. _QScintilla: https://pypi.org/project/QScintilla/\n.. _deepdiff: https://pypi.org/project/deepdiff/\n\n.. Internal references\n\n.. _jsonui: https://github.com/barseghyanartur/jsonui/\n.. _Read the Docs: http://jsonui.readthedocs.io/\n.. _Contributor guidelines: https://fakepy.readthedocs.io/en/latest/contributor_guidelines.html\n\nUI/GUI for working with JSON.\n\n.. image:: https://img.shields.io/pypi/v/jsonui.svg\n   :target: https://pypi.python.org/pypi/jsonui\n   :alt: PyPI Version\n\n.. image:: https://img.shields.io/pypi/pyversions/jsonui.svg\n    :target: https://pypi.python.org/pypi/jsonui/\n    :alt: Supported Python versions\n\n.. image:: https://github.com/barseghyanartur/jsonui/actions/workflows/test.yml/badge.svg?branch=main\n   :target: https://github.com/barseghyanartur/jsonui/actions\n   :alt: Build Status\n\n.. image:: https://readthedocs.org/projects/jsonui/badge/?version=latest\n    :target: http://jsonui.readthedocs.io\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n   :target: https://github.com/barseghyanartur/jsonui/#License\n   :alt: MIT\n\n.. image:: https://coveralls.io/repos/github/barseghyanartur/jsonui/badge.svg?branch=main&service=github\n    :target: https://coveralls.io/github/barseghyanartur/jsonui?branch=main\n    :alt: Coverage\n\nFeatures\n========\n- Convert Python dict into JSON.\n- Convert JSON to Python dict.\n- Show diffs between two JSONs.\n\nPrerequisites\n=============\n- Python 3.8+\n- `PyQT5`_ (`GPL v3` license)\n- `QScintilla`_ (`GPL v3` license)\n- `deepdiff`_ (`MIT` license)\n\nInstallation\n============\npipx (recommended)\n------------------\n\n.. code-block:: sh\n\n    pipx install jsonui\n\npip\n---\n\n.. code-block:: sh\n\n    pip install jsonui\n\nUsage\n=====\nRun\n---\n\n.. code-block:: sh\n\n    jsonui\n\nScreenshots\n-----------\n**Convert Python dict to JSON**\n\n.. image:: docs/screenshots/python_dict_to_json.png\n   :target: docs/screenshots/python_dict_to_json.png\n   :alt: Python dict to JSON\n\n**JSON diff**\n\n.. image:: docs/screenshots/json_diff.png\n   :target: docs/screenshots/json_diff.png\n   :alt: JSON diff\n\nDocumentation\n=============\n- Documentation is available on `Read the Docs`_.\n- For guidelines on contributing check the `Contributor guidelines`_.\n\nTests\n=====\n\nRun the tests with unittest:\n\n.. code-block:: sh\n\n    python -m unittest jsonui\n\nOr pytest:\n\n.. code-block:: sh\n\n    pytest\n\nLicense\n=======\n\nMIT\n\nSupport\n=======\nFor security issues contact me at the e-mail given in the `Author`_ section.\n\nFor overall issues, go to `GitHub <https://github.com/barseghyanartur/jsonui/issues>`_.\n\nAuthor\n======\n\nArtur Barseghyan <artur.barseghyan@gmail.com>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "UI tools for JSON.",
    "version": "0.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/barseghyanartur/jsonui/issues",
        "Changelog": "https://jsonui.readthedocs.io/en/latest/changelog.html",
        "Documentation": "https://jsonui.readthedocs.io/",
        "Homepage": "https://github.com/barseghyanartur/jsonui/",
        "Source Code": "https://github.com/barseghyanartur/jsonui/"
    },
    "split_keywords": [
        "json",
        " ui",
        " gui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b1308d122ad012347edec86a8c9712acb18080156b9aafcbd1f9268c4ce2ebd",
                "md5": "16af4394c32d14d38c2796f5323ec326",
                "sha256": "bdd02aaac2d3c8fb2a176bedca2c603c9b770ad57600da1011ebc3293950c9cf"
            },
            "downloads": -1,
            "filename": "jsonui-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16af4394c32d14d38c2796f5323ec326",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6012,
            "upload_time": "2024-05-01T23:34:42",
            "upload_time_iso_8601": "2024-05-01T23:34:42.375651Z",
            "url": "https://files.pythonhosted.org/packages/1b/13/08d122ad012347edec86a8c9712acb18080156b9aafcbd1f9268c4ce2ebd/jsonui-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0dd3ec68abcf92e144e0d280cb5f6d4deaf7e658d1882edfe9b8d2d89f685b09",
                "md5": "4f6cf029bfe6f5e6cd9f6e769e9e1e2e",
                "sha256": "dd2fe2cd289ad93f07e6c61cba24ce6cc7849a51fd2eddf24dc50f3405a97dc5"
            },
            "downloads": -1,
            "filename": "jsonui-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4f6cf029bfe6f5e6cd9f6e769e9e1e2e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 162441,
            "upload_time": "2024-05-01T23:34:44",
            "upload_time_iso_8601": "2024-05-01T23:34:44.662858Z",
            "url": "https://files.pythonhosted.org/packages/0d/d3/ec68abcf92e144e0d280cb5f6d4deaf7e658d1882edfe9b8d2d89f685b09/jsonui-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 23:34:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "barseghyanartur",
    "github_project": "jsonui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jsonui"
}
        
Elapsed time: 0.24663s