python-podman icon indicating copy to clipboard operation
python-podman copied to clipboard

Is there an API documentation?

Open funkyfuture opened this issue 5 years ago • 2 comments

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.

funkyfuture avatar Mar 29 '20 14:03 funkyfuture

a somewhat related question: are some of the attribute names of classes intentionally unpythonic (CamelCased)?

funkyfuture avatar Mar 29 '20 14:03 funkyfuture

I think that the main reason for why we use class naming like this is varlink (https://github.com/varlink/python/issues/11)

4383 avatar Mar 30 '20 14:03 4383