podman/contrib/python
baude ae7c45968d set varlink timeout to 1 seconds
Add option to varlink for --timeout.  Input for this option is in milliseconds

Signed-off-by: baude <bbaude@redhat.com>

Closes: #814
Approved by: baude
2018-05-22 13:50:10 +00:00
..
podman Implement podman.containers.commit() 2018-05-18 21:08:21 +00:00
test set varlink timeout to 1 seconds 2018-05-22 13:50:10 +00:00
.gitignore Refactor libpod python varlink bindings 2018-05-16 14:01:10 +00:00
CHANGES.txt Refactor libpod python varlink bindings 2018-05-16 14:01:10 +00:00
LICENSE.txt Refactor libpod python varlink bindings 2018-05-16 14:01:10 +00:00
MANIFEST.in Refactor libpod python varlink bindings 2018-05-16 14:01:10 +00:00
Makefile Refactor libpod python varlink bindings 2018-05-16 14:01:10 +00:00
README.md Refactor libpod python varlink bindings 2018-05-16 14:01:10 +00:00
requirements.txt Refactor libpod python varlink bindings 2018-05-16 14:01:10 +00:00
setup.py Refactor libpod python varlink bindings 2018-05-16 14:01:10 +00:00

README.md

podman - pythonic library for working with varlink interface to Podman

Status: Active Development

See libpod

To build the podman wheel:

cd ~/libpod/contrib/pypodman
python3 setup.py clean -a && python3 setup.py bdist_wheel