Metadata-Version: 2.1
Name: sqlalchemy-firebird
Version: 0.8.0
Summary: Firebird for SQLAlchemy
Home-page: https://github.com/pauldex/sqlalchemy-firebird
Author: Paul Graves-DesLauriers
Author-email: paul@dexmicro.com
License: MIT
Project-URL: Documentation, https://github.com/pauldex/sqlalchemy-firebird/wiki
Project-URL: Source, https://github.com/pauldex/sqlalchemy-firebird
Project-URL: Tracker, https://github.com/pauldex/sqlalchemy-firebird/issues
Keywords: SQLAlchemy Firebird
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database :: Front-Ends
Classifier: Operating System :: OS Independent
License-File: LICENSE
Requires-Dist: SQLAlchemy (>1.3.16)
Requires-Dist: fdb

sqlalchemy-firebird
###################

An external SQLAlchemy dialect for Firebird
===========================================
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
.. image:: https://github.com/pauldex/sqlalchemy-firebird/workflows/sqlalchemy-firebird/badge.svg
    :target: https://github.com/pauldex/sqlalchemy-firebird

----

| This replaces SQLAlchemy's internal Firebird dialect which is not being maintained
 and will be removed in a future version.

****

**Installation**

::

    pip install sqlalchemy-firebird

|
|  Connection URI samples for Firebird server installed on local machine using default port (3050):

::

    [Linux]
    firebird://username:password@localhost///home/paulgd/projects/databases/my_project.fdb

    [Windows]
    firebird://username:password@localhost/c:/projects/databases/my_project.fdb

----

**Code of Conduct**

As with SQLAlchemy, sqlalchemy-firebird places great emphasis on polite, thoughtful, and
constructive communication between users and developers.
We use the SQLAlchemy `Code of Conduct <http://www.sqlalchemy.org/codeofconduct.html>`_.

----

**License**

sqlalchemy-firebird is distributed under the `MIT license
<http://www.opensource.org/licenses/mit-license.php>`_.
