jmespath-token


Namejmespath-token JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/MacHu-GWU/jmespath_token-project
SummaryTokens represent values that can be evaluated at a later time. This is a token system built on Jmespath JSON query language.
upload_time2023-10-14 18:42:22
maintainerSanhe Hu
docs_urlNone
authorSanhe Hu
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements jmespath
Travis-CI No Travis.
coveralls test coverage
            
.. .. image:: https://readthedocs.org/projects/jmespath-token/badge/?version=latest
    :target: https://jmespath-token.readthedocs.io/en/latest/
    :alt: Documentation Status

.. image:: https://github.com/MacHu-GWU/jmespath_token-project/workflows/CI/badge.svg
    :target: https://github.com/MacHu-GWU/jmespath_token-project/actions?query=workflow:CI

.. image:: https://codecov.io/gh/MacHu-GWU/jmespath_token-project/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/MacHu-GWU/jmespath_token-project

.. image:: https://img.shields.io/pypi/v/jmespath-token.svg
    :target: https://pypi.python.org/pypi/jmespath-token

.. image:: https://img.shields.io/pypi/l/jmespath-token.svg
    :target: https://pypi.python.org/pypi/jmespath-token

.. image:: https://img.shields.io/pypi/pyversions/jmespath-token.svg
    :target: https://pypi.python.org/pypi/jmespath-token

.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social
    :target: https://github.com/MacHu-GWU/jmespath_token-project/blob/main/release-history.rst

.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
    :target: https://github.com/MacHu-GWU/jmespath_token-project

------

.. .. image:: https://img.shields.io/badge/Link-Document-blue.svg
    :target: https://jmespath-token.readthedocs.io/en/latest/

.. .. image:: https://img.shields.io/badge/Link-API-blue.svg
    :target: https://jmespath-token.readthedocs.io/en/latest/py-modindex.html

.. image:: https://img.shields.io/badge/Link-Install-blue.svg
    :target: `install`_

.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
    :target: https://github.com/MacHu-GWU/jmespath_token-project

.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
    :target: https://github.com/MacHu-GWU/jmespath_token-project/issues

.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
    :target: https://github.com/MacHu-GWU/jmespath_token-project/issues

.. image:: https://img.shields.io/badge/Link-Download-blue.svg
    :target: https://pypi.org/pypi/jmespath-token#files


Welcome to ``jmespath_token`` Documentation
==============================================================================
Tokens represent values that can be evaluated at a later time. This is a token system built on Jmespath JSON query language.

This project is highly inspired by `AWS CloudFormation Intrinsic Functions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html>`_.

`📔 Usage Example <https://github.com/MacHu-GWU/jmespath_token-project/blob/main/docs/source/01-Usage-Example/index.ipynb>`_


.. _install:

Install
------------------------------------------------------------------------------

``jmespath_token`` is released on PyPI, so all you need is to:

.. code-block:: console

    $ pip install jmespath-token

To upgrade to latest version:

.. code-block:: console

    $ pip install --upgrade jmespath-token

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MacHu-GWU/jmespath_token-project",
    "name": "jmespath-token",
    "maintainer": "Sanhe Hu",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "husanhe@gmail.com",
    "keywords": "",
    "author": "Sanhe Hu",
    "author_email": "husanhe@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/69/35/fbdc73027db6c7151fcf9939ee82d5bdcd72c2c908f4cb20ee09ba2c0796/jmespath_token-0.3.1.tar.gz",
    "platform": "Windows",
    "description": "\n.. .. image:: https://readthedocs.org/projects/jmespath-token/badge/?version=latest\n    :target: https://jmespath-token.readthedocs.io/en/latest/\n    :alt: Documentation Status\n\n.. image:: https://github.com/MacHu-GWU/jmespath_token-project/workflows/CI/badge.svg\n    :target: https://github.com/MacHu-GWU/jmespath_token-project/actions?query=workflow:CI\n\n.. image:: https://codecov.io/gh/MacHu-GWU/jmespath_token-project/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/MacHu-GWU/jmespath_token-project\n\n.. image:: https://img.shields.io/pypi/v/jmespath-token.svg\n    :target: https://pypi.python.org/pypi/jmespath-token\n\n.. image:: https://img.shields.io/pypi/l/jmespath-token.svg\n    :target: https://pypi.python.org/pypi/jmespath-token\n\n.. image:: https://img.shields.io/pypi/pyversions/jmespath-token.svg\n    :target: https://pypi.python.org/pypi/jmespath-token\n\n.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social\n    :target: https://github.com/MacHu-GWU/jmespath_token-project/blob/main/release-history.rst\n\n.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social\n    :target: https://github.com/MacHu-GWU/jmespath_token-project\n\n------\n\n.. .. image:: https://img.shields.io/badge/Link-Document-blue.svg\n    :target: https://jmespath-token.readthedocs.io/en/latest/\n\n.. .. image:: https://img.shields.io/badge/Link-API-blue.svg\n    :target: https://jmespath-token.readthedocs.io/en/latest/py-modindex.html\n\n.. image:: https://img.shields.io/badge/Link-Install-blue.svg\n    :target: `install`_\n\n.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg\n    :target: https://github.com/MacHu-GWU/jmespath_token-project\n\n.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg\n    :target: https://github.com/MacHu-GWU/jmespath_token-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg\n    :target: https://github.com/MacHu-GWU/jmespath_token-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Download-blue.svg\n    :target: https://pypi.org/pypi/jmespath-token#files\n\n\nWelcome to ``jmespath_token`` Documentation\n==============================================================================\nTokens represent values that can be evaluated at a later time. This is a token system built on Jmespath JSON query language.\n\nThis project is highly inspired by `AWS CloudFormation Intrinsic Functions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html>`_.\n\n`\ud83d\udcd4 Usage Example <https://github.com/MacHu-GWU/jmespath_token-project/blob/main/docs/source/01-Usage-Example/index.ipynb>`_\n\n\n.. _install:\n\nInstall\n------------------------------------------------------------------------------\n\n``jmespath_token`` is released on PyPI, so all you need is to:\n\n.. code-block:: console\n\n    $ pip install jmespath-token\n\nTo upgrade to latest version:\n\n.. code-block:: console\n\n    $ pip install --upgrade jmespath-token\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tokens represent values that can be evaluated at a later time. This is a token system built on Jmespath JSON query language.",
    "version": "0.3.1",
    "project_urls": {
        "Download": "https://pypi.python.org/pypi/jmespath_token/0.3.1#downloads",
        "Homepage": "https://github.com/MacHu-GWU/jmespath_token-project"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eea1ea82b01fd09b823704f0c9c964f4912428ef66f985dd58ae69efe56493da",
                "md5": "122c53abb80ec75e257ad376abb9cf6c",
                "sha256": "8c9d3cc920b4771a916db50a96d564da6fb99ff15197f04aba14209c050b938d"
            },
            "downloads": -1,
            "filename": "jmespath_token-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "122c53abb80ec75e257ad376abb9cf6c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13476,
            "upload_time": "2023-10-14T18:42:21",
            "upload_time_iso_8601": "2023-10-14T18:42:21.344792Z",
            "url": "https://files.pythonhosted.org/packages/ee/a1/ea82b01fd09b823704f0c9c964f4912428ef66f985dd58ae69efe56493da/jmespath_token-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6935fbdc73027db6c7151fcf9939ee82d5bdcd72c2c908f4cb20ee09ba2c0796",
                "md5": "47ee34e9214825b3a4b9d3ae3956d021",
                "sha256": "513ca5888b567d48f235a481d0288621fb21583fd79f5c59afcc5c4640022bc4"
            },
            "downloads": -1,
            "filename": "jmespath_token-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "47ee34e9214825b3a4b9d3ae3956d021",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17337,
            "upload_time": "2023-10-14T18:42:22",
            "upload_time_iso_8601": "2023-10-14T18:42:22.829034Z",
            "url": "https://files.pythonhosted.org/packages/69/35/fbdc73027db6c7151fcf9939ee82d5bdcd72c2c908f4cb20ee09ba2c0796/jmespath_token-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-14 18:42:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MacHu-GWU",
    "github_project": "jmespath_token-project",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "jmespath",
            "specs": [
                [
                    ">=",
                    "1.0.1"
                ],
                [
                    "<",
                    "2.0.0"
                ]
            ]
        }
    ],
    "lcname": "jmespath-token"
}
        
Elapsed time: 7.38685s