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.12.0.tar.gz (217.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.12.0-cp314-cp314t-win_amd64.whl (793.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

adbc_driver_manager-1.12.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adbc_driver_manager-1.12.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

adbc_driver_manager-1.12.0-cp314-cp314t-macosx_11_0_arm64.whl (628.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

adbc_driver_manager-1.12.0-cp314-cp314t-macosx_10_15_x86_64.whl (615.7 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

adbc_driver_manager-1.12.0-cp314-cp314-win_amd64.whl (778.0 kB view details)

Uploaded CPython 3.14Windows x86-64

adbc_driver_manager-1.12.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adbc_driver_manager-1.12.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

adbc_driver_manager-1.12.0-cp314-cp314-macosx_11_0_arm64.whl (610.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

adbc_driver_manager-1.12.0-cp314-cp314-macosx_10_15_x86_64.whl (597.6 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

adbc_driver_manager-1.12.0-cp313-cp313-win_amd64.whl (758.9 kB view details)

Uploaded CPython 3.13Windows x86-64

adbc_driver_manager-1.12.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adbc_driver_manager-1.12.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

adbc_driver_manager-1.12.0-cp313-cp313-macosx_11_0_arm64.whl (608.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

adbc_driver_manager-1.12.0-cp313-cp313-macosx_10_15_x86_64.whl (596.8 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

adbc_driver_manager-1.12.0-cp312-cp312-win_amd64.whl (760.1 kB view details)

Uploaded CPython 3.12Windows x86-64

adbc_driver_manager-1.12.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adbc_driver_manager-1.12.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

adbc_driver_manager-1.12.0-cp312-cp312-macosx_11_0_arm64.whl (610.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

adbc_driver_manager-1.12.0-cp312-cp312-macosx_10_15_x86_64.whl (599.1 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

adbc_driver_manager-1.12.0-cp311-cp311-win_amd64.whl (761.0 kB view details)

Uploaded CPython 3.11Windows x86-64

adbc_driver_manager-1.12.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adbc_driver_manager-1.12.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

adbc_driver_manager-1.12.0-cp311-cp311-macosx_11_0_arm64.whl (611.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

adbc_driver_manager-1.12.0-cp311-cp311-macosx_10_15_x86_64.whl (600.0 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

adbc_driver_manager-1.12.0-cp310-cp310-win_amd64.whl (763.1 kB view details)

Uploaded CPython 3.10Windows x86-64

adbc_driver_manager-1.12.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adbc_driver_manager-1.12.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

adbc_driver_manager-1.12.0-cp310-cp310-macosx_11_0_arm64.whl (611.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

adbc_driver_manager-1.12.0-cp310-cp310-macosx_10_15_x86_64.whl (600.0 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: adbc_driver_manager-1.12.0.tar.gz
  • Upload date:
  • Size: 217.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for adbc_driver_manager-1.12.0.tar.gz
Algorithm Hash digest
SHA256 45991f0c2de369d330c6a211ca2edbcce6389c5dc81cde70461bdeb6f8f7b268
MD5 eb0a5fc938fc928b9c75cc751f6066cf
BLAKE2b-256 9cf8ed6475b49a7cf35ea888d5c95e7d4bc9dc6568f9d741f14c0573d622cc1e

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 cfa08f8c7c63e3fa92eb4e26ef4d8a9520cf92a39281cd011821f6f16a963080
MD5 06981ac4a456e77a7340a3ad06d07f5e
BLAKE2b-256 ac766749e0c0c437219780c65487cff67dc09a556c1fccf577a2b27f7b92a704

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c2aa05c5dc52164692284b2df27fba5680dbc967b8e3ca704aabf5399667996
MD5 89749f65bb2c4c657dc5b4cf35848eb3
BLAKE2b-256 44b960ecde5d9dde5acc5576cb0ba5ffa34e154464e07fa295c57cd975ea27c7

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 442ed2ee8ea62c475bf3478385555bb4f0b25d9d551087ffe40c73b91bf5431e
MD5 1cbab827377adf6cf7380d0ae5df4655
BLAKE2b-256 9d0065705a72f768bc2dda82623a74cf816609dfdff56f3ad22b073d4a1ea7f8

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07cae26bd5ccee6caa4227f817c0fd57f9ac131c2dd98e0c5d7fecfef61819c7
MD5 026b0a8755f8581c2b22da4ba6d1b1b9
BLAKE2b-256 bca00592c85e653f005aa28de7733b3c3c4f0282238301694f76806e5f3cc1e1

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bb9db6e4a3bcd73153435a900b5ae40ad36f5875df93a8faf784d9fcf6833983
MD5 8b47b270735f710bb72429bcfe1ef65d
BLAKE2b-256 b0ad2478338aaece38b8b72259dbfd4d4c84d9a038421e25bbc283e510d47555

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 57f5101fb2a853b1ffb81ff807b5e29a51ba14c64032eb0038b8dfd433b6d533
MD5 304c2a9ef7cf04d992332f5ba79dae77
BLAKE2b-256 cff77612d078d935344aee679a44a6283de6aae9008eb8e0ef80e475dd12dffa

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd568c94874c0586d82f99de2bb5d2c02b4fa9c5bafe3d0d8ab353bddf9d2fd6
MD5 549505677f9a5ccf48c59398e7d623bd
BLAKE2b-256 df81823a71a515078545eab8a4be8381206887129e11b91e9bf51ca2a9eea44d

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 690f140ca67d49f995afac59f85441c3d5e896cd2fc8fd381423fe900e51f1f7
MD5 35d0403fa442eccf375910a8328e5506
BLAKE2b-256 1dcdf5ea3f08191af5ae15041821fcb52bf35837dce1a9ac16fa039b3bfe308c

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a77ae39832e67946009816d83c321e540a3024aad1419ccba24ddeb7b6a01f4
MD5 ae40b5df65b5a68e845c12d906b1012f
BLAKE2b-256 ba576208e66d9256550c2aff75db4a323a855a0d5d2d1bd639526f825d3e08b4

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a740d634118722f42af31176374fddbad3846fa2e6536f497bac145e9511cecc
MD5 dc5fb4fea753d377412b5b7d41f1af26
BLAKE2b-256 50eaf53b434fe36d0f138d147fc10a95784c8c0eeea1bec1f3f31eee5ec8bdb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 034da82c1a6e195d67ca1f0c97a1a517046037ec3029ab9a0ea8f7ccb14056e4
MD5 6577f329a53cb9f149f50efbc82e3508
BLAKE2b-256 16e262bacd6844859036d79ea229401b5200056fb5050c82dc3a2e28b08ff49b

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 532ab290b3d923ce0a75bca21dc6e13f55835625f78808e1664755939f3ebdf6
MD5 4336e7d20d1a9b7d8471e3a596cdbf2b
BLAKE2b-256 00c6a35e38ef5e0db391be79e0e14c019ce378b87d9d7e31d1dfcd451e9d291f

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 214f80f9b65562f08b4d1c52a756b5db557530e3c0652f587c43aaa80039579a
MD5 d0ef6eed1a2b67abc2faf978100ed3d4
BLAKE2b-256 064bee799babf171e39690ef45560451096f869d9e7387bc0e5a754bb243ed2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c894117c8f5c484b902c8b070bcfd9d31d90efe0288b2b58a3ddab97c80f66e7
MD5 63c69350a37ab6f743258c6f667cc448
BLAKE2b-256 565fc1d888d787330801edae282d2a9def3765e8157547cc20e71154ff38c1bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c42ca4d9caa22b3a5ce76bde8729169f403bb7393e3671734b9416634c207125
MD5 1b5d16821c6ddbdb497de8e2a4464d4c
BLAKE2b-256 9af9674c5bbc5093617d72c4f58a5dab67982710b2320cc9aa826050a6aaa131

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 47f428a922d224fd486b661deeaf9520e5faec558b3d144832bed09a080cac88
MD5 506b911cda66daefbe3531e4841669ce
BLAKE2b-256 9251f8e625af691e6b4c54945790854524356a02a0a69063e888f7cfee1b2e50

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b340679a005a8adf6b0b58754dbc638dff00db7b2559c140406a1d92678b48c
MD5 c7e2bba13e775b9c9e427d8314ea6ea0
BLAKE2b-256 b9c3f8e9c5157b19e986df719259eb3502dad1268df9f7a1034f65ca220ab2ea

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 efa5dbbf101962d212b176f25e6fc509dacf07afd4cf70b5027d81ec6871bdec
MD5 5cc6946c3afd43d24928ab51c3d16678
BLAKE2b-256 8af10746db149828ae91e4a6cf49f8d0e49210eec20c03ad80044454139c8240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8dcf62621090e8d9c8216e08dfc4043f16331872522186af61a5de9478e9c63
MD5 8522b96d852bd19c00c4e5496a1c53a0
BLAKE2b-256 494a2f060ff6bd61420ea1613670e1f85a22a8714934c235186dc3803de8ddac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fd02364c65b8b376c5627e3b77410f457fcbbf983e52e8d15ca099da3a7ae314
MD5 e243c7f43c403e01292aac60adb7c647
BLAKE2b-256 de8ccd3fe16df716719116a6c79e64a768fe994f6ded55d5a8f091bb4f42d6f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 67419b92c286646944426992069f56fed90c2ceac83521f6d66d7d3cbf6c17ea
MD5 dacb772a09afc0d8580422844446ffd3
BLAKE2b-256 c6fa47c755a74ea4887968c52a968e02736007da4042fc0820292dc8c6827a94

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30d96ab4a2594b4109496fb4913646f41a5bf1ecce79b4313847d240a2a62db3
MD5 985d0d3febed1a0f502f805267ad652e
BLAKE2b-256 1c1a781561d0f55e05a0b884244ed563dab14b165b4dd74abd8af3f8efd95e3d

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 78c9936adb280e2c10e90632e41b58aa23be358e1136d8fb3c52862b72818a95
MD5 e56f3cb95c1393d5c7b1ba3b726993b4
BLAKE2b-256 85a25ede53173a420742fa71d6c26792e2295fc73f25cf39055f912a5385b1f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6943c7adcf3c7c9f7c4b5bdb7589c331027a347e3c77471eb3f656b1a881e351
MD5 4ee81cdb1dd992bebacf424e7e07e4e3
BLAKE2b-256 10ea1a8b51999785d7dce17079dd635c9ee2372c75ec7328423ce862741cb503

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3c0c73670c8aa6fe42de1d5e71a0b329c4b37f7c55c560c23f6f3a1609200c1f
MD5 3d511ab37e599aa023e4275ebb7b85f2
BLAKE2b-256 732de41ea911f9486c497534ae181dfdab19adca21f71abc8a1fcaf2c27251a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bf7764d4f1ac9b54e442d6c3b6afbefce639268a7e505a05629507209fe0e3f7
MD5 faa9042a5b76899140a56c8daaa48b85
BLAKE2b-256 35cf8089661f92a3991edcd8938c2fe96cbb7a8d1298623aaceafdf78f8ff8cc

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 63048664b31c964ae9cc0c1bf3902ec7c26751bee110ab320d78f8d1af7e0b6a
MD5 40a3255c92f17bc81b399e741e85e8aa
BLAKE2b-256 53a0224464451cf28baea8033cae16fd1819d5d769ecd72346363de6c3189e3a

See more details on using hashes here.

File details

Details for the file adbc_driver_manager-1.12.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 41dadba88e1806eba6cb3eb30b7a2e9f804001bb002dd18ed6a15edb6f5d096f
MD5 6b6b195e92712100d53dd7b77421a748
BLAKE2b-256 019e3617960d056bdc9f2f2cef0ff902b6e3dd767f3a3f232856edcf113a8eac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6166c5a8ea0904d2ab811f575747ade35ce4cabc1c5acc3cc6468ca158d620e9
MD5 b1d9d91732572567b93ac5795756aeb7
BLAKE2b-256 538bb66dec201f2dcb36d1a794afd5f18310c1252cdf6ee84dd9b58e17a526e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.12.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ca18599e19a40da990bffe964475ee27523a87bb770a1ffa77f15c6e73790822
MD5 a8c6eece888f65aaebff957de2f41169
BLAKE2b-256 9a532c47920ca9a5bf29893294db2ac765e26823eb3246d0071374d29abdc276

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