python-podman
python-podman copied to clipboard
Is there an API documentation?
after looking at the code's docstrings, i understand that there is unsufficent embedded documentation to build an API documentation.
Maybe you want to keep this issue open for others that are wondering how they could employ this library until API docs are available.
a somewhat related question: are some of the attribute names of classes intentionally unpythonic (CamelCased)?
I think that the main reason for why we use class naming like this is varlink (https://github.com/varlink/python/issues/11)