pybalboa


Namepybalboa JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://github.com/garbled1/pybalboa
SummaryModule to communicate with a Balboa spa wifi adapter.
upload_time2025-02-09 22:55:25
maintainerNone
docs_urlNone
authorNathan Spencer
requires_python<4.0,>=3.9
licenseNone
keywords balboa spa hot tub asynchronous
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            pybalboa
--------

Python Module to interface with a balboa spa

Requires Python 3 with asyncio.

To Install::

  pip install pybalboa

To test::

  python3 pybalboa <ip-of-spa-wifi> <debug-flag>

To Use
``````

See ``__main__.py`` for usage examples.

Minimal example::

  import asyncio
  import pybalboa

  async with pybalboa.SpaClient(spa_host) as spa:
    # read/run spa commands
  return


Related
```````
- https://github.com/ccutrer/balboa_worldwide_app/wiki - invaluable wiki for Balboa module protocol

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/garbled1/pybalboa",
    "name": "pybalboa",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "Balboa, spa, hot tub, asynchronous",
    "author": "Nathan Spencer",
    "author_email": "natekspencer@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/79/42/2e28b913c6a4dd436d978f66b8c5330952f7d983b5295828f571da8f9be6/pybalboa-1.1.2.tar.gz",
    "platform": null,
    "description": "pybalboa\n--------\n\nPython Module to interface with a balboa spa\n\nRequires Python 3 with asyncio.\n\nTo Install::\n\n  pip install pybalboa\n\nTo test::\n\n  python3 pybalboa <ip-of-spa-wifi> <debug-flag>\n\nTo Use\n``````\n\nSee ``__main__.py`` for usage examples.\n\nMinimal example::\n\n  import asyncio\n  import pybalboa\n\n  async with pybalboa.SpaClient(spa_host) as spa:\n    # read/run spa commands\n  return\n\n\nRelated\n```````\n- https://github.com/ccutrer/balboa_worldwide_app/wiki - invaluable wiki for Balboa module protocol\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Module to communicate with a Balboa spa wifi adapter.",
    "version": "1.1.2",
    "project_urls": {
        "Homepage": "https://github.com/garbled1/pybalboa",
        "Repository": "https://github.com/garbled1/pybalboa"
    },
    "split_keywords": [
        "balboa",
        " spa",
        " hot tub",
        " asynchronous"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07ad276987310e7ae12ff1589123bf5cc3d352ff0a8ef9648f52593d4d7001a1",
                "md5": "51aeac525b50c5ed0730acfcec4a1669",
                "sha256": "63dcc862c15a891b707f2c044280577e60b5dd11fd924763c601fdade5f4f9e1"
            },
            "downloads": -1,
            "filename": "pybalboa-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "51aeac525b50c5ed0730acfcec4a1669",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 23810,
            "upload_time": "2025-02-09T22:55:23",
            "upload_time_iso_8601": "2025-02-09T22:55:23.847733Z",
            "url": "https://files.pythonhosted.org/packages/07/ad/276987310e7ae12ff1589123bf5cc3d352ff0a8ef9648f52593d4d7001a1/pybalboa-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79422e28b913c6a4dd436d978f66b8c5330952f7d983b5295828f571da8f9be6",
                "md5": "c07c722dad8cc69a28fd748b5fb3fc3e",
                "sha256": "797afff57026e1f0eb68fb5074f5dfc71848c9ff65a7f1a96349ec678058f35c"
            },
            "downloads": -1,
            "filename": "pybalboa-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c07c722dad8cc69a28fd748b5fb3fc3e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 20747,
            "upload_time": "2025-02-09T22:55:25",
            "upload_time_iso_8601": "2025-02-09T22:55:25.557322Z",
            "url": "https://files.pythonhosted.org/packages/79/42/2e28b913c6a4dd436d978f66b8c5330952f7d983b5295828f571da8f9be6/pybalboa-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-09 22:55:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "garbled1",
    "github_project": "pybalboa",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "pybalboa"
}
        
Elapsed time: 0.39851s