Python Connector for Firebird is a connectivity solution for accessing Firebird databases from Python applications. It fully implements the Python DB API 2.0 specification. The connector is distributed as a wheel package for Windows, macOS, and Linux.
The connector supports the Over-the-Wire (OTW) encryption feature of Firebird to encrypt data during the transmission process.
Note: Firebird 1.5 requires a user-defined function (UDF) containing the RTRIM function for proper operation.
Note: For details on supported OS versions, check the compatibility page of your Python version.