h2o-wave


Nameh2o-wave JSON
Version 1.5.5 PyPI version JSON
download
home_pageNone
SummaryPython driver for H2O Wave Realtime Apps
upload_time2025-01-15 13:37:35
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.5.5",
    "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": "dd4df89ae68ba7ddb7336163efd8d88a7b278960d47cac326b6a5bb9187f63c8",
                "md5": "3aa1e435751ea058a1daff7bc4ba5ef7",
                "sha256": "965363d533ca1ae6d82eb9fac282fee985acf6e91aef3da1e148dbdcb7c236da"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.5.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3aa1e435751ea058a1daff7bc4ba5ef7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 144551,
            "upload_time": "2025-01-15T13:37:35",
            "upload_time_iso_8601": "2025-01-15T13:37:35.040696Z",
            "url": "https://files.pythonhosted.org/packages/dd/4d/f89ae68ba7ddb7336163efd8d88a7b278960d47cac326b6a5bb9187f63c8/h2o_wave-1.5.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e5ac92441dff23a1e3f45ea1cd818d92a10de6d12513ec351bfbf28c7b915a5",
                "md5": "256dd98c5e54df4135d6cc1a32a90cdd",
                "sha256": "588ec1c3d6576eceb14fc74fa946085a3dcb277f702af98f00297869cc1ebe40"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.5.5-py3-none-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "256dd98c5e54df4135d6cc1a32a90cdd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12576243,
            "upload_time": "2025-01-15T13:37:38",
            "upload_time_iso_8601": "2025-01-15T13:37:38.697321Z",
            "url": "https://files.pythonhosted.org/packages/0e/5a/c92441dff23a1e3f45ea1cd818d92a10de6d12513ec351bfbf28c7b915a5/h2o_wave-1.5.5-py3-none-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89450a7376ee81fb581bd5a5d665272109a62b89bb7cd17ada4dc27bf3f8a5d7",
                "md5": "5576b5db539361a20481d1b7c8da8fbc",
                "sha256": "382c2b9af3d20f8ab6b5c8a1cf302255f5efae8f83f6bbdd786580915ee9819c"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.5.5-py3-none-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5576b5db539361a20481d1b7c8da8fbc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12238971,
            "upload_time": "2025-01-15T13:37:44",
            "upload_time_iso_8601": "2025-01-15T13:37:44.005042Z",
            "url": "https://files.pythonhosted.org/packages/89/45/0a7376ee81fb581bd5a5d665272109a62b89bb7cd17ada4dc27bf3f8a5d7/h2o_wave-1.5.5-py3-none-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f63ed33185968775ad6b763fe513b902ac3a0cdceef1421ede1f79920270ada7",
                "md5": "e416d25527320291d0070e3246445689",
                "sha256": "36234726b606d4e17a868efcf95d95824be21d784c6d4a1dfceeb8fd12e6cd29"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.5.5-py3-none-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e416d25527320291d0070e3246445689",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12238973,
            "upload_time": "2025-01-15T13:37:48",
            "upload_time_iso_8601": "2025-01-15T13:37:48.677360Z",
            "url": "https://files.pythonhosted.org/packages/f6/3e/d33185968775ad6b763fe513b902ac3a0cdceef1421ede1f79920270ada7/h2o_wave-1.5.5-py3-none-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38724165c9c6b67dfda626b0bcb333ba237e5074a93026bacf374485720cd846",
                "md5": "4142bdb7adb06a9afc5e16cc36acf312",
                "sha256": "efa5598235dc5f967844df8e5a04a6f9607c3cf8961f2b91a713bd33fa85d988"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.5.5-py3-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4142bdb7adb06a9afc5e16cc36acf312",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 13668156,
            "upload_time": "2025-01-15T13:37:55",
            "upload_time_iso_8601": "2025-01-15T13:37:55.197015Z",
            "url": "https://files.pythonhosted.org/packages/38/72/4165c9c6b67dfda626b0bcb333ba237e5074a93026bacf374485720cd846/h2o_wave-1.5.5-py3-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9dd294033cc4d283e559ee517da965764e8253f2b697f838ea2a62371c8c279c",
                "md5": "0bf76f81026a0da4042795c13cdbaea3",
                "sha256": "84c5a9fc0b8dcda239b2cb99bf913c910ad8b63228c96401bc3dbd16aaaa8ef3"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.5.5-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0bf76f81026a0da4042795c13cdbaea3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12661022,
            "upload_time": "2025-01-15T13:37:59",
            "upload_time_iso_8601": "2025-01-15T13:37:59.599437Z",
            "url": "https://files.pythonhosted.org/packages/9d/d2/94033cc4d283e559ee517da965764e8253f2b697f838ea2a62371c8c279c/h2o_wave-1.5.5-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 13:37:35",
    "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.45941s