An open API service indexing awesome lists of open source software.

https://github.com/firebirdsql/python3-lib

Optinal extension package for Firebird Python 3 driver
https://github.com/firebirdsql/python3-lib

Last synced: 9 months ago
JSON representation

Optinal extension package for Firebird Python 3 driver

Awesome Lists containing this project

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)

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)