h2o-wave


Nameh2o-wave JSON
Version 1.5.1 PyPI version JSON
download
home_pageNone
SummaryPython driver for H2O Wave Realtime Apps
upload_time2024-09-10 09:25:22
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.1",
    "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": "93010d304d1fa6e583ea12fe029ef1b0c47aa672c8348e7cf4dc597c4a42825f",
                "md5": "fd0927c39113bd9010f0a9bfdaa677aa",
                "sha256": "2cec6c9d8d1233012947c516617b84362cf992c1f243d37e65a8a0ae6df00c21"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd0927c39113bd9010f0a9bfdaa677aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 144482,
            "upload_time": "2024-09-10T09:25:22",
            "upload_time_iso_8601": "2024-09-10T09:25:22.200851Z",
            "url": "https://files.pythonhosted.org/packages/93/01/0d304d1fa6e583ea12fe029ef1b0c47aa672c8348e7cf4dc597c4a42825f/h2o_wave-1.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab817c03a8f8430fd44a39687547ab9453d7445105e6c44867588a44de6cdb9f",
                "md5": "321fce96f4aea37a10a834255d75eae9",
                "sha256": "f33424ae39bfe25acaf0be085a818e7f59ebf941fc544c13327569002343aa74"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.5.1-py3-none-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "321fce96f4aea37a10a834255d75eae9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12582283,
            "upload_time": "2024-09-10T09:25:24",
            "upload_time_iso_8601": "2024-09-10T09:25:24.373457Z",
            "url": "https://files.pythonhosted.org/packages/ab/81/7c03a8f8430fd44a39687547ab9453d7445105e6c44867588a44de6cdb9f/h2o_wave-1.5.1-py3-none-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6eb80b149fd7370c5430ad0eb288c3706cb5bfca4eb11dddd5c6f9fb71f7590e",
                "md5": "683e801266dd92368a90348b78fbd008",
                "sha256": "fc8130802e03fbfbd4161ab4592305dc551668c070442e077a6d1f72453d6955"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.5.1-py3-none-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "683e801266dd92368a90348b78fbd008",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12241548,
            "upload_time": "2024-09-10T09:25:27",
            "upload_time_iso_8601": "2024-09-10T09:25:27.955450Z",
            "url": "https://files.pythonhosted.org/packages/6e/b8/0b149fd7370c5430ad0eb288c3706cb5bfca4eb11dddd5c6f9fb71f7590e/h2o_wave-1.5.1-py3-none-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0e734eb417617c43144c58a804be0a03be1b91f48822913249f741caa020ba4",
                "md5": "d251f4b9f4af2cfeebc55f6567fc040c",
                "sha256": "ff91ac837f2214b43dde0f7135f663e8d93d75715c58e65998b418cf3bef3984"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.5.1-py3-none-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d251f4b9f4af2cfeebc55f6567fc040c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12241548,
            "upload_time": "2024-09-10T09:25:30",
            "upload_time_iso_8601": "2024-09-10T09:25:30.245467Z",
            "url": "https://files.pythonhosted.org/packages/f0/e7/34eb417617c43144c58a804be0a03be1b91f48822913249f741caa020ba4/h2o_wave-1.5.1-py3-none-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9256dfe56258b2aa48026d34961f1db1f977b16186307f92dbec0b5306a1c616",
                "md5": "1f1178d8fcb7527e3bda317741ac1162",
                "sha256": "8c52015b5d4911f169c202f37a1fad005f959230b5973abeaf8c6704577926d6"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.5.1-py3-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1f1178d8fcb7527e3bda317741ac1162",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 13672393,
            "upload_time": "2024-09-10T09:25:33",
            "upload_time_iso_8601": "2024-09-10T09:25:33.085666Z",
            "url": "https://files.pythonhosted.org/packages/92/56/dfe56258b2aa48026d34961f1db1f977b16186307f92dbec0b5306a1c616/h2o_wave-1.5.1-py3-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10c1d8e00dabcd3719d86899ce9b9e4fcc7c8556d3dd3b112d0c1e2431ec34be",
                "md5": "a5f281376826096cdfdbaa25b01cbb40",
                "sha256": "f453661b60f5dcd55c20216178eca0a23aa41aafa0cb23313ac8bb4c2bcb962c"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.5.1-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a5f281376826096cdfdbaa25b01cbb40",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12660523,
            "upload_time": "2024-09-10T09:25:35",
            "upload_time_iso_8601": "2024-09-10T09:25:35.317945Z",
            "url": "https://files.pythonhosted.org/packages/10/c1/d8e00dabcd3719d86899ce9b9e4fcc7c8556d3dd3b112d0c1e2431ec34be/h2o_wave-1.5.1-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 09:25:22",
    "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.32794s