PyPgConfig provides a Python interface to retrieve PostgreSQL build configuration values (like version, cflags, libraries) from pg_config. Current version is 0.1.0a2, released as an alpha. Development is active on GitHub.
pip install pypgconfigNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Retrieve PostgreSQL build configuration values using dot notation.
Install PostgreSQL development package (e.g., libpq-dev on Debian/Ubuntu, postgresql-devel on RHEL, or full PostgreSQL). Ensure pg-config is in PATH.
Use PGConfig() instead of config().
No dependency data recorded yet.