Metadata-Version: 2.1
Name: firebird-lib
Version: 1.2.2
Summary: Firebird library
Home-page: https://github.com/FirebirdSQL/python3-lib
Author: Pavel Císař
Author-email: pcisar@users.sourceforge.net
License: MIT
Project-URL: Documentation, https://firebird-lib.rtfd.io
Project-URL: Bug Reports, https://github.com/FirebirdSQL/python3-lib/issues
Project-URL: Funding, https://www.firebirdsql.org/en/donate/
Project-URL: Source, https://github.com/FirebirdSQL/python3-lib
Keywords: Firebird RDBMS driver extension library
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

===============================
The Python library for Firebird
===============================

This package provides extensions to `firebird-driver`_ - an official Python driver for
the open source relational database `Firebird`_ ®.

This package provides modules for:

* Work with Firebird database schema.
* Work with Firebird monitoring tables.
* Processing output from gstat Firebird utility.
* Processing Firebird server log.
* Processing output from Firebird server trace & audit sessions.

.. _firebird-driver: https://pypi.org/project/firebird-driver/
.. _Firebird: http://www.firebirdsql.org
