Lirc

Latest version: v3.0.0

Safety actively analyzes 714815 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.0

------------------

**Added**

- ``LircdConnection`` to handle configuring the connection on ``Client``.

**Changed**

- ``Lirc`` is now named ``Client``.

- ``Client`` now takes in a ``connection`` as the optional argument
to configure it's connection. That ``connection`` must be a ``LircdConnection``
class if you would like to customize the connection. The ``LircdConnection`` takes
in an ``address``, ``socket``, and ``timeout`` with optional keyword arguments.
Anything not specified with use the defaults for that operating system.

**Removed**

- ``DEFAULT_SOCKET_PATH`` constant on ``Client``. It no longer makes sense with cross-platform support.

- ``ENCODING`` constant on ``Client``.

- ``socket_path`` and ``socket_timeout`` on the ``Lirc`` constructor.

0.1.0

------------------

- Initial Release

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.