# python3-lib **Repository Path**: mirrors_FirebirdSQL/python3-lib ## Basic Information - **Project Name**: python3-lib - **Description**: Optinal extension package for Firebird Python 3 driver - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-15 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # firebird-lib ## The Python library for Firebird [![PyPI - Version](https://img.shields.io/pypi/v/firebird-lib.svg)](https://pypi.org/project/firebird-lib) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/firebird-lib.svg)](https://pypi.org/project/firebird-lib) [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![PyPI - Downloads](https://img.shields.io/pypi/dm/firebird-lib)](https://pypi.org/project/firebird-lib) [![Libraries.io SourceRank](https://img.shields.io/librariesio/sourcerank/pypi/firebird-lib)](https://libraries.io/pypi/firebird-lib) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/FirebirdSQL/python3-lib) This package provides optional extensions for [firebird-driver](https://pypi.org/project/firebird-driver/). Currently it contains 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. ----- **Table of Contents** - [Installation](#installation) - [License](#license) - [Documentation](#documentation) ## Installation Requires: Firebird 3+ ```console pip install firebird-lib ``` ## License `firebird-lib` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license. ## Documentation The documentation for this package is available at [https://firebird-lib.readthedocs.io](https://firebird-lib.readthedocs.io)