IDUN Guardian Python SDK

Idun Guardian SDK is a Python package for interacting with the Guardian Earbud. It enables device search, battery monitoring, impedance streaming, real-time data collection, and report generation.

Python version

3.9 - 3.13

Installation

pip install idun-guardian-sdk

It is advised to create a new Python Virtual Environment:

python -m venv idun_env
source idun_env/bin/activate

Alternatively, you can use third-party tools such as Conda or Pipenv:

  1. First, activate the virtual environment. This command must always be run before using the Python SDK:

    source idun_env/bin/activate
    
  2. After the environment is activated, install the Python SDK from PyPI:

    pip install idun-guardian-sdk
    

About us

For more information, visit our website: IDUN Technologies