{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/9"}],"enrichment":{"capability":"Provides Python bindings to the Podman container engine's RESTful API, allowing you to manage containers, images, and other Podman resources programmatically.","skillfed_tags":["container-management","rest-client","podman"],"use_cases":["Automate container lifecycle management (start, stop, remove) from Python applications or scripts","Build container orchestration or monitoring tools that query Podman daemon state programmatically","Integrate container operations into CI/CD pipelines or deployment automation written in Python","Query container and image metadata (status, IDs, attributes) without parsing CLI output","Develop testing frameworks that spin up and tear down containers on demand via Python code"],"what_it_does":"Podman is a Python library that wraps the Podman container engine's RESTful API, letting you interact with containers and images from Python code instead of shell commands. It connects to a running Podman daemon (typically via a Unix socket) and provides object-oriented access to list, inspect, create, and manage containers and images. The library depends on requests, tomli, and urllib3 for HTTP communication and configuration parsing.\n\nYou use it by instantiating a PodmanClient with a URI pointing to your Podman daemon, then calling methods on that client to query or manipulate containers and images. The example in the documentation shows retrieving version info, listing images, iterating over containers, and checking their status. It's designed for developers who want to automate container operations from Python rather than shelling out to the Podman CLI.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, installs with low friction, uses a permissive Apache 2.0 license, and supports current Python versions (3.9\u20133.13). Install it if you need programmatic control over Podman from Python; skip it if you only use Podman via the CLI or don't need container automation in your codebase."},"id":"podman","links":{"html":"https://skillfed.io/packages/podman","md":"https://skillfed.io/packages/podman.md","pypi":"https://pypi.org/project/podman/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-25","license_spdx":null,"license_treatment":"permissive","name":"podman","python_support":"supports_current","summary":"Bindings for Podman RESTful API"},"popularity":{"monthly_downloads":706658,"position":5272,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"5.8.0"}
