--- id: systembridgeconnector version: "5.4.4" license: Apache-2.0 license_treatment: permissive maintenance: active --- # systembridgeconnector — System Bridge Connector License: permissive · Maintenance: active · Downloads: 76.1K/mo ## What it is and what it does System Bridge Connector is a client library for the System Bridge project, a system monitoring and control platform. It provides Python code with the ability to connect to and communicate with a System Bridge server, likely retrieving system metrics or sending control commands. The package is actively maintained and used by the Home Assistant System Bridge integration. The connector depends on aiohttp for asynchronous HTTP communication and packaging for version handling. It requires Python 3.11 or later and installs as a pure-Python wheel with low friction. The small star count and niche keyword suggest it is purpose-built for the System Bridge ecosystem rather than a general-purpose utility. Use it for: - Integrate system monitoring data into Home Assistant via the System Bridge integration - Build custom Python applications that query system information from a System Bridge server - Create automation or control logic that communicates with System Bridge over the network ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a connector client for the System Bridge project, enabling communication with a System Bridge server to access system information and control capabilities. Yes, if you are using System Bridge or Home Assistant's System Bridge integration. The package is actively maintained, has no known vulnerabilities, and installs cleanly. It is not a general-purpose library; install it only if you have a System Bridge server to connect to. ## Install pip install systembridgeconnector uv add systembridgeconnector poetry add systembridgeconnector ## Installing systembridgeconnector Before you install: Active maintenance with a recent release (21 days old). Low install friction as a pure-Python wheel with only two runtime dependencies (aiohttp and packaging). Requires Python 3.11 or later. License in practice: Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions. Quickstart: pip install systembridgeconnector import systembridgeconnector # Requires aiohttp and packaging as runtime dependencies Requires Python 3.11 or later Verify before relying: - What specific system information or control operations the connector exposes - Whether the package works with all System Bridge server versions or has version constraints - Authentication or configuration requirements to connect to a System Bridge server ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 76.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags system bridge connector, system information client, home assistant system bridge, system monitoring connector, bridge server client, home-assistant, system-monitoring [View on SkillFed](https://skillfed.io/packages/systembridgeconnector) · [View on PyPI](https://pypi.org/project/systembridgeconnector/)