Skip to main content

A generic entrypoint for ADBC drivers.

Project description

ADBC Driver Manager for Python

This package contains bindings for the ADBC Driver Manager, as well as a DBAPI 2.0/PEP 249-compatible interface on top. This can be used to load ADBC drivers at runtime and use them from Python. Backend-specific packages like adbc_driver_postgresql wrap this package in a more convenient interface, and should be preferred where they exist.

The DBAPI 2.0 interface requires PyArrow, and exposes a number of extensions mimicking those of Turbodbc or DuckDB's Python packages to allow you to retrieve Arrow Table objects instead of being limited to the row-oriented API of the base DBAPI interface.

Building

Dependencies: a C++ compiler.

For users building from the arrow-adbc source repository, you can alternately use CMake to manage library dependencies and set environment variables for you. You can add -DADBC_BUILD_PYTHON=ON to define a python target.

For example, assuming you run cmake from the project root:

cmake -S c -B build --preset debug -DADBC_BUILD_PYTHON=ON
cmake --build build --target python

will properly build and install the Python library for you.

See CONTRIBUTING.md for details.

Testing

The SQLite driver must be loadable at runtime (e.g. it must be on LD_LIBRARY_PATH, DYLD_LIBRARY_PATH, or PATH).

See CONTRIBUTING.md for details.

$ export LD_LIBRARY_PATH=path/to/sqlite/driver/
$ pytest -vvx

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adbc_driver_manager-1.8.0.tar.gz (203.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

adbc_driver_manager-1.8.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.8.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.8.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.8.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.8.0-cp313-cp313t-macosx_11_0_arm64.whl (529.5 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

adbc_driver_manager-1.8.0-cp313-cp313t-macosx_10_15_x86_64.whl (552.0 kB view details)

Uploaded CPython 3.13tmacOS 10.15+ x86-64

adbc_driver_manager-1.8.0-cp313-cp313-win_amd64.whl (702.2 kB view details)

Uploaded CPython 3.13Windows x86-64

adbc_driver_manager-1.8.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.8.0-cp313-cp313-macosx_11_0_arm64.whl (510.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

adbc_driver_manager-1.8.0-cp313-cp313-macosx_10_15_x86_64.whl (536.5 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

adbc_driver_manager-1.8.0-cp312-cp312-win_amd64.whl (703.3 kB view details)

Uploaded CPython 3.12Windows x86-64

adbc_driver_manager-1.8.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.8.0-cp312-cp312-macosx_11_0_arm64.whl (512.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

adbc_driver_manager-1.8.0-cp312-cp312-macosx_10_15_x86_64.whl (537.9 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

adbc_driver_manager-1.8.0-cp311-cp311-win_amd64.whl (712.3 kB view details)

Uploaded CPython 3.11Windows x86-64

adbc_driver_manager-1.8.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.8.0-cp311-cp311-macosx_11_0_arm64.whl (516.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

adbc_driver_manager-1.8.0-cp311-cp311-macosx_10_15_x86_64.whl (537.7 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

adbc_driver_manager-1.8.0-cp310-cp310-win_amd64.whl (710.6 kB view details)

Uploaded CPython 3.10Windows x86-64

adbc_driver_manager-1.8.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.8.0-cp310-cp310-macosx_11_0_arm64.whl (511.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

adbc_driver_manager-1.8.0-cp310-cp310-macosx_10_15_x86_64.whl (533.9 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

adbc_driver_manager-1.8.0-cp39-cp39-win_amd64.whl (712.7 kB view details)

Uploaded CPython 3.9Windows x86-64

adbc_driver_manager-1.8.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.8.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.8.0-cp39-cp39-macosx_11_0_arm64.whl (512.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

adbc_driver_manager-1.8.0-cp39-cp39-macosx_10_15_x86_64.whl (535.7 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

Details for the file adbc_driver_manager-1.8.0.tar.gz.

File metadata

  • Download URL: adbc_driver_manager-1.8.0.tar.gz
  • Upload date:
  • Size: 203.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for adbc_driver_manager-1.8.0.tar.gz
Algorithm Hash digest
SHA256 88ca0f4d8c02fc6859629acaf0504620da17a39549e64d4098a3497f7f1eb2d0
MD5 e95630111258fd6a7c44fef4cdd70122
BLAKE2b-256 552a00fe4974b7d134c8d0691a87f09460d949e607e1ef65a022c665e8bde64f

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a4402633d548e3ecdcf89a7133fd72b88a807a3c438e13bdb61ccc79d6239a65
MD5 ba66c5ccdf7b9a24d83d17c6687f6460
BLAKE2b-256 68ba82d1f9521bc755d8d0d66eaac47032e147c2fe850eb308ba613710b27493

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4f68df12cfbffaf4bec832ed406fb6ce978fd7dba8a4e8e377c9658fcd83b6a3
MD5 f5479fd54ed2f2047979830cca0e1b46
BLAKE2b-256 f2b3d3254595b61890da1dc6d44178abe10262136d20aeffae4a86d3e289371e

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 61d5ec92af49a76345db1ae0a3890789797078b5b9948d550a47e8cfaa27cc19
MD5 208c5984191ba99a4cd00246bb9a9bbb
BLAKE2b-256 dabfce5efe35be83b652e4b6059cfff48b59d648560a9dc99caac8da0a3441cd

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f954783e306ff1e1602d8390e74e00357142c382bff22ab159e8f94a95c8cfcb
MD5 aedba6b84235f06f6c7bcac30d10d0f8
BLAKE2b-256 544e0f826b68d5e0d50f8b1207514d0d17bf60663b7d51efd21f3754b5885450

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8fcf38cc4b993336f49b6d1e407d4741ed1ea898f58088314005f8da7daf47db
MD5 e1ee4e9a6f1222d17a025690298c9352
BLAKE2b-256 3d59971e28a01382590ead8352d83a2d77b1f8beb2c4cc1b59036e1b68fd59e1

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1a834f2f269285d1308aa97ae6000002acdb79d70733735f16b3c9918ca88c1f
MD5 814b6c024c5462228d9d34cf8ffbfd9a
BLAKE2b-256 c76cd1752ed66109fe1866d9aabe0f6a930b8443d8e62d17f333a38b97b37b85

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86cb394bdd3ac298761e0ff8ceab8ad9c2f6ce5650d7f4ac7c8609bc74876929
MD5 0ebad428e2beb8104a189ef1f52fb8ae
BLAKE2b-256 8f4ac4d83125e1dc0532006b3fd3c816a2c2956dedb881a89e0cb47f4eda1bcc

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp313-cp313t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bc1677c06998361b5c3237d9f408b69fb23942f7157e2dd4ce515f658a60d3d4
MD5 f58eec6767b3b565cdfe059b22ae03de
BLAKE2b-256 83454e98be65dab4e61c9c0227c4908ab9a5db1db320eec8badfd5b253c5854b

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 82da1442b6d786d2f87ac0f3dd0bbc7462ec90cb3316168a4db88044d470baa2
MD5 2a36942a1f8d1edc19ccacef6feec4e7
BLAKE2b-256 7142689194767d6ec09bb9b9216c27000ff193199c9bd7d7d5c6c5aad1bc2400

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8b4d34618a5e64e678210dfdf76704f11e09529fc221dbd576ead6c14555883d
MD5 b799510acd80782e12e1c6fcc6443a19
BLAKE2b-256 385e0a79d48fe44cc8387221fff44dfa956c5ce6131a72f08e393748cbb090e0

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d70431e659e8e51d222fa238410085f0c13921154e0a17e9a687f7896667138f
MD5 50be7eb0604200c2eb05c4ab9153c82c
BLAKE2b-256 9c52501e0d11b2ba9fca1eb2698cb56ff14c94e8a1cad421a9c90c2e23edfbd8

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6dddf0ae5b8d636015b1f7fc6972167c1824bd950f3ed6a178d083e89dfd322a
MD5 8043248229dcd8c35a49105d271e8d17
BLAKE2b-256 9f1b61e9badd21f0936a43692275f84dbf4baa4f39d4100042a14edbf9654a4d

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 04e0676f7bd16dd7d7c403f506b7a22a542fe89f4471526c82cfd546353b125f
MD5 80d1eed987966dcd17b3cbec30f4ec44
BLAKE2b-256 567976d505f43c6195920a41f812192bbd5fb1a490ade1c81fe5ba9f07a86f23

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3f0454ec6fc2b5d3c3629b504ee65dbded2516412647070e26cdc9c14341ac74
MD5 a6d40b8be94261e3bc5b0602a8a454c2
BLAKE2b-256 c5b4ed76afa37c344395a33d1f894dcd82b5cee2281925c235405a9078d10a29

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f7689b0cf30d77532189b30762e3f6a347275e57e511e885f0eba45ce40ce02c
MD5 d46b8bbd41eb3a167bc6aa94d9024450
BLAKE2b-256 e7904780e8cab75f11644d260a73307445254288405352a99cfb3b2889c50e80

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 abd11c6ecdc8119641d2a929e50c9f6ff822b322859bf08a085e7ba9d1adb399
MD5 08fa0ecb1a11b731103d430ff39925d3
BLAKE2b-256 37a6fc66e7b72857589ba5cdd0dcfc388ea746ed805caf4031580b1c065481fa

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5f0f89d13b8f86dc20522988caceab37085fe155ebbea4e9013a7962170011c
MD5 34faf39cdc6972e3c0444c782aa87eaf
BLAKE2b-256 25f0d7ed70a28933e2c6b95455306c005d9022fc558e26e759ed65fce0537b79

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0e6bbe0b026a17c69c1e7410a8df2366bb80803be0f0d8a7eed2defbed313a65
MD5 4258b96a7ca31f7d4e8a2bc694204801
BLAKE2b-256 19c705b5559eff9a42c53c47d86e32aa0b15bd206ef4be04f3a678da7871a8dd

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 92105ae34a42603c7f64b4b0f2d851380c018e9c9f4e9a764a01b1b6f1fa6156
MD5 640dd9c1533cf47b8f9d9f195696279b
BLAKE2b-256 caa105f66007556623a7fb37af6535fe19377d2f4757bf0c94f64f350521c9dc

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 349fecd931e5211f00ce00d109fc80a484046fe41644aa402b97496919aa8c2a
MD5 47a81ce697ca1bc543d2d5e19a7572bc
BLAKE2b-256 43156e22524aadc7ea82c0868492cdf7e28ab30b476edd5d3d6ef29a882775ec

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fed9a2cb46602cff67f503bbf55c6ee2e69a7e5c07a08514b5bd27a656a3e40b
MD5 1ff709ad55ab20ec43a54844928fdf96
BLAKE2b-256 f57d65a41108cb3c1a87e570cf80a50ca94521f748a58780a41d61ea1d946051

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f59794ae27eef7a17be5583d46b746749b3cbae5e58b0fe0f44746e8498d6f5c
MD5 9d1d965bb0e15d2adf9cd6d7f9fe93e1
BLAKE2b-256 a967f2e1694875ccbc72c15c334e1ef2f4338b4cb098ba217f4e535d92d5d2f7

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 58c10f81134bf8a528fab3848ac14447f3fe158d9fbc84197e79a24827f94f2a
MD5 110b71521b79197fe3ae5abd0bc0ced4
BLAKE2b-256 4d0c2bb08c26a551aae886289fab8ab6d1bf03f4bef5b74632123500a2bc6662

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 66c7d1319c78fc66f09532f21bc9baf0435a787f1db17b99c46c9a820b9c9253
MD5 b55e32f968a13706c974a7d16ef9154a
BLAKE2b-256 078baffdc2ab3baf6c68b7642e0246861b1db01a28cc33245ddf2ea26dbff7cb

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c01c66c37e3e97d8891bb217f2d2f6c33c6cd25bf799aefcb42ed99c76a6ed36
MD5 57fe4e6e9dd472f740a6ccacbbe733d0
BLAKE2b-256 e9d802f5ce9da49961f97c3ee184f42feb8f9bf5e77c80cacc3fe42a81b11325

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 18ce935cc2220b3df065dd98b049beec1c9abacd79ed6f7dfea953d9c3e9404b
MD5 adf164e19b8f29a930612764be59e88e
BLAKE2b-256 9161742daad0325a1ad97602bc12a5dadb15ac73e7b7db20f2caf0a66e87ef45

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9bba93fe8bba7f8c23ad2db0e1441fcd9672f3d900c2791437ee8058bfa6a70
MD5 7d5b63cd8f4f1881416dca8983e3a6f6
BLAKE2b-256 afcc6a0bb6c858ee8316d510b1c9d184cd348b98c4cffd212e79072bf44dd436

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fe3a1beb0f603468e3c4e7c03fccab1af584b6b606ab9707a168d17b7bab01a7
MD5 f640c39d211a2b86252066698791de31
BLAKE2b-256 17005c30fbb6c218599b9d6ee29df6e999c144f792b5790da31a23d6513bde83

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 07188498dec41bd93753a2ad568dbca779e83f56a4e0339dbfc9cf75bc2e5f01
MD5 766fb47a6f007f7c77f1828d7f01562d
BLAKE2b-256 e337ab055f5680f7b9dc2019303526f13c1db6a844d03fbaaa36cd36baa2348c

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c0d7fedaec1ecc1079c19eb0b55bd28e10f68f5c76fd523a37498588b7450ecf
MD5 6dff49a6770a5ee5345daeb32b19b3ff
BLAKE2b-256 6622d299a8a6aa0a51eecbe0c052aa457c24fbd499c9c096de889c40e7fb1a46

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 eda25c53cec08290ba8c58f18dbec07ff21b0480e5e0641acc2410f79e477031
MD5 5162d4c640bc2a87ad2594457f7cebab
BLAKE2b-256 5c565024e4da87544d4cf04df4c1f8231c9e91b9b818dd5fc208a5944455dafc

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1c839a4b8c7a19d56bc0592596b123ecbdf6e76e28c7db28e562b6ce47f67cf
MD5 a0f66ada3a11ec7fb3464e50501f74d4
BLAKE2b-256 4108d089492c2df0d66f87c16a4223f98cd9e04571c55ba3d2147c25ef6f9d57

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.8.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.8.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 151e21b46dedbbd48be4c7d904efd08fcdce3c1db7faff1ce32c520f3a4ed508
MD5 6cda4049ae95bfdeb7b332c5a32f1858
BLAKE2b-256 a5335016dffbf2bdfcf181c17db5cae0f9fb4bee34605c87d1a3894e8963f888

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page