Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python313-pkgconfig - A Python %{python313_version} interface to the pkg-config command line tool
- Description:
pkgconfig is a Python %{python313_version} module to interface with the pkg-config command
line tool.
It can be used to
- check if a package exists
- check if a package meets certain version requirements
- query CFLAGS and LDFLAGS
- parse the output to build extensions with setup.py
If pkg-config is not on the path, raises EnvironmentError.
Packages