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

```python import varlink vc = varlink.Client(f"unix:/run/user/{os.getuid()}/podman/io.podman") if = vc.open("io.podman") if.SendFile("") ``` results in `VarlinkError: {'parameters': {'reason': 'client must use upgraded connection to send files'}, 'error': 'io.podman.ErrorOccurred'}` So, question is, with...

I suppose this should be considered a documentation bug. Is `varlink.Client` thread-safe? Meaning, can the same client be used by multiple threads simultaneously?

What do you think about using readthedoc instead of gh-pages? It's possible to trigger doc updating from the github repo to readthedocs.io. `readthedoc` will automatically retrieve the doc source and...

Hello guys, Why method name should start with an uppercase character? I know this is a feature, but why did you decide to use it?

I am talking with a varlink service, one of its fields is type `?int` when the api returns a payload where this value is `null` then the python code filters...

The tool of setuptools_scm_git_archive is deprecated. The logic of this package was introduced directly to the setuptools_scm package, since version 7.0.0 of this package. This commit removes the unnecessary requirement...

Maybe take inspiration from `mkosi`'s configuration

This workflow currently fails on `main` and as 4 warnings: * The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details * Input 'password' has been deprecated with message: UNSUPPORTED...