python
python copied to clipboard
Python implementation of the Varlink protocol
Move the baseline to 3.9
Hi, I'm currently packaging varlink in buildroot and noticed that the package unittests are included in the wheel (and thus in the installed package in `python3.x/site-packages/varlink/`). While the unittests are...
Pypi is still using the [old 31 version](https://pypi.org/project/varlink/). Any chance it could be updated to the latest 32 ? Thanks
I am trying to use sentry_sdk to capture exceptions in the varlink api. So far the only way i have found is to wrap varlink.RequestHandler like this: ```python class ServiceRequestHandler(varlink.RequestHandler):...
The `test_certification.py` test only tests valid interactions. It does not validate that errors are correctly communicated. For instance, passing invalid arguments should likely result in an `org.varlink.service.InvalidParameter` error, but an...