json-query-utils


Namejson-query-utils JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/jai-python3/json-query-utils
SummaryCollection of Python scripts to run queries on a JSON file.
upload_time2025-02-22 22:21:54
maintainerNone
docs_urlNone
authorJaideep Sundaram
requires_python>=3.10
licenseNone
keywords json_query_utils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================
JSON Query Utils
================

Collection of Python scripts to run queries on a JSON file.


Exported console scripts
------------------------

- `json_query_utils`: Run queries on a JSON file.

.. code-block:: bash

    $ json_query_utils --help
    Usage: json_query_utils [OPTIONS] COMMAND [ARGS]...

      Run queries on a JSON file.

    Options:
      --help  Show this message and exit.

    Commands:
      query  Run a query on a JSON file.


=======
History
=======

0.1.0 (2025-02-22)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jai-python3/json-query-utils",
    "name": "json-query-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "json_query_utils",
    "author": "Jaideep Sundaram",
    "author_email": "jai.python3@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/da/84/217e3a74111dea2cf11b911bd0d7968787a58ee2c416c5b3fb4ad91ab7f1/json_query_utils-0.1.1.tar.gz",
    "platform": null,
    "description": "================\nJSON Query Utils\n================\n\nCollection of Python scripts to run queries on a JSON file.\n\n\nExported console scripts\n------------------------\n\n- `json_query_utils`: Run queries on a JSON file.\n\n.. code-block:: bash\n\n    $ json_query_utils --help\n    Usage: json_query_utils [OPTIONS] COMMAND [ARGS]...\n\n      Run queries on a JSON file.\n\n    Options:\n      --help  Show this message and exit.\n\n    Commands:\n      query  Run a query on a JSON file.\n\n\n=======\nHistory\n=======\n\n0.1.0 (2025-02-22)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Collection of Python scripts to run queries on a JSON file.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/jai-python3/json-query-utils"
    },
    "split_keywords": [
        "json_query_utils"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "63b988454d8a8f29fc371c9078171b219a880f7435581a8d0c1922ba02209d40",
                "md5": "e385305ceaa6c1c13c34692ca9746e22",
                "sha256": "eaab63882421af800d90711d3f1eaf8ebeb67b732b7b2bc79331429aa9d3449e"
            },
            "downloads": -1,
            "filename": "json_query_utils-0.1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e385305ceaa6c1c13c34692ca9746e22",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.10",
            "size": 10041,
            "upload_time": "2025-02-22T22:21:52",
            "upload_time_iso_8601": "2025-02-22T22:21:52.363790Z",
            "url": "https://files.pythonhosted.org/packages/63/b9/88454d8a8f29fc371c9078171b219a880f7435581a8d0c1922ba02209d40/json_query_utils-0.1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "da84217e3a74111dea2cf11b911bd0d7968787a58ee2c416c5b3fb4ad91ab7f1",
                "md5": "d0807144cf125d0da2fb3650e6f23c60",
                "sha256": "1949fe77cff8f1e101305816343523554bed329eef0e9c623643142582e69985"
            },
            "downloads": -1,
            "filename": "json_query_utils-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d0807144cf125d0da2fb3650e6f23c60",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 14573,
            "upload_time": "2025-02-22T22:21:54",
            "upload_time_iso_8601": "2025-02-22T22:21:54.697741Z",
            "url": "https://files.pythonhosted.org/packages/da/84/217e3a74111dea2cf11b911bd0d7968787a58ee2c416c5b3fb4ad91ab7f1/json_query_utils-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-22 22:21:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jai-python3",
    "github_project": "json-query-utils",
    "github_not_found": true,
    "lcname": "json-query-utils"
}
        
Elapsed time: 0.50895s