{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/18"}],"enrichment":{"capability":"pkgconf is a cross-platform Python package that distributes the pkgconf binary, helping discover library dependencies and configure compiler and linker flags without requiring system installation.","skillfed_tags":["build-tools","cross-platform","pkg-config"],"use_cases":["Installing pkg-config in CI/CD pipelines without relying on apt, brew, or yum package managers","Building Python packages that require pkg-config during compilation in isolated environments","Cross-platform development where team members use different operating systems and need consistent dependency resolution","Containerized builds where you want to minimize base image size by avoiding system package manager dependencies","Virtual environments where pkg-config must be available without affecting the host system"],"what_it_does":"pkgconf is a PyPI distribution of the pkgconf binary, designed to make the pkg-config tool available across platforms without requiring system package managers. It wraps the unmodified pkgconf upstream and installs it as a script in your Python environment, solving the problem of discovering library dependencies and configuring compiler and linker flags in a reproducible, cross-platform way.\n\nThe package targets workflows where other Python packages need pkg-config as a build or runtime dependency. It provides pre-built wheels for macOS (Intel and ARM), Linux (x86_64, i686, ARM, PowerPC, s390x, and musl variants), and Windows (x86_64, x86, and ARM64), making it practical for CI/CD pipelines and containerized builds where system pkg-config may not be available or where you need a consistent version across environments.","worth_installing":"Yes, if you need pkg-config in a Python environment and want to avoid system package manager dependencies or ensure consistent versions across platforms. The active maintenance, permissive MIT license, and broad platform support make it a practical choice for build automation and CI/CD. No known vulnerabilities and minimal dependencies are additional positives. Install only if you actually need pkg-config; it adds a platform-specific binary to your environment."},"id":"pkgconf","links":{"html":"https://skillfed.io/packages/pkgconf","md":"https://skillfed.io/packages/pkgconf.md","pypi":"https://pypi.org/project/pkgconf/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-13","license_spdx":"MIT","license_treatment":"permissive","name":"pkgconf","python_support":"supports_current","summary":"`pkgconf` is a program which helps with discovering library dependencies and configuring compiler and linker flags."},"popularity":{"monthly_downloads":77774,"position":14497,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.0.1.post0"}
