h2o-wave


Nameh2o-wave JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryPython driver for H2O Wave Realtime Apps
upload_time2024-05-06 12:37:13
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.2.0",
    "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": "2fe089ea5338792ba843b9eb8f7d0d4b9d5154524ab3a2557450bdc27f588975",
                "md5": "5951a46d5b7dd58db34e7c03285a748a",
                "sha256": "dedff72d0c433d2d319c062859705a14892c02574a99232edc072086de2fe587"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5951a46d5b7dd58db34e7c03285a748a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 143235,
            "upload_time": "2024-05-06T12:37:13",
            "upload_time_iso_8601": "2024-05-06T12:37:13.620827Z",
            "url": "https://files.pythonhosted.org/packages/2f/e0/89ea5338792ba843b9eb8f7d0d4b9d5154524ab3a2557450bdc27f588975/h2o_wave-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b0aa878505b7ad9feeaa50517d6cd26ebd537ec7081e00fa9a745dd66ea1da4",
                "md5": "a387ddbf6076deb57bebb96025477db2",
                "sha256": "9ec031acc989c4f34d41324aadc7e72448eee41f8aad9d2306a0d800717ee0c2"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.2.0-py3-none-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a387ddbf6076deb57bebb96025477db2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12569463,
            "upload_time": "2024-05-06T12:37:16",
            "upload_time_iso_8601": "2024-05-06T12:37:16.251495Z",
            "url": "https://files.pythonhosted.org/packages/3b/0a/a878505b7ad9feeaa50517d6cd26ebd537ec7081e00fa9a745dd66ea1da4/h2o_wave-1.2.0-py3-none-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f81adc43c83ae5e27bd6cc947ff31f1107012f5abb960ac16b53df9d895cced",
                "md5": "a5274d3763c5826cba3657c6175e9ee9",
                "sha256": "53d30f2af665d4825aca8cd0cc15eb8f34ca33032c2cecc53b013d18804bc777"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.2.0-py3-none-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a5274d3763c5826cba3657c6175e9ee9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12222719,
            "upload_time": "2024-05-06T12:37:19",
            "upload_time_iso_8601": "2024-05-06T12:37:19.262300Z",
            "url": "https://files.pythonhosted.org/packages/4f/81/adc43c83ae5e27bd6cc947ff31f1107012f5abb960ac16b53df9d895cced/h2o_wave-1.2.0-py3-none-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d7e914a060670851f8019c3413ba9f198c2b4bbd3ae563bf5a33189f0968eea",
                "md5": "dcd166a9b1ec6b72ae810687a43bb250",
                "sha256": "df7baac24e1994f3ea1e2d9d1080d1431f05a782a61fa8e67dfc4124e4dcf8f9"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.2.0-py3-none-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "dcd166a9b1ec6b72ae810687a43bb250",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12222719,
            "upload_time": "2024-05-06T12:37:22",
            "upload_time_iso_8601": "2024-05-06T12:37:22.355095Z",
            "url": "https://files.pythonhosted.org/packages/3d/7e/914a060670851f8019c3413ba9f198c2b4bbd3ae563bf5a33189f0968eea/h2o_wave-1.2.0-py3-none-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a78e5a03f06833de16748209d9dc2a823cb5d26e8ba2d74e28b3bac3bf9a62ac",
                "md5": "c1b06446afad18b21b4b0af1c16075e1",
                "sha256": "f1cff2492a69efd659724cce678b5fafdf9db5f21cd729b813c197302b3f221a"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.2.0-py3-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c1b06446afad18b21b4b0af1c16075e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12687777,
            "upload_time": "2024-05-06T12:37:25",
            "upload_time_iso_8601": "2024-05-06T12:37:25.408424Z",
            "url": "https://files.pythonhosted.org/packages/a7/8e/5a03f06833de16748209d9dc2a823cb5d26e8ba2d74e28b3bac3bf9a62ac/h2o_wave-1.2.0-py3-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b626db778fa8f9ee0504d983e0b94cfee5bc4f703456ba1958943a04f8e95008",
                "md5": "72996ca2673d55ed53e24e5f90a56ee3",
                "sha256": "18c2fe0ab3a4239c0beac44905a8a4e1307ee0982e80542a69c71a6de0512752"
            },
            "downloads": -1,
            "filename": "h2o_wave-1.2.0-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "72996ca2673d55ed53e24e5f90a56ee3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12648075,
            "upload_time": "2024-05-06T12:37:27",
            "upload_time_iso_8601": "2024-05-06T12:37:27.771740Z",
            "url": "https://files.pythonhosted.org/packages/b6/26/db778fa8f9ee0504d983e0b94cfee5bc4f703456ba1958943a04f8e95008/h2o_wave-1.2.0-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-06 12:37:13",
    "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.28914s