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.7.0.tar.gz (198.1 kB view details)

Uploaded Source

Built Distributions

adbc_driver_manager-1.7.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.7.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.7.0-cp313-cp313t-macosx_11_0_arm64.whl (523.6 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

adbc_driver_manager-1.7.0-cp313-cp313t-macosx_10_15_x86_64.whl (538.6 kB view details)

Uploaded CPython 3.13tmacOS 10.15+ x86-64

adbc_driver_manager-1.7.0-cp313-cp313-win_amd64.whl (688.8 kB view details)

Uploaded CPython 3.13Windows x86-64

adbc_driver_manager-1.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.7.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.7.0-cp313-cp313-macosx_11_0_arm64.whl (503.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

adbc_driver_manager-1.7.0-cp313-cp313-macosx_10_15_x86_64.whl (522.7 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

adbc_driver_manager-1.7.0-cp312-cp312-win_amd64.whl (690.0 kB view details)

Uploaded CPython 3.12Windows x86-64

adbc_driver_manager-1.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.7.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.7.0-cp312-cp312-macosx_11_0_arm64.whl (505.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

adbc_driver_manager-1.7.0-cp312-cp312-macosx_10_15_x86_64.whl (524.2 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

adbc_driver_manager-1.7.0-cp311-cp311-win_amd64.whl (698.4 kB view details)

Uploaded CPython 3.11Windows x86-64

adbc_driver_manager-1.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.7.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.7.0-cp311-cp311-macosx_11_0_arm64.whl (511.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

adbc_driver_manager-1.7.0-cp311-cp311-macosx_10_15_x86_64.whl (524.5 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

adbc_driver_manager-1.7.0-cp310-cp310-win_amd64.whl (696.6 kB view details)

Uploaded CPython 3.10Windows x86-64

adbc_driver_manager-1.7.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.7.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.7.0-cp310-cp310-macosx_11_0_arm64.whl (506.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

adbc_driver_manager-1.7.0-cp310-cp310-macosx_10_15_x86_64.whl (519.9 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

adbc_driver_manager-1.7.0-cp39-cp39-win_amd64.whl (698.9 kB view details)

Uploaded CPython 3.9Windows x86-64

adbc_driver_manager-1.7.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.7.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

adbc_driver_manager-1.7.0-cp39-cp39-macosx_11_0_arm64.whl (507.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

adbc_driver_manager-1.7.0-cp39-cp39-macosx_10_15_x86_64.whl (521.7 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

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

File metadata

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

File hashes

Hashes for adbc_driver_manager-1.7.0.tar.gz
Algorithm Hash digest
SHA256 e3edc5d77634b5925adf6eb4fbcd01676b54acb2f5b1d6864b6a97c6a899591a
MD5 d1181b4a4b9a9fc75fa4c7e07de18d5c
BLAKE2b-256 bbbf2986a2cd3e1af658d2597f7e2308564e5c11e036f9736d5c256f1e00d578

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4409ff53578e01842a8f57787ebfbfee790c1da01a6bd57fcb7701ed5d4dd4f7
MD5 123a2e01291301227d7d05b2f82e3daf
BLAKE2b-256 256e9dfdb113294dcb24b4f53924cd4a9c9af3fbe45a9790c1327048df731246

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ad8aa4b039cc50722a700b544773388c6b1dea955781a01f79cd35d0a1e6edbf
MD5 bb758ac7f1ed0bf1c454d8702560406a
BLAKE2b-256 e9ffa499a00367fd092edb20dc6e36c81e3c7a437671c70481cae97f46c8156a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c234cf81b00eaf7e7c65dbd0f0ddf7bdae93dfcf41e9d8543f9ecf4b10590f6
MD5 a366a5e2c4df0dafdb900fb980bf08e6
BLAKE2b-256 775adc244264bd8d0c331a418d2bdda5cb6e26c30493ff075d706aa81d4e3b30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ac83717965b83367a8ad6c0536603acdcfa66e0592d783f8940f55fda47d963e
MD5 32042f3176d704ac313f06e08977ba78
BLAKE2b-256 3fe0b283544e1bb7864bf5a5ac9cd330f111009eff9180ec5000420510cf9342

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4b7e5e9a163acb21804647cc7894501df51cdcd780ead770557112a26ca01ca6
MD5 2cbeaadb58ee71975e148d68770c3e06
BLAKE2b-256 1b2b5184fe5a529feb019582cc90d0f65e0021d52c34ca20620551532340645a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 98db0f5d0aa1635475f63700a7b6f677390beb59c69c7ba9d388bc8ce3779388
MD5 ef0c51817f2ac4f4995d3c1f61763b4c
BLAKE2b-256 a22244738b41bb5ca30f94b5f4c00c71c20be86d7eb4ddc389d4cf3c7b8b69ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 700c79dac08a620018c912ede45a6dc7851819bc569a53073ab652dc0bd0c92f
MD5 b783def5bf98fb7390756caf708783e0
BLAKE2b-256 e1f346052ca11224f661cef4721e19138bc73e750ba6aea54f22606950491606

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ec03d94177f71a8d3a149709f4111e021f9950229b35c0a803aadb1a1855a4b
MD5 1a964206653d901314bdf84505ee7bbb
BLAKE2b-256 9c524bc80c3388d5e2a3b6e504ba9656dd9eb3d8dbe822d07af38db1b8c96fb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ab9ee36683fd54f61b0db0f4a96f70fe1932223e61df9329290370b145abb0a9
MD5 7208b1ca5104580c296a1e8d75f8da34
BLAKE2b-256 b23b91154c83a98f103a3d97c9e2cb838c3842aef84ca4f4b219164b182d9516

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f936cfc8d098898a47ef60396bd7a73926ec3068f2d6d92a2be4e56e4aaf3770
MD5 804798b726dd1c2b5b7e2d3ab83fd412
BLAKE2b-256 19662b6ea5afded25a3fa009873c2bbebcd9283910877cc10b9453d680c00b9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 689f91b62c18a9f86f892f112786fb157cacc4729b4d81666db4ca778eade2a8
MD5 cff0de9236d235c38ecc733700391167
BLAKE2b-256 7cad1568da6ae9ab70983f1438503d3906c6b1355601230e891d16e272376a04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 cf38294320c23e47ed3455348e910031ad8289c3f9167ae35519ac957b7add01
MD5 5138d4fc03b09402de6aeeea57365462
BLAKE2b-256 5900773ece64a58c0ade797ab4577e7cdc4c71ebf800b86d2d5637e3bfe605e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 408bc23bad1a6823b364e2388f85f96545e82c3b2db97d7828a4b94839d3f29e
MD5 fa324fab9421b5a9a714f7947ad614c9
BLAKE2b-256 3329e1a8d8dde713a287f8021f3207127f133ddce578711a4575218bdf78ef27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8da1ac4c19bcbf30b3bd54247ec889dfacc9b44147c70b4da79efe2e9ba93600
MD5 cd89c039c93d3b76e898f2e074e58cb1
BLAKE2b-256 743a72bd9c45d55f1f5f4c549e206de8cfe3313b31f7b95fbcb180da05c81044

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b6e856f39852270d4a90f1b21ed6504e2f56b049f9b201b3fb6bf33b939e2b56
MD5 56150ffa62188e1373ba94932cf16cbc
BLAKE2b-256 95bb59987660a3f3eac23f65844a37568fdd435e8eddb474f1adbfe1f19491ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 886707c162950356deff644f1dc492ad438dea1b661c7024861fc3511e59e182
MD5 489e0c04f3c696a9a20d63c7ca538998
BLAKE2b-256 da47eec4738b9a427258d29a4499b5c38266d68c8a4d638ee809ab2857f8f159

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 44f0e424d450c7c5f9175788b87a1277680f5a1bee35706de72d5a74b27e773e
MD5 b22dfdb536105e61bc85844265575c93
BLAKE2b-256 59d4468c8027c5de2d7d6b46ba52762df83ed62726014347a17ca27502eaf317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26b4a0c8e243d9558a73afc4fa83e62aa79f3873401c3d74028a30d4989f2dbb
MD5 1d4d4a16f585fa806feda35762640acb
BLAKE2b-256 4507f5061c0852e73f796d422fa6366f9d2384246ff2eab660b45287f4389961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bc6aac15a980b2849d5121f1c3aab3b8ef51a8b1ab1865872b0decc278ca2aea
MD5 f3518fe70316627240245c902aecd8aa
BLAKE2b-256 5de0197fee9a9c35bb1f44d91cebcac8991716ece61c432d6c89d909cf57a9bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 27b45a97fbfce81bd0621d20d337fbb08fe9358928ba1d13dc760f4efa463109
MD5 8e42f4b4a127714b03547ae40b0fe8f0
BLAKE2b-256 e09ca9f68675a04139d482bcb80a816966ca2ee69204574e041c935ce13e01b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 160654d58240e32a0fd6906acf619623e74b1120a7842e9cfb8c3996e9a7d3f2
MD5 982379dfc9e31c9f99472d402c338186
BLAKE2b-256 a1eb8a0f39a685496eeea829794a8e6045b6c3e67139a0dff23752037df46b10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e868c188bd755e924ed2496d5f4ddede26945939c20b6f9dd964de823fcb7767
MD5 709faae470322bee333334b36b56e364
BLAKE2b-256 ada0d928ba5fa41ecd955ca0e4a9537d0a70217a08be436ea864b464f12e4c49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f49003e56eaad48c30bb49da97d50a746b610a90a21252ae4f4c48ec0ccc9b49
MD5 1e8288c22ca5ee7c7aacb8683c5be5b3
BLAKE2b-256 640f1173abfd48bd387d23f7dc7d5766ef553ae41ffb3e39b164d553c7266350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a90d7bd45ff021821c556c34ac3e98bf38a4a8f463c6823215cdf0c044c8d324
MD5 280a1db65b21fceed03e0ded78c0de58
BLAKE2b-256 24382c2e0b4dd406ba90802c132a03b169ba4d016d1f524b44ee250d500af4d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bb11e0af7844e344a117626664def42ac5a2a94f82296f9a3f4d01ac14545052
MD5 79fc8e4233da2372b906b1a715acdedb
BLAKE2b-256 f86876a3691e0a7d1d2a698ceb1b007bf780b2d42ec082eb1e4737566ec72434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a7b5b3ae67838155aaf7ce5df247a847236bafcadfc9642efb4e63238d730385
MD5 d3754c3984b3253bd827acf1ab0ca5c1
BLAKE2b-256 09645f1d23d622d7cbea6484647fb4048b92cff3ed5413e7b11c5c5ed09f03b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2e1cf8c03b943534af2d95fd2127c072cbacfb5dbed1d01c9ae9189576b2e9b6
MD5 1f90c53ad4838f975dd87d23643cb81f
BLAKE2b-256 4a9667b616981f6de21b962815b54cf115b400283fdcf179a834beaf3ae3095c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b23791c3841e1f9f4477306561d46cb5e65c014146debb2ec8c84316bbf9c45f
MD5 4ece99edf5c3e044d67ba9e83aa5567c
BLAKE2b-256 2a6903a57826224d6a3ca7fbc8fa85070952d29833a741f9f1c95ed8952e4901

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.7.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 956a1e882871e65393de65e2b0f73557fe4673d178ce78a4916daf692b18d38f
MD5 efbe0986f8e4406ec5e190a706580c2b
BLAKE2b-256 017e9fa1f66da19df2b2fcdc5ff62fabc9abc0d5c6433a1f30cc4435d968be91

See more details on using hashes here.

Supported by

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