containers / podman-py

Python bindings for Podman's RESTful API
Apache License 2.0
247 stars 88 forks source link

https://github.com/containers/podman-py/blob/release-4.9/docs/source/index.rst has the wrong podman client call #404

Closed wblakeh closed 2 months ago

wblakeh commented 2 months ago
Traceback (most recent call last):
  File "/home/python/./podman-test2.py", line 7, in <module>
    with podman.Client(base_url=uri) as client:
AttributeError: module 'podman' has no attribute 'Client'
inknos commented 2 months ago

I believe this is fixed by this PR

https://github.com/containers/podman-py/pull/405