# podman - pythonic library for working with varlink interface to Podman

### Status: Active Development

See [libpod](https://github.com/projectatomic/libpod)


###

To build the podman wheel:

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