trame-rca


Nametrame-rca JSON
Version 0.6.0 PyPI version JSON
download
home_pageNone
SummaryRemote Controlled Area widget for trame
upload_time2024-11-07 15:35:17
maintainerNone
docs_urlNone
authorKitware Inc.
requires_pythonNone
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-rca: Remote Controlled Area
=============================================

Remote Controlled Area widget for trame provide components
and communication infrastructure to display remote generated
image based content while allowing interaction forwarding
such as mouse, touch and multi-pointer devices.

This library aims to provide a core that can then be extended
or specialized for any backend. But its initial integration
will be focused toward VTK and/or ParaView for enabling
interactive remote rendering.
But because it aims to be generic, you should be able to rely
on its core to connect and drive any kind of backend that could
produce images/video-stream and react to mouse interaction.

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

trame-rca is made available 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 the component

.. code-block:: console

    pip install -e .

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "trame-rca",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Python, Interactive, Web, Application, Framework",
    "author": "Kitware Inc.",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f6/ee/2057c35f21cbe4bb42761349748d07b7f3eb411c964fb4ac265ac75682ae/trame-rca-0.6.0.tar.gz",
    "platform": null,
    "description": "=============================================\ntrame-rca: Remote Controlled Area\n=============================================\n\nRemote Controlled Area widget for trame provide components\nand communication infrastructure to display remote generated\nimage based content while allowing interaction forwarding\nsuch as mouse, touch and multi-pointer devices.\n\nThis library aims to provide a core that can then be extended\nor specialized for any backend. But its initial integration\nwill be focused toward VTK and/or ParaView for enabling\ninteractive remote rendering.\nBut because it aims to be generic, you should be able to rely\non its core to connect and drive any kind of backend that could\nproduce images/video-stream and react to mouse interaction.\n\nLicense\n--------------------\n\ntrame-rca is made available 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 the component\n\n.. code-block:: console\n\n    pip install -e .\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Remote Controlled Area widget for trame",
    "version": "0.6.0",
    "project_urls": null,
    "split_keywords": [
        "python",
        " interactive",
        " web",
        " application",
        " framework"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f7a0473ae946224677de32ede5edaf25710bd4b023e358c4a93c3431dcbc869",
                "md5": "a1c4e7f9a4d800215d65ef4c6ecadd9b",
                "sha256": "24762184225335d5ecc1fcb32520a84c3c71f38e5e481667f9c91349734867be"
            },
            "downloads": -1,
            "filename": "trame_rca-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a1c4e7f9a4d800215d65ef4c6ecadd9b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 33482,
            "upload_time": "2024-11-07T15:35:16",
            "upload_time_iso_8601": "2024-11-07T15:35:16.568600Z",
            "url": "https://files.pythonhosted.org/packages/2f/7a/0473ae946224677de32ede5edaf25710bd4b023e358c4a93c3431dcbc869/trame_rca-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6ee2057c35f21cbe4bb42761349748d07b7f3eb411c964fb4ac265ac75682ae",
                "md5": "e4ce6a805f4805f7ec47ad3018c67613",
                "sha256": "9cbb28b375095cdd5f1b47cadfa5875e5114212a876db46673c9ef65b285b5f8"
            },
            "downloads": -1,
            "filename": "trame-rca-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e4ce6a805f4805f7ec47ad3018c67613",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32800,
            "upload_time": "2024-11-07T15:35:17",
            "upload_time_iso_8601": "2024-11-07T15:35:17.932777Z",
            "url": "https://files.pythonhosted.org/packages/f6/ee/2057c35f21cbe4bb42761349748d07b7f3eb411c964fb4ac265ac75682ae/trame-rca-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-07 15:35:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trame-rca"
}
        
Elapsed time: 0.87016s