python icon indicating copy to clipboard operation
python copied to clipboard

Python implementation of the Varlink protocol

Results 18 python issues
Sort by recently updated
recently updated
newest added

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...