fdb


Namefdb JSON
Version 2.0.4 PyPI version JSON
download
home_pageNone
SummaryLegacy Python driver for Firebird 2.5
upload_time2025-07-22 09:30:33
maintainerNone
docs_urlhttps://pythonhosted.org/fdb/
authorNone
requires_python!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,<4,>=2.7
license======= LICENSE ======= The following contributors hold Copyright (c) over their respective portions of code and documentation: The main portion of initial code (~95%); Current maintainer: Pavel Cisar <pcisar@users.sourceforge.net> Contributors: [Initial trace API & nbackup support; Python 3 support] Philippe Makowski <pmakowski@espelida.com> Some code in inital version is Python code from KInterbasDB 3.3.0. As it's very hard to find out who exactly was the original author of used code, here is the full list of KInterbasDB contributors: [Author of original version; maintained through version 2.0:] 1998-2001 [alex] Alexander Kuznetsov <alexan@users.sourceforge.net> [Author of ~90% of current code, most of current documentation; maintained through version 3.3:] 2002-2007 [dsr] David S. Rushby <woodsplitter@rocketmail.com> [Finishing touch to v3.3; New Documentation; Current maintainer:] 2008-2011 [paci] Pavel Cisar <pcisar@users.sourceforge.net> [Significant Contributors:] 2001-2002 [maz] Marek Isalski <kinterbasdb@maz.nu> Marek made important first steps in removing the limitations of version 2.0 in preparation for version 3.0. 2001 [eac] Evgeny A. Cherkashin <eugeneai@icc.ru> Evgeny wrote the first version of the distutils build script, which was included in a 2.x point release. 2001-2002 [janez] Janez Jere <janez.jere@void.si> Janez contributed several bugfixes, including fixes for the date and time parameter conversion code in preparation for version 3.0. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee or royalty is hereby granted, provided that the above copyright notice appears in all copies and that both the copyright notice and this permission notice appear in supporting documentation or portions thereof, including modifications, that you make. The authors disclaim all warranties with regard to this software, including all implied warranties of merchantability and fitness. In no event shall any author be liable for any special, indirect or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with the use or performance of this software.
keywords firebird rdbms driver
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FDB - legacy Firebird driver for Python

[![PyPI - Version](https://img.shields.io/pypi/v/fdb.svg)](https://pypi.org/project/fdb)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fdb.svg)](https://pypi.org/project/fdb)
[![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/fdb)](https://pypi.org/project/fdb)
[![Libraries.io SourceRank](https://img.shields.io/librariesio/sourcerank/pypi/fdb)](https://libraries.io/pypi/fdb)

## Important

This package provides LEGACY Python Database API 2.0-compliant driver for the open
source relational database **Firebird version 2.5.**, with **limited support for Firebird 3.0**.
It does NOT support Firebird 4 and newer.

If you are using Firebird 3 or newer, please use the OFFICIAL Python driver for Firebird
called [firebird-driver](https://pypi.org/project/firebird-driver/).

The FDB driver is not actively developed and its maintenance is very limited.

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)
- [Documentation](#documentation)

## Installation

```console
pip install fdb
```

## License

`fdb` 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://fdb.readthedocs.io](https://fdb.readthedocs.io)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fdb",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/fdb/",
    "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,<4,>=2.7",
    "maintainer_email": null,
    "keywords": "Firebird, RDBMS, driver",
    "author": null,
    "author_email": "Pavel Cisar <pcisar@users.sourceforge.net>",
    "download_url": "https://files.pythonhosted.org/packages/7d/85/6ef67344570ef5559f59412421bae15fa3b74017c110ae0c6e819690ffd3/fdb-2.0.4.tar.gz",
    "platform": null,
    "description": "# FDB - legacy Firebird driver for Python\n\n[![PyPI - Version](https://img.shields.io/pypi/v/fdb.svg)](https://pypi.org/project/fdb)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fdb.svg)](https://pypi.org/project/fdb)\n[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/fdb)](https://pypi.org/project/fdb)\n[![Libraries.io SourceRank](https://img.shields.io/librariesio/sourcerank/pypi/fdb)](https://libraries.io/pypi/fdb)\n\n## Important\n\nThis package provides LEGACY Python Database API 2.0-compliant driver for the open\nsource relational database **Firebird version 2.5.**, with **limited support for Firebird 3.0**.\nIt does NOT support Firebird 4 and newer.\n\nIf you are using Firebird 3 or newer, please use the OFFICIAL Python driver for Firebird\ncalled [firebird-driver](https://pypi.org/project/firebird-driver/).\n\nThe FDB driver is not actively developed and its maintenance is very limited.\n\n-----\n\n**Table of Contents**\n\n- [Installation](#installation)\n- [License](#license)\n- [Documentation](#documentation)\n\n## Installation\n\n```console\npip install fdb\n```\n\n## License\n\n`fdb` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n\n## Documentation\n\nThe documentation for this package is available at [https://fdb.readthedocs.io](https://fdb.readthedocs.io)\n\n",
    "bugtrack_url": null,
    "license": "=======\n        LICENSE\n        =======\n        \n        The following contributors hold Copyright (c) over their respective portions\n        of code and documentation:\n        \n        The main portion of initial code (~95%); Current maintainer:\n        \n            Pavel Cisar <pcisar@users.sourceforge.net>\n        \n        Contributors:\n        \n        [Initial trace API & nbackup support; Python 3 support]\n            Philippe Makowski <pmakowski@espelida.com>\n        \n        Some code in inital version is Python code from KInterbasDB 3.3.0.\n        As it's very hard to find out who exactly was the original author of used code,\n        here is the full list of KInterbasDB contributors:\n        \n        [Author of original version; maintained through version 2.0:]\n        \n            1998-2001 [alex] Alexander Kuznetsov <alexan@users.sourceforge.net>\n        \n        [Author of ~90% of current code, most of current documentation; maintained through version 3.3:]\n        \n            2002-2007 [dsr] David S. Rushby <woodsplitter@rocketmail.com>\n        \n        [Finishing touch to v3.3; New Documentation; Current maintainer:]\n        \n            2008-2011 [paci] Pavel Cisar <pcisar@users.sourceforge.net>\n        \n        [Significant Contributors:]\n        \n            2001-2002 [maz] Marek Isalski <kinterbasdb@maz.nu>\n        \n                Marek made important first steps in removing the limitations of version 2.0\n                in preparation for version 3.0.\n        \n            2001 [eac] Evgeny A. Cherkashin <eugeneai@icc.ru>\n        \n                Evgeny wrote the first version of the distutils build script,\n                which was included in a 2.x point release.\n        \n            2001-2002 [janez] Janez Jere <janez.jere@void.si>\n        \n                Janez contributed several bugfixes, including fixes for the date and time\n                parameter conversion code in preparation for version 3.0.\n        \n        Permission to use, copy, modify, and distribute this software and its documentation\n        for any purpose and without fee or royalty is hereby granted, provided that the above\n        copyright notice appears in all copies and that both the copyright notice and\n        this permission notice appear in supporting documentation or portions thereof,\n        including modifications, that you make.\n        \n        The authors disclaim all warranties with regard to this software, including all\n        implied warranties of merchantability and fitness. In no event shall any author\n        be liable for any special, indirect or consequential damages or any damages whatsoever\n        resulting from loss of use, data or profits, whether in an action of contract,\n        negligence or other tortious action, arising out of or in connection with the use\n        or performance of this software.",
    "summary": "Legacy Python driver for Firebird 2.5",
    "version": "2.0.4",
    "project_urls": {
        "Documentation": "https://fdb.rtfd.io",
        "Home": "https://github.com/FirebirdSQL/fdb",
        "Issues": "https://github.com/FirebirdSQL/fdb/issues",
        "Source": "https://github.com/FirebirdSQL/fdb"
    },
    "split_keywords": [
        "firebird",
        " rdbms",
        " driver"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "343b5e456e45618862d7c3fabd7e2738c852102a2e17995e5f3749fda6f017fe",
                "md5": "5ff4efcdbdf55d3952162f3d53e1e944",
                "sha256": "f679e16bcf894dbeba5769542b29545b1967d4d802d6d3e23196629dc5b92bfa"
            },
            "downloads": -1,
            "filename": "fdb-2.0.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ff4efcdbdf55d3952162f3d53e1e944",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,<4,>=2.7",
            "size": 161166,
            "upload_time": "2025-07-22T09:30:34",
            "upload_time_iso_8601": "2025-07-22T09:30:34.672743Z",
            "url": "https://files.pythonhosted.org/packages/34/3b/5e456e45618862d7c3fabd7e2738c852102a2e17995e5f3749fda6f017fe/fdb-2.0.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d856ef67344570ef5559f59412421bae15fa3b74017c110ae0c6e819690ffd3",
                "md5": "7f2d482789a6ab61d836c01a8ba595b3",
                "sha256": "59530dbddde830f3edd7ac66b0449c72fcc04a4c0deeb8d08320f3309eba1b91"
            },
            "downloads": -1,
            "filename": "fdb-2.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "7f2d482789a6ab61d836c01a8ba595b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,<4,>=2.7",
            "size": 153549,
            "upload_time": "2025-07-22T09:30:33",
            "upload_time_iso_8601": "2025-07-22T09:30:33.105681Z",
            "url": "https://files.pythonhosted.org/packages/7d/85/6ef67344570ef5559f59412421bae15fa3b74017c110ae0c6e819690ffd3/fdb-2.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-22 09:30:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FirebirdSQL",
    "github_project": "fdb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fdb"
}
        
Elapsed time: 2.17524s