<div dir="ltr">Python libpulse is an asyncio and ctypes interface to the Pulseaudio and Pipewire pulse library. The pulse main loop is implemented on top of the asyncio event loop.<br><br>The interface is meant to be complete and has 85% test coverage.<br><br>Constants, structures, plain functions and async functions (i.e. using a callback) are made available by importing the libpulse module of the libpulse package. The package includes the 'pactl.py' tool that implements all the pactl commands except one, most commands output can be parsed by the Python interpreter and inspected interactively.<br><br>The project is hosted at <a href="https://gitlab.com/xdegaye/libpulse">https://gitlab.com/xdegaye/libpulse</a>.<br>The documentation at <a href="https://libpulse.readthedocs.io/en/stable/">https://libpulse.readthedocs.io/en/stable/</a>.<br><br>Regards.<br>Xavier de Gaye</div>