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
- Host: GitHub
- URL: https://github.com/firebirdsql/python3-lib
- Owner: FirebirdSQL
- License: mit
- Created: 2020-10-13T11:28:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T15:03:52.000Z (9 months ago)
- Last Synced: 2025-04-25T15:16:46.606Z (9 months ago)
- Language: Python
- Size: 3.13 MB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# firebird-lib
## The Python library for Firebird
[](https://pypi.org/project/firebird-lib)
[](https://pypi.org/project/firebird-lib)
[](https://github.com/pypa/hatch)
[](https://pypi.org/project/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)