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

Support python direct call _parse_args or run

Open zoumingzhe opened this issue 1 year ago • 2 comments

For example:

>>> from podman_compose import podman_compose
>>> podman_compose._parse_args(['version'])
>>> podman_compose.run(['help'])

zoumingzhe avatar Jul 29 '23 12:07 zoumingzhe

podman-compose does not provide api, this is an easy way for python to run podman-compose commands

zoumingzhe avatar Jul 29 '23 12:07 zoumingzhe

@muayyad-alsadi Can you help review and merge it? Thanks.

zoumingzhe avatar Nov 27 '23 02:11 zoumingzhe

Looks like this got merged via https://github.com/containers/podman-compose/pull/1000. Sorry for missing this PR and making you wait.

p12tic avatar Jul 15 '24 16:07 p12tic