h2o-wave


Nameh2o-wave JSON
Version 1.3.4 PyPI version JSON
download
home_pageNone
SummaryPython driver for H2O Wave Realtime Apps
upload_time2024-06-25 11:36:36
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords data science low code machine learning realtime ui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            H2O Wave
========

H2O Wave is a lightweight software stack for programming interactive web applications
entirely in Python (no HTML/Javascript/CSS required).

It is designed to make it fast, fun and easy to build low-latency, realtime,
collaborative, web-based applications. It ships batteries-included with
a suite of form and data visualization components for rapidly prototyping
analytical and decision-support applications.

Wave's components work in conjunction with the Wave relay server that facilitates
realtime state synchronization between Python and web browsers.


Installing
----------

Install and update using `pip`_:

.. code-block:: text

    pip install -U h2o-wave


Hello world
----------------

``hello.py``:

.. code-block:: python

    from h2o_wave import main, app, Q, ui


    @app('/')
    async def serve(q: Q):
        q.page['hello'] = ui.markdown_card(
            box='1 1 3 3',
            title='Hello world!',
            content='Welcome to Wave!'
        )
        await q.page.save()


Run ``hello.py``:

.. code-block:: text

    $ wave run hello.py


Links
-----

* Website: https://wave.h2o.ai/
* Releases: https://pypi.org/project/h2o-wave/
* Code: https://github.com/h2oai/wave
* Issue tracker: https://github.com/h2oai/wave/issues

.. _pip: https://pip.pypa.io/en/stable/quickstart/


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "h2o-wave",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Martin Turoci <martin.turoci@h2o.ai>, Marek Mihok <marek.mihok@h2o.ai>",
    "keywords": "Data Science, Low code, Machine Learning, Realtime, UI",
    "author": null,
    "author_email": "Prithvi Prabhu <prithvi@h2o.ai>",
    "download_url": null,
    "platform": null,
    "description": "H2O Wave\n========\n\nH2O Wave is a lightweight software stack for programming interactive web applications\nentirely in Python (no HTML/Javascript/CSS required).\n\nIt is designed to make it fast, fun and easy to build low-latency, realtime,\ncollaborative, web-based applications. It ships batteries-included with\na suite of form and data visualization components for rapidly prototyping\nanalytical and decision-support applications.\n\nWave's components work in conjunction with the Wave relay server that facilitates\nrealtime state synchronization between Python and web browsers.\n\n\nInstalling\n----------\n\nInstall and update using `pip`_:\n\n.. code-block:: text\n\n    pip install -U h2o-wave\n\n\nHello world\n----------------\n\n``hello.py``:\n\n.. code-block:: python\n\n    from h2o_wave import main, app, Q, ui\n\n\n    @app('/')\n    async def serve(q: Q):\n        q.page['hello'] = ui.markdown_card(\n            box='1 1 3 3',\n            title='Hello world!',\n            content='Welcome to Wave!'\n        )\n        await q.page.save()\n\n\nRun ``hello.py``:\n\n.. code-block:: text\n\n    $ wave run hello.py\n\n\nLinks\n-----\n\n* Website: https://wave.h2o.ai/\n* Releases: https://pypi.org/project/h2o-wave/\n* Code: https://github.com/h2oai/wave\n* Issue tracker: https://github.com/h2oai/wave/issues\n\n.. _pip: https://pip.pypa.io/en/stable/quickstart/\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python driver for H2O Wave Realtime Apps",
    "version": "1.3.4",
    "project_urls": {
        "Changelog": "https://github.com/h2oai/wave/releases",
        "Documentation": "https://wave.h2o.ai/",
        "Homepage": "https://wave.h2o.ai/",
        "Repository": "https://github.com/h2oai/wave"
    },
    "split_keywords": [
        "data science",
        " low code",
        " machine learning",
        " realtime",
        " ui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dfc74815208077ee501962e0af226585330e51f430386e958b9fe51c47c85cd",
                "md5": "8a48813135bec1afcf1e611b4612f8a3",
                "sha256": "b4fd2546bdf31d47b7f76916738d3e4e18b7933fc3dbed83c550d919af86a448"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.3.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8a48813135bec1afcf1e611b4612f8a3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 143755,
            "upload_time": "2024-06-25T11:36:36",
            "upload_time_iso_8601": "2024-06-25T11:36:36.148623Z",
            "url": "https://files.pythonhosted.org/packages/7d/fc/74815208077ee501962e0af226585330e51f430386e958b9fe51c47c85cd/h2o_wave-1.3.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3192458ffc210daa6a3c9a23e079096f07e3c4cd1bc5f2cd97085d1dc907d3b0",
                "md5": "f6f689525d5562db46669028b2de1ad1",
                "sha256": "a85949e4c45ed7fcca94ddd01e224b15cb8059b137c4e71cd73c77fe56d45c3e"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.3.4-py3-none-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f6f689525d5562db46669028b2de1ad1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12579270,
            "upload_time": "2024-06-25T11:36:38",
            "upload_time_iso_8601": "2024-06-25T11:36:38.559852Z",
            "url": "https://files.pythonhosted.org/packages/31/92/458ffc210daa6a3c9a23e079096f07e3c4cd1bc5f2cd97085d1dc907d3b0/h2o_wave-1.3.4-py3-none-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "996aa035e27203626b3bad4ca859257e65e4f5f50bdbde83caf451bed49c2aef",
                "md5": "874973bff13c67ba391d34316420a24a",
                "sha256": "0a8abcb4feeee4175a2ed11319da6f8c7132cf7a2c1cdc6b3f1b131ce35b573d"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.3.4-py3-none-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "874973bff13c67ba391d34316420a24a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12239427,
            "upload_time": "2024-06-25T11:36:41",
            "upload_time_iso_8601": "2024-06-25T11:36:41.342074Z",
            "url": "https://files.pythonhosted.org/packages/99/6a/a035e27203626b3bad4ca859257e65e4f5f50bdbde83caf451bed49c2aef/h2o_wave-1.3.4-py3-none-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b488455c0f7b39f7ec9991aa97c8f2fab9981ef13f7e795ffcb34bfa014bb06",
                "md5": "b94f5dffdb1d2256a29a2d0626093f86",
                "sha256": "b08b974fbd7ed0228c45f33b6aa53587970fe64b170c64c038a8c97e9652b84d"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.3.4-py3-none-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b94f5dffdb1d2256a29a2d0626093f86",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12239427,
            "upload_time": "2024-06-25T11:36:44",
            "upload_time_iso_8601": "2024-06-25T11:36:44.516815Z",
            "url": "https://files.pythonhosted.org/packages/2b/48/8455c0f7b39f7ec9991aa97c8f2fab9981ef13f7e795ffcb34bfa014bb06/h2o_wave-1.3.4-py3-none-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bfbd5c69c2110d5ed885828a6adf8d474ded3df5260919812e794635735216a",
                "md5": "90548973d197ca0057b3c4a5fe80d1c3",
                "sha256": "1a8679ffac7c5a4be6673172dc148f5c5003646151677e68b31e25c827b6dc8e"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.3.4-py3-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "90548973d197ca0057b3c4a5fe80d1c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 13668942,
            "upload_time": "2024-06-25T11:36:47",
            "upload_time_iso_8601": "2024-06-25T11:36:47.362063Z",
            "url": "https://files.pythonhosted.org/packages/9b/fb/d5c69c2110d5ed885828a6adf8d474ded3df5260919812e794635735216a/h2o_wave-1.3.4-py3-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58df8f3519f6d02baa57bee5e7958732ca90a68b9ad9717ebcdf62b0ce5a5c22",
                "md5": "8ca58e4b24747c44a27c75a2606bd949",
                "sha256": "edc0bdcfdbf958288d9e49668b9d3c981ac6e64e38190aebe88ae1599f3517b0"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.3.4-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8ca58e4b24747c44a27c75a2606bd949",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12661526,
            "upload_time": "2024-06-25T11:36:57",
            "upload_time_iso_8601": "2024-06-25T11:36:57.273566Z",
            "url": "https://files.pythonhosted.org/packages/58/df/8f3519f6d02baa57bee5e7958732ca90a68b9ad9717ebcdf62b0ce5a5c22/h2o_wave-1.3.4-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-25 11:36:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "h2oai",
    "github_project": "wave",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "h2o-wave"
}
        
Elapsed time: 0.24438s