New level of functionality and performance in data access via Python
Project description
Python Connector for Firebird
Python Connector for Firebird is a connectivity solution for accessing Firebird databases from Python applications. It fully implements the Python DB API 2.0 specification. The connector is distributed as a wheel package for Windows, macOS, and Linux.
Secure communication
Connecting
To establish a connection to a Firebird database, import the connector and use
the connect() method with your connection parameters.
Import the connector
First, import the Firebird connector module:
import devart.firebird as firebird
Establish a connection
Call the connect() method and obtain a connection object.
my_connection = firebird.connect(
Server="your_server", Database="your_database", UserId="your_username", Password="your_password", ClientLibrary="your_client_library"
)
Replace the example values with your actual connection values.
Querying data
Once connected to Firebird, you can execute SQL queries to retrieve data from your database.
Execute a query
Create a cursor object using the cursor() connection method.
my_cursor = my_connection.cursor()
Execute a SQL query using the execute() cursor method.
my_cursor.execute("SELECT * FROM employees")
Retrieve results using one of the fetch*() methods.
for row in my_cursor.fetchall():
print(row)
Parameterized queries
You can use parameterized queries to pass variable values to your SQL statements. This allows you to reuse the same query with different data and helps to prevent SQL injection attacks.
Pass parameters as a list or tuple to the execute() method:
query = "SELECT Id, Name FROM Contact WHERE Name = ? AND Email = ?"
params = ["Jordan Sanders", "jordansanders@example.com"]
my_cursor.execute(query, params)
results = my_cursor.fetchall()
for row in results:
print(row)
Each placeholder ? in the query is replaced with a corresponding value from the parameter list.
Ordering and activating the license
You can purchase a license for the connector on the ordering page:
https://www.devart.com/python/firebird/ordering.html
To activate the license, follow the instructions in the documentation:
https://docs.devart.com/python/firebird/activate-a-license.htm
What's new
Python Connector for Firebird 1.3
- Added support for Python 3.14
- Added support for URL-style connection strings that use inet4 and inet6 protocols
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file devart_firebird_connector-1.3.0-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 921.5 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffb389c4306f731e591229f54518c37e5d51dcab22301634d09e6e290a13c11f
|
|
| MD5 |
c455c8ed33af4dfedfbfeecbff56fa7e
|
|
| BLAKE2b-256 |
2d57b55b986be532e90f23f6bc79102c6396c752b8e78f81e3688a598a5b1847
|
File details
Details for the file devart_firebird_connector-1.3.0-cp314-cp314-win32.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp314-cp314-win32.whl
- Upload date:
- Size: 784.9 kB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbfc8b3d749e2c5240abbc6891e1575509023ab0954914c026e3b47270f2b347
|
|
| MD5 |
06c16fced8f4167116afe3ddee2bf5b3
|
|
| BLAKE2b-256 |
eff0d1f3b75a72cc6c7020abc241bbd73257a40682877bee258ac4caa3b41acd
|
File details
Details for the file devart_firebird_connector-1.3.0-cp314-cp314-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp314-cp314-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.14, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b7b6f6742ae6df38f5620cf0557c55126c56d75f22b46c08916a0c314e65976
|
|
| MD5 |
c062ca3c4011ff550b0db096e3c9ebc8
|
|
| BLAKE2b-256 |
a6e512443e9d1fd98af698b9219f0536caef424d431dfb2ed9f684e9a18773ae
|
File details
Details for the file devart_firebird_connector-1.3.0-cp314-cp314-macosx_10_15_universal2.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp314-cp314-macosx_10_15_universal2.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.14, macOS 10.15+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2ac7919cda88cacdc0b47297e947b6bbff91e2577dcc840163471fb611cd678
|
|
| MD5 |
d443a7e19c44df8ad2302fff01e0e13e
|
|
| BLAKE2b-256 |
703c1f18c91416eb94462355b41fc67b14883c0e0034d5d276bf93ee86216c5b
|
File details
Details for the file devart_firebird_connector-1.3.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 919.0 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
920bb66b117a4a3a5952df937f15d32610e43ed9eadc0995736e3aadd140a005
|
|
| MD5 |
bfb8697c29772b5cdbab648651d3d273
|
|
| BLAKE2b-256 |
773b75c8491f9fbbd440cca84fe3b3ed0ecb86b0889b780df1bfcb9a6e683e8d
|
File details
Details for the file devart_firebird_connector-1.3.0-cp313-cp313-win32.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp313-cp313-win32.whl
- Upload date:
- Size: 784.2 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cd53316ba08c0ec7911a6579269197171fc6dd877e9efa1a6912233138e4da1
|
|
| MD5 |
5456806281e568d0d52f60fe7324c2c2
|
|
| BLAKE2b-256 |
19b7ca9cdf6fbafa7cd0397ff13d1a8d5f7e9a87cafc32e4243ca577d876c44c
|
File details
Details for the file devart_firebird_connector-1.3.0-cp313-cp313-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp313-cp313-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b72ca5fd5169357a05c2e99fa5e5c487717e3d427a6c01dfcbc646a1f1fbc284
|
|
| MD5 |
b3f9a58e79f80e1bac31eaed814ccf30
|
|
| BLAKE2b-256 |
9c1c6af5337ec3404e157111f553f8a0efee30251819d780c6e25d529ab4bda9
|
File details
Details for the file devart_firebird_connector-1.3.0-cp313-cp313-macosx_10_13_universal2.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp313-cp313-macosx_10_13_universal2.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.13, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e935b75a21a7e9ae5d40695f0ad0498e21560de319ddfaa399ec298d361d4e3
|
|
| MD5 |
f92c20bdea69cf9955a7e8ccbefeef26
|
|
| BLAKE2b-256 |
e858358eadf5aa31013d4c09ee1d465deaf1711ec8f238027884735583067083
|
File details
Details for the file devart_firebird_connector-1.3.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 919.0 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
661c8bc08fade6f81c7c00fbc3ba5feb9efd914545fce9f28c05d6b8b279a16c
|
|
| MD5 |
1502b23234a4b2f2173faef6e4ae9a84
|
|
| BLAKE2b-256 |
5b2684cc246d94621caf6c2eb80412f93362481cb2fcd8faa03c4bf4aed3911c
|
File details
Details for the file devart_firebird_connector-1.3.0-cp312-cp312-win32.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp312-cp312-win32.whl
- Upload date:
- Size: 784.2 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dd03afc70dfa3f9c97f727e779f2b40de3064c62128fe4e4c79fecab51dfa4a
|
|
| MD5 |
0e72964acc58bf7c9979ade4e50ed0ff
|
|
| BLAKE2b-256 |
a06085083a11aebd8005663dc58047f1245d24ee2590ee221706b8389b7da1dd
|
File details
Details for the file devart_firebird_connector-1.3.0-cp312-cp312-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp312-cp312-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5be3776f9f1860addcec7da98e0ac30e95820b52f54730a6320e28ef798a295c
|
|
| MD5 |
e78161da2939c8bb0de1473a58dc3f5f
|
|
| BLAKE2b-256 |
cb971a5508475e8343671c0ec741a17d0db5e325b3b5a5581fae07118af4f74c
|
File details
Details for the file devart_firebird_connector-1.3.0-cp312-cp312-macosx_10_9_universal2.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp312-cp312-macosx_10_9_universal2.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.12, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
121d35389b1156fa5617d83284b76eb6116288bb55bb09d978af4b2d66547f10
|
|
| MD5 |
7815c4846c4b7b8f43280344ffccbe2c
|
|
| BLAKE2b-256 |
190a27580b4796e5fe58d2b2a3bf90aa9eb25d61e8c153b39b1f1befd14fedb8
|
File details
Details for the file devart_firebird_connector-1.3.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 919.0 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
762730a62840d9bad3f0fbf91124b7a1c70de8563f85da812f8ec47beaf0bb3a
|
|
| MD5 |
98a127b539a8db2c047ac5ef9af11f9b
|
|
| BLAKE2b-256 |
ff1a51050c5b024e741b1a3d57800a875fc877014f1c9d96ac5c570bab7fcb0a
|
File details
Details for the file devart_firebird_connector-1.3.0-cp311-cp311-win32.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp311-cp311-win32.whl
- Upload date:
- Size: 784.2 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2228ad436d2f6a2fb08c38583ab486fb83169907108df873954da9dc7bb216f9
|
|
| MD5 |
f426746a147c5cac9964bbb795cb9fab
|
|
| BLAKE2b-256 |
c9805f9bea3631c311554339f710071ed05210b08d8f7fc89c815a702a82ca3f
|
File details
Details for the file devart_firebird_connector-1.3.0-cp311-cp311-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp311-cp311-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b7f49b595cb90ca625b32db90dbe7317d9b09f61f64e16c08f1312ab20827af
|
|
| MD5 |
470eda3319447fd561d7e8486f99f6c5
|
|
| BLAKE2b-256 |
d688a7177496a08f1cd51ccbce950e021a2c5495d2694820fbcbf02fc6729b02
|
File details
Details for the file devart_firebird_connector-1.3.0-cp311-cp311-macosx_10_9_universal2.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb77c5b898f7a0bc8248698a3584ce96b913addc5b4cfcd12d7bccfe5f02945e
|
|
| MD5 |
2bae2e2551cb5a763b6d5cdbd47b34e6
|
|
| BLAKE2b-256 |
0a8b9405c4f22611a0dc2e7cfd4fc209d6e3beedefd8ec7d0a5b56c57a00d9b1
|
File details
Details for the file devart_firebird_connector-1.3.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 918.9 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0860fb2954d5eb0e624af2942b5bef35826d8831a048d9821333c69520a88c0
|
|
| MD5 |
170b5e7a413d194ae3d8dde516057474
|
|
| BLAKE2b-256 |
e597b322b3853720c23135446f0b2200179d664b2d223cf9378cb25907b9e4c9
|
File details
Details for the file devart_firebird_connector-1.3.0-cp310-cp310-win32.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp310-cp310-win32.whl
- Upload date:
- Size: 784.3 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d69cea420feaa24222ea2a585093d4ada50741574fac1dace6342cd134bc615e
|
|
| MD5 |
a157debd6fe01ceb9d5b06a1ac210dc3
|
|
| BLAKE2b-256 |
49d0285c07ff2da16d45c2943ef0c481058228dcd549616938b74893ae430190
|
File details
Details for the file devart_firebird_connector-1.3.0-cp310-cp310-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp310-cp310-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d1d51cd008c87f1f914686aa8266f9c77c0aad41947a0def4ffc6d00fd74ee5
|
|
| MD5 |
ff49be2188fba76b5902003fc603f312
|
|
| BLAKE2b-256 |
52a3b6fd470cbfcc36da2b6ddbe0e556d352b6fe91d381e6f935e06909f30d05
|
File details
Details for the file devart_firebird_connector-1.3.0-cp310-cp310-macosx_10_9_universal2.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp310-cp310-macosx_10_9_universal2.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e3cd51c957b43525a2d91371c3c556f0c6fae7ffbe345ad2665fa05d82524f3
|
|
| MD5 |
6056578eb1c460a853d58181a0abc533
|
|
| BLAKE2b-256 |
ec1762ad10f1f319670afdf11383244b09acdc8c5ff1629b37e7499f9eee7021
|
File details
Details for the file devart_firebird_connector-1.3.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 919.2 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9c1a3c52ae06991734255cccf06952844a5f3c16d88ced90a1737ff9c5cce03
|
|
| MD5 |
5ee5a10dd4cbca3eb075f961caa192ef
|
|
| BLAKE2b-256 |
f71306d69f039afbf8755a8c9435aefdde9283cf53814a42485543e2d6ddbdc2
|
File details
Details for the file devart_firebird_connector-1.3.0-cp39-cp39-win32.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp39-cp39-win32.whl
- Upload date:
- Size: 784.1 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a76db4d7c9d1bdf49b2bfd0867a411d4dbb6b09cd7d0658d7fa5a76a5663ceb5
|
|
| MD5 |
1c2b83b67c1c1d034083d0c461e05aef
|
|
| BLAKE2b-256 |
bcfc1eba9470bf7740d8f08cc69609a95e89da6ede95e9a610ac3c282227a733
|
File details
Details for the file devart_firebird_connector-1.3.0-cp39-cp39-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp39-cp39-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f3b62f8244e4c974e4010c5faff7ed9b4f2a7e918c7bbac30977bfc57e3f385
|
|
| MD5 |
a020f815e4783fd095941c3506ce69de
|
|
| BLAKE2b-256 |
6c96abd20cff8bfbf23477aec765287feb6395167a04b11ce8e83763f8a3fdb9
|
File details
Details for the file devart_firebird_connector-1.3.0-cp39-cp39-macosx_10_9_universal2.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b415a3831db832783338ac4f99358972c8eaa12ad2b5eca3b3f6e64dec6c8b16
|
|
| MD5 |
af90d7bc58d8e89878baedbaffb3c40f
|
|
| BLAKE2b-256 |
d8a2b932419839e647e64e8ebc73a521eadf9fab024dc12d87a34a309f04b72a
|
File details
Details for the file devart_firebird_connector-1.3.0-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 919.1 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18f449efa0e89f4786e9e649e0b92a2584ed606954b4d3213f615ad76e0401fb
|
|
| MD5 |
b63a25c16608e8879aefb3b1dff958cd
|
|
| BLAKE2b-256 |
5a1ce6ef07af36c297bdee746f31af2e633bc79e36a93b692ee9d4e095745419
|
File details
Details for the file devart_firebird_connector-1.3.0-cp38-cp38-win32.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp38-cp38-win32.whl
- Upload date:
- Size: 784.3 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1aad12b1e21fe3dbe2f2189b4d5657261dbd737f25b65c13812d9be4da5000bb
|
|
| MD5 |
a2faf33ae6580ae3b4001a596b713219
|
|
| BLAKE2b-256 |
faa441d5dd700b660b80c9b5f88aa1f35db73d61b08c24aed801da8ee0deed33
|
File details
Details for the file devart_firebird_connector-1.3.0-cp38-cp38-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp38-cp38-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4c0dbd855bf35a8422a98a263f5e2e3bc7adf990d00d71d346b6b75b19bb846
|
|
| MD5 |
9ada844974b57e9887426e21e5ab7d3d
|
|
| BLAKE2b-256 |
1a5928d73a7ae62ab0d3fd752c26463b20cc78a8d76278f4d3e5a1cd7e7a3213
|
File details
Details for the file devart_firebird_connector-1.3.0-cp38-cp38-macosx_10_9_universal2.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp38-cp38-macosx_10_9_universal2.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91167b75eceda8ce4c3d92d12244b7a62d14f82c06f4726872013323b4fc5b04
|
|
| MD5 |
2368d4e6259f622c081d4736f98f30b2
|
|
| BLAKE2b-256 |
62fbe7946a046f4fcc97e3e5f331d01c69106f4c727a26215d258a36da2db0b0
|
File details
Details for the file devart_firebird_connector-1.3.0-cp37-cp37m-win_amd64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 919.1 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c0e75d5f2d1ef7bb26a4c50fe27a170794d216b36498aa5a8f0009fc5c5c71d
|
|
| MD5 |
9f223c5cacc61cf73f4c6ec9b5a3e285
|
|
| BLAKE2b-256 |
aa15dd6a5d78ccde68060e4fdc37c0bf4d58698eb891d6d0b9b8883d758a61f0
|
File details
Details for the file devart_firebird_connector-1.3.0-cp37-cp37m-win32.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp37-cp37m-win32.whl
- Upload date:
- Size: 784.3 kB
- Tags: CPython 3.7m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b5e9a77206e8e06f3b50816ecfe300f13182991aff9fdbc698540018ab6933d
|
|
| MD5 |
bb4c81e62e26dd64a1c8724ade4ee944
|
|
| BLAKE2b-256 |
7b709619acabb98976dc6e6f5a42963a9198b932a5422a6798e7a35baff53ebb
|
File details
Details for the file devart_firebird_connector-1.3.0-cp37-cp37m-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp37-cp37m-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4daa72b45a303aab7580e74e9dd13b4246e0a292bf3b8e903fa6757c215d5a90
|
|
| MD5 |
bc0c69e3a8b74cfdf9d656a1a47fb3d8
|
|
| BLAKE2b-256 |
5005b1a967a114261cc09c35d4a1cdd60cc23ed9262e1ac03ac2c5875b2ea66b
|
File details
Details for the file devart_firebird_connector-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl.
File metadata
- Download URL: devart_firebird_connector-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.7m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2baed3e65d105cfc0b641fc639293919e1fb32cdc1e189e251851ff4d8b06db7
|
|
| MD5 |
9cb08cfb0c91cd997a391053c3213832
|
|
| BLAKE2b-256 |
26f52c4d20919be953c592ec368b715329487f4e07d0900a463b5476eed1e1fd
|