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.10.0.tar.gz (208.2 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.10.0-cp314-cp314t-win_amd64.whl (763.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

adbc_driver_manager-1.10.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.10.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.10.0-cp314-cp314t-macosx_11_0_arm64.whl (527.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

adbc_driver_manager-1.10.0-cp314-cp314t-macosx_10_15_x86_64.whl (547.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

adbc_driver_manager-1.10.0-cp314-cp314-win_amd64.whl (723.1 kB view details)

Uploaded CPython 3.14Windows x86-64

adbc_driver_manager-1.10.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.10.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.10.0-cp314-cp314-macosx_11_0_arm64.whl (510.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

adbc_driver_manager-1.10.0-cp314-cp314-macosx_10_15_x86_64.whl (530.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

adbc_driver_manager-1.10.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.10.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.10.0-cp313-cp313t-macosx_11_0_arm64.whl (526.7 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

adbc_driver_manager-1.10.0-cp313-cp313t-macosx_10_15_x86_64.whl (546.6 kB view details)

Uploaded CPython 3.13tmacOS 10.15+ x86-64

adbc_driver_manager-1.10.0-cp313-cp313-win_amd64.whl (705.1 kB view details)

Uploaded CPython 3.13Windows x86-64

adbc_driver_manager-1.10.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.10.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.10.0-cp313-cp313-macosx_11_0_arm64.whl (507.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

adbc_driver_manager-1.10.0-cp313-cp313-macosx_10_15_x86_64.whl (529.6 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

adbc_driver_manager-1.10.0-cp312-cp312-win_amd64.whl (706.6 kB view details)

Uploaded CPython 3.12Windows x86-64

adbc_driver_manager-1.10.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.10.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.10.0-cp312-cp312-macosx_11_0_arm64.whl (509.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

adbc_driver_manager-1.10.0-cp312-cp312-macosx_10_15_x86_64.whl (532.2 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

adbc_driver_manager-1.10.0-cp311-cp311-win_amd64.whl (716.2 kB view details)

Uploaded CPython 3.11Windows x86-64

adbc_driver_manager-1.10.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.10.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.10.0-cp311-cp311-macosx_11_0_arm64.whl (513.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

adbc_driver_manager-1.10.0-cp311-cp311-macosx_10_15_x86_64.whl (533.3 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

adbc_driver_manager-1.10.0-cp310-cp310-win_amd64.whl (715.0 kB view details)

Uploaded CPython 3.10Windows x86-64

adbc_driver_manager-1.10.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

adbc_driver_manager-1.10.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.10.0-cp310-cp310-macosx_11_0_arm64.whl (513.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

adbc_driver_manager-1.10.0-cp310-cp310-macosx_10_15_x86_64.whl (532.9 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

File details

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

File metadata

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

File hashes

Hashes for adbc_driver_manager-1.10.0.tar.gz
Algorithm Hash digest
SHA256 f04407cf2f99bfde13dea0e136d87219c8a16678d43e322744dbd84cdd8eaac2
MD5 26e0039001ab131bed3af75406ea65cd
BLAKE2b-256 9e77b6ffd112a67d133810d0027e9de4408a6e63e0e1c438f5866cc28eb3c213

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c9233443ad140ba12ddc719a4e8dab485e6bbdc9ebbd3babbc88d5b50133960c
MD5 86846b56baaab7758a79cf189b784b9a
BLAKE2b-256 8c325925fbaa8368ca943e6776c9d08b5b9e5e093069f7c84b74c690bfbde734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8d26bc156f0b7d8429572e7ea52830f73049de1626ae44778a915f5a88fd591b
MD5 f884557d921e174c578e114609d9bc1d
BLAKE2b-256 b0ece835243c6590397f7c8e4041effeec7e5929f54aa28456364c1fb10e3c11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3e2119add50c528601a1089fe6da63d7d3e41c611db85ced053a70fc1b9b100d
MD5 bebfdfd077a3cfc4152c755aa11a3899
BLAKE2b-256 3c255d44c86e150664a6a2d1cd9ad1f79e80ad7953783342c5ac81b70d9d1513

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1af42749bb377341e2d4ae5f2d7884e61607f69dd0ba555251917d7e570af6a
MD5 d01136be03ac002df9458a7d220ca801
BLAKE2b-256 4e58ae2ac9dee3fae5c4fe8a04513c8386257aa3e6e332a1e2697f4f11525b01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fb2d02dfdeb2f8c63f168ca04c48395545a56b91b70027b42913dfa48401bcca
MD5 a7df24c680349815272e4954018bd2a9
BLAKE2b-256 4c56b103f90a2cedc61dc17065dfcfc6d3f4ab0ebac4c6ad739334be03daaf89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0ccb5a1e387ed68ac044b7de674185e2f14cffe636294a453e55f22b70bdc709
MD5 5221904bb85946c3953a96b47772770b
BLAKE2b-256 ef1c787c51fac725e5763e79ce4e22a4b067a8ad97330d915501a89c7e5bfded

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 13123311a6ef468a211a4c8b48bbb60bbbf56283ad56d403bdffb2b087d70e0c
MD5 b78a1c8616417cfb2eceda699b0d4414
BLAKE2b-256 9483dd3adedf868d5a1a35268f3fa9a4c497083e3464d1919b2486eda60561e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8404b88bbce61c0133fa1cd3fa292cef631d36811028d9fd297c1abc1c6f357f
MD5 414372eaa8ee6da4dedcc98501019752
BLAKE2b-256 4ec62a480611bc4959fc8227f941a76a2deb3c43900a1e94588fde04bdf43ca2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0ef746fe4579238f690bd5907c631f7c2e79a6e681c79871bf30f4552de0203
MD5 fa5ebdf5d5639c89f2b057dcee31638b
BLAKE2b-256 160767239506bfe9e52904e97f4908911393a751430bce123ccd35e947564f08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7ae144f60c1167c049af3fe7ee9231502b49eb6b7eed3c0f441e001cef841c8c
MD5 7907c77acec88ad1e47872975e07fffa
BLAKE2b-256 5d1a3d3e1da53e7a06fdbe9d3a4baf3fb603a8c44d38b7898c7cf2fdd39f5b0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 71d78d7dec6b0a69023408931c13c326f3226d6977526c605afde417f883e0ed
MD5 6d6714091122e88cc05955c9ff402aa8
BLAKE2b-256 7492ab9b0f3e90b9140f48dc812b81be3ec54191908281f78c2142094098633e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3e05838151ce926f38b2cfe016a2007af9e20148fb7bfa9025524a319f1f0aca
MD5 09c6c641258a4bc7eaf7eb201a1f1045
BLAKE2b-256 fcb65149308e6a5f38f4995ee4d0d809ed57f7d2c86eb0c358eff3445cf64fca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd42acb06a5bb5683b583ebad320f31f9e403f5395e6272e44aab0e379349aeb
MD5 9d98d71e138485aa00cd3621e22b5c4b
BLAKE2b-256 ed40e79cce0101eaf482519d39d69811983f084aeb4f2c1d76f9e98301f41f39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fcb5fc9dbf737341eaa28ca2c529c8432dc24aa282cad5a68fc31e5ddd9373fe
MD5 d1849ab1b13485d9c93f868eb48a54dc
BLAKE2b-256 36f50e6518feac552081f523dbd886670ebb8210b065bdf97ea1e6af7113f1b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 564a95617bda8907a0ad0a8bc8fea0c2cf951cea747c0d750a4b1740c828b1ef
MD5 20e9ad465c97970fac49d609c4c7b1ea
BLAKE2b-256 97c22ed6c856dd56bbc0a45aaab67f6b1f0a846296f20d5ad625a3c5e7084e4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 97e06da4235dabbd29244c8bd83f769c8995c25abed5d0c2ee2d95ec76d48b8a
MD5 d4d7bd95f567827a1f811a1fd9bd4b36
BLAKE2b-256 ac7d3e131221995aef7edfd4dd0b09f14b7e51772d28eb362a0e6c3b8301a22a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ae24386989dfa055a09c800d13d5278d5d0399aee2548f071f414e6b8af63fc8
MD5 4c932a55c5b91b267b21ba491a1c0251
BLAKE2b-256 527b2c076500e60cac3c2761eeecc82afed42af22d3a65cf3cd8d8034ffd75ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94cc8b279c90c66f60a499996651340c17eb40d2fd7ad22e1fe73969ab4db1ee
MD5 27f01a9d465259ca63b335513309703e
BLAKE2b-256 d89c6f9929b53cd578bef06b8d000e0ab829b982bcf5b22a6c99acfbad2aab34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 dfba1775474e2ecf8af7486fccd6471811f2e5d02c2dc25c0e3e955a7e9a0e15
MD5 c641a50edb0489032c65ca654a453b96
BLAKE2b-256 abda121d46b2ddf87f7589ca52ca92585b12618ab8493d9980546e42976b1225

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 189d78787d4d77a25f946b9b96139320d53e24ecb43f39a7fb21873c5f9ce874
MD5 6391399a468b674f078e59a850a09cce
BLAKE2b-256 920f629132ae0f317755d22138df0c23ce448c98f2848bdf06e846d72ea0e10e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b112890d3c214380857852eaac40d09e66bd77ce3b75406094f2e48452e57bbd
MD5 47005e9585be2bd55d25a08c7c604666
BLAKE2b-256 93326ca400dc7aaf885d823b37884e40832ccf970df043f5d2817f5eb651f3bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 24fca9fd6435ad4cfa1f3e125add6b964bb8be2102b518cf2e096e317cbc66bd
MD5 fbfece7ab07458f280bb6154f2070e66
BLAKE2b-256 eca160cf47f45d09db6d2d0a83fb58307cccf0d6e3f63f007ee5f5b1ef893471

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8862ed1825df0bbaf9ab4353addd06e1dc4d53f708fb1f4be1fb86e1d91d3f4
MD5 f9ef58bea07cd9fcbad120edd906102a
BLAKE2b-256 d7050d65aa46491924beff32507aa39956eea68522095b2d67af0ad0461730df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0f8133130271aff2744a5f706bdb7ec91aab14c19d6db45edd9ccd70e08d778b
MD5 41e92883a4ed7ea6f5ae8d4783eb31ed
BLAKE2b-256 3f54deedd6a3fd222ed80ee3441371fdfbd315014a090fe7faf068b1463af7ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7c5becb5a81fae563a10d82b570c4e1c7a8994c5b110ddaaae6afa9fd52a17b6
MD5 18e8146827813db4aded2bc73a85d190
BLAKE2b-256 411d228041cc7ee30e51556d991d5f30981bfbf0c2d2a91c83f34ace2a2a9d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 92fdf3247aef506583e79b3b583c1bf93f28c70e771281a41843aba63c61f732
MD5 d0380a1550805a20f72c5fdbdc46968a
BLAKE2b-256 9767b9309e5351d4ff02720719c6ca01716ded33075fa486157db409bc5f47be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 595ab4a8ec2ddb338c70f3c31481a41830ad9e2d8c1a1884184023303098bc92
MD5 2d25aa90c730b5d65c3f2787f77356e6
BLAKE2b-256 2b2aa03cd7d4eb81c478566a38e6a657b83171e61e84f6aa0c0f9b49ae9d498c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4bd40c9b20be54c55b3ce64cabd5f35f29a61886574d990a1d5b5bdd7f81a7b6
MD5 d99f91f359f06cb9ddc68d88ee114b6c
BLAKE2b-256 4b37b81d64da4b1a032df0798bbf8c2e3abf875f9dd319598308d2efebe06523

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 715a33d750af09e1c03fde1783490c816e08a786f151ac79269659da1d2cc4e0
MD5 402c796e0e09e9e0b45dca26fcd1312a
BLAKE2b-256 bd23eaea050e76a1f65749be243a68514d67e13ab896c47cbf9e652da0ba9c10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 23504672daeafabe03d4e07038754910f55f6845ef260f2249d9d8942ab16866
MD5 054b2684cc523819417c2819b2be683f
BLAKE2b-256 eedd8f0fe60d49fe0b7bd9eb0b76268d662f95b31a8c623fc7cef40ad9488d0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ceca0800974137d2373cfb3aa4862af4b9361a2e5b94808b52df63c3f34a14eb
MD5 4370b3940545fbaaa65e0778ed60130d
BLAKE2b-256 8a4310e2abe7c600545fcf5b684b04073b36c87ed879a4bbc8fcd4f6f329c302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0abafd6b7d8ef5ba9c33fa92a1c5c329bfb89a68fb12e88ca62a4e32d822f257
MD5 7b68223ac494979a7b57d55614d1113b
BLAKE2b-256 8d816fb0075c67d1039e82960ab9d039da00ef3149b872a067d2e83ea9bb9956

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e124ad209bc7112d0c0778fcc2e727c4fdf733188403129a82c10e563e89252b
MD5 a1c3e1d452c58c43e6806d1a6bc337f9
BLAKE2b-256 bc7cc7234fe0e25ccd0fe23d8fa1e3f2682d407f49916e845e15869d262fc648

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adbc_driver_manager-1.10.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b82d7ffab5ad4c892e2f3201cc3781db3f87ef0c5ce1938715fb39a5dc6671b0
MD5 725103abe51eecd2332d344b40cac7b3
BLAKE2b-256 8a0e95eae266a8d97f2f222e6db9047dc4c1fab6a3e1d5e6bd9c8efb29881ec4

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