trame-iframe


Nametrame-iframe JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryHelper for iframe/cross-origin communication for trame
upload_time2023-04-25 16:34:13
maintainer
docs_urlNone
authorKitware Inc
requires_python
licenseApache Software License
keywords python interactive web application framework
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            trame-iframe
===========================================================

Trame widget library that can be use to handle cross-origin communication with iframe.
This library is compatible with both vue2 and vue3 client.

In a nutshell, this library allow to embed a trame application as an iframe while still enabling communication or synchronization with the parent web application.
This also could be reversed where trame can embed an external web application as iframe and either drive it or listen to internal state change.

For more details on how to use it, please look at the examples.


License
-----------------------------------------------------------

This library is distributed under the Apache Software License


Development
-----------------------------------------------------------

Build and install the Vue components

.. code-block:: console

    cd vue-components
    npm i
    npm run build
    cd -

Install python package

.. code-block:: console

    pip install -e .

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "trame-iframe",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python,Interactive,Web,Application,Framework",
    "author": "Kitware Inc",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c0/c7/23f45ae3d2d0470aca382771f751ba93f4c90e203ce49143a9b3be1b6a94/trame-iframe-1.0.1.tar.gz",
    "platform": null,
    "description": "trame-iframe\n===========================================================\n\nTrame widget library that can be use to handle cross-origin communication with iframe.\nThis library is compatible with both vue2 and vue3 client.\n\nIn a nutshell, this library allow to embed a trame application as an iframe while still enabling communication or synchronization with the parent web application.\nThis also could be reversed where trame can embed an external web application as iframe and either drive it or listen to internal state change.\n\nFor more details on how to use it, please look at the examples.\n\n\nLicense\n-----------------------------------------------------------\n\nThis library is distributed under the Apache Software License\n\n\nDevelopment\n-----------------------------------------------------------\n\nBuild and install the Vue components\n\n.. code-block:: console\n\n    cd vue-components\n    npm i\n    npm run build\n    cd -\n\nInstall python package\n\n.. code-block:: console\n\n    pip install -e .\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Helper for iframe/cross-origin communication for trame",
    "version": "1.0.1",
    "split_keywords": [
        "python",
        "interactive",
        "web",
        "application",
        "framework"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4eae39242fd30e256ef2b372ab3df69c18345cf74fdd172f3fb77daa91a9c6b3",
                "md5": "6261b9c8533ffb37b9948ec9892466e9",
                "sha256": "2512d89d396472d1f98e7ad3f3107504403f26e4682a4158095d28f5a419ea23"
            },
            "downloads": -1,
            "filename": "trame_iframe-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6261b9c8533ffb37b9948ec9892466e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7306,
            "upload_time": "2023-04-25T16:34:11",
            "upload_time_iso_8601": "2023-04-25T16:34:11.457468Z",
            "url": "https://files.pythonhosted.org/packages/4e/ae/39242fd30e256ef2b372ab3df69c18345cf74fdd172f3fb77daa91a9c6b3/trame_iframe-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0c723f45ae3d2d0470aca382771f751ba93f4c90e203ce49143a9b3be1b6a94",
                "md5": "9b3cf008fc60560b84fb5ab3639b6f36",
                "sha256": "0d05b56b22c29ca2476b07d0db310431c375213b06fbadbdb112d4a247a7cb17"
            },
            "downloads": -1,
            "filename": "trame-iframe-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9b3cf008fc60560b84fb5ab3639b6f36",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6081,
            "upload_time": "2023-04-25T16:34:13",
            "upload_time_iso_8601": "2023-04-25T16:34:13.543540Z",
            "url": "https://files.pythonhosted.org/packages/c0/c7/23f45ae3d2d0470aca382771f751ba93f4c90e203ce49143a9b3be1b6a94/trame-iframe-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-25 16:34:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "trame-iframe"
}
        
Elapsed time: 0.05980s