Metadata-Version: 2.1
Name: firebird-driver
Version: 1.4.0
Summary: Firebird driver
Home-page: https://github.com/FirebirdSQL/python3-driver
Author: Pavel Císař
Author-email: pcisar@users.sourceforge.net
License: MIT
Project-URL: Documentation, https://firebird-driver.rtfd.io
Project-URL: Bug Reports, https://github.com/FirebirdSQL/python3-driver/issues
Project-URL: Funding, https://www.firebirdsql.org/en/donate/
Project-URL: Source, https://github.com/FirebirdSQL/python3-driver
Keywords: Firebird RDBMS driver
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Topic :: Software Development
Classifier: Topic :: Database
Requires-Python: <4,>=3.8
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE

==========================
Firebird driver for Python
==========================

This package provides official Python Database API 2.0-compliant driver for the open
source relational database Firebird®. In addition to the minimal feature set of
the standard Python DB API, this driver also exposes the new (interface-based)
client API introduced in Firebird 3, and number of additional extensions and
enhancements for convenient use of Firebird RDBMS.

Requires: Firebird 3+, Python 3.8+

See firebird-lib package for optional extensions to this driver.


