Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pybalboa

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pybalboa

Module to communicate with a Balboa spa wifi adapter.

pipPyPI
Version
1.1.4
Maintainers
2

pybalboa

PyPI - Version Buy Me A Coffee/Beer Sponsor on GitHub

GitHub License PyPI - Python Version Pepy Total Downloads PyPI - Downloads

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

❤️ Support Me

I maintain this python project in my spare time. If you find it useful, consider supporting development:

📈 Star History

Star History Chart

Keywords

Balboa

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts