A rendezvous service to exchange queued values. This is meant to be a Python version of the main JavaScript rendezqueue project.
Install pdm on your machine via apt install pdm.
Then install package dependencies for this project, omitting the ones needed for development (see CONTRIBUTING.md for that).
pdm install --prodIf pdm is not available directly, then try installing it via uv like uv tool install pdm.
Then you can run pdm naturally if ~/.local/bin/ is in your $PATH, or you can alternatively run it like uv tool run pdm.