Skip to main content

DB API module for ODBC

Project description

pyodbc

Windows build Ubuntu build PyPI

pyodbc is an open source Python module that makes accessing ODBC databases simple. It implements the DB API 2.0 specification but is packed with even more Pythonic convenience.

The easiest way to install pyodbc is to use pip:

python -m pip install pyodbc

On Macs, you should probably install unixODBC first if you don't already have an ODBC driver manager installed. For example, using the homebrew package manager:

brew install unixodbc
python -m pip install pyodbc

Similarly, on Unix you should make sure you have an ODBC driver manager installed before installing pyodbc. See the docs for more information about how to do this on different Unix flavors. (On Windows, the ODBC driver manager is built-in.)

Precompiled binary wheels are provided for multiple Python versions on most Windows, macOS, and Linux platforms. On other platforms pyodbc will be built from the source code. Note, pyodbc contains C++ extensions so you will need a suitable C++ compiler when building from source. See the docs for details.

Documentation

Release Notes

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

pyodbc-5.3.0.tar.gz (121.8 kB view details)

Uploaded Source

Built Distributions

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

pyodbc-5.3.0-cp314-cp314t-win_arm64.whl (70.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

pyodbc-5.3.0-cp314-cp314t-win_amd64.whl (79.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

pyodbc-5.3.0-cp314-cp314t-win32.whl (70.1 kB view details)

Uploaded CPython 3.14tWindows x86

pyodbc-5.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pyodbc-5.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyodbc-5.3.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (397.3 kB view details)

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

pyodbc-5.3.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (398.4 kB view details)

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

pyodbc-5.3.0-cp314-cp314t-macosx_11_0_arm64.whl (75.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyodbc-5.3.0-cp314-cp314t-macosx_10_15_x86_64.whl (75.8 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pyodbc-5.3.0-cp314-cp314-win_arm64.whl (66.7 kB view details)

Uploaded CPython 3.14Windows ARM64

pyodbc-5.3.0-cp314-cp314-win_amd64.whl (72.2 kB view details)

Uploaded CPython 3.14Windows x86-64

pyodbc-5.3.0-cp314-cp314-win32.whl (65.7 kB view details)

Uploaded CPython 3.14Windows x86

pyodbc-5.3.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyodbc-5.3.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyodbc-5.3.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (350.2 kB view details)

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

pyodbc-5.3.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (344.6 kB view details)

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

pyodbc-5.3.0-cp314-cp314-macosx_11_0_arm64.whl (72.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyodbc-5.3.0-cp314-cp314-macosx_10_15_x86_64.whl (73.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyodbc-5.3.0-cp313-cp313-win_arm64.whl (64.7 kB view details)

Uploaded CPython 3.13Windows ARM64

pyodbc-5.3.0-cp313-cp313-win_amd64.whl (70.1 kB view details)

Uploaded CPython 3.13Windows x86-64

pyodbc-5.3.0-cp313-cp313-win32.whl (63.4 kB view details)

Uploaded CPython 3.13Windows x86

pyodbc-5.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyodbc-5.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyodbc-5.3.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (350.1 kB view details)

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

pyodbc-5.3.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (343.3 kB view details)

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

pyodbc-5.3.0-cp313-cp313-macosx_11_0_arm64.whl (72.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyodbc-5.3.0-cp313-cp313-macosx_10_13_x86_64.whl (73.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyodbc-5.3.0-cp312-cp312-win_arm64.whl (64.7 kB view details)

Uploaded CPython 3.12Windows ARM64

pyodbc-5.3.0-cp312-cp312-win_amd64.whl (70.1 kB view details)

Uploaded CPython 3.12Windows x86-64

pyodbc-5.3.0-cp312-cp312-win32.whl (63.4 kB view details)

Uploaded CPython 3.12Windows x86

pyodbc-5.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyodbc-5.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyodbc-5.3.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (340.3 kB view details)

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

pyodbc-5.3.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (333.6 kB view details)

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

pyodbc-5.3.0-cp312-cp312-macosx_11_0_arm64.whl (72.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyodbc-5.3.0-cp312-cp312-macosx_10_13_x86_64.whl (73.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyodbc-5.3.0-cp311-cp311-win_arm64.whl (64.4 kB view details)

Uploaded CPython 3.11Windows ARM64

pyodbc-5.3.0-cp311-cp311-win_amd64.whl (69.3 kB view details)

Uploaded CPython 3.11Windows x86-64

pyodbc-5.3.0-cp311-cp311-win32.whl (62.9 kB view details)

Uploaded CPython 3.11Windows x86

pyodbc-5.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyodbc-5.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyodbc-5.3.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (332.2 kB view details)

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

pyodbc-5.3.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (327.2 kB view details)

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

pyodbc-5.3.0-cp311-cp311-macosx_11_0_arm64.whl (71.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyodbc-5.3.0-cp311-cp311-macosx_10_9_x86_64.whl (72.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyodbc-5.3.0-cp310-cp310-win_arm64.whl (64.4 kB view details)

Uploaded CPython 3.10Windows ARM64

pyodbc-5.3.0-cp310-cp310-win_amd64.whl (69.4 kB view details)

Uploaded CPython 3.10Windows x86-64

pyodbc-5.3.0-cp310-cp310-win32.whl (63.0 kB view details)

Uploaded CPython 3.10Windows x86

pyodbc-5.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyodbc-5.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyodbc-5.3.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (322.0 kB view details)

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

pyodbc-5.3.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (318.6 kB view details)

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

pyodbc-5.3.0-cp310-cp310-macosx_11_0_arm64.whl (71.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyodbc-5.3.0-cp310-cp310-macosx_10_9_x86_64.whl (71.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyodbc-5.3.0-cp39-cp39-win_arm64.whl (64.5 kB view details)

Uploaded CPython 3.9Windows ARM64

pyodbc-5.3.0-cp39-cp39-win_amd64.whl (69.6 kB view details)

Uploaded CPython 3.9Windows x86-64

pyodbc-5.3.0-cp39-cp39-win32.whl (63.1 kB view details)

Uploaded CPython 3.9Windows x86

pyodbc-5.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyodbc-5.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pyodbc-5.3.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (318.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyodbc-5.3.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (314.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyodbc-5.3.0-cp39-cp39-macosx_11_0_arm64.whl (71.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pyodbc-5.3.0-cp39-cp39-macosx_10_9_x86_64.whl (72.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file pyodbc-5.3.0.tar.gz.

File metadata

  • Download URL: pyodbc-5.3.0.tar.gz
  • Upload date:
  • Size: 121.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0.tar.gz
Algorithm Hash digest
SHA256 2fe0e063d8fb66efd0ac6dc39236c4de1a45f17c33eaded0d553d21c199f4d05
MD5 ef3b3662975459641256658effbfdd08
BLAKE2b-256 8f8544b10070a769a56bd910009bb185c0c0a82daff8d567cd1a116d7d730c7d

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 70.1 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 13656184faa3f2d5c6f19b701b8f247342ed581484f58bf39af7315c054e69db
MD5 d905eb13ad1327332833b37f71c66053
BLAKE2b-256 4b8fd8889efd96bbe8e5d43ff9701f6b1565a8e09c3e1f58c388d550724f777b

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 79.5 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 bfeb3e34795d53b7d37e66dd54891d4f9c13a3889a8f5fe9640e56a82d770955
MD5 ab36fb73144d1b7b3c7f846470db7054
BLAKE2b-256 bac7ee98c62050de4aa8bafb6eb1e11b95e0b0c898bd5930137c6dc776e06a9b

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 70.1 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 af4d8c9842fc4a6360c31c35508d6594d5a3b39922f61b282c2b4c9d9da99514
MD5 c2c8b768ccefadc75b372da6074bf147
BLAKE2b-256 9e8b88a1277c2f7d9ab1cec0a71e074ba24fd4a1710a43974682546da90a1343

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d89a7f2e24227150c13be8164774b7e1f9678321a4248f1356a465b9cc17d31e
MD5 9110691848fa47cf1259e3bda074efa0
BLAKE2b-256 1df143497e1d37f9f71b43b2b3172e7b1bdf50851e278390c3fb6b46a3630c53

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 74528fe148980d0c735c0ebb4a4dc74643ac4574337c43c1006ac4d09593f92d
MD5 383f0a716ad218182ce51ffe64d88f9b
BLAKE2b-256 032e0610b1ed05a5625528d52f6cece9610e84617d35f475c89c2a52f66d13f7

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8339d3094858893c1a68ee1af93efc4dff18b8b65de54d99104b99af6306320d
MD5 a5666aeff7b8c300b783f629aa4b61cd
BLAKE2b-256 5efcf6be4b3cc3910f8c2aba37aa41671121fd6f37b402ae0fefe53a70ac7cd5

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bc834567c2990584b9726cba365834d039380c9dbbcef3030ddeb00c6541b943
MD5 658c6bdcfaf828c65d4994dff461063f
BLAKE2b-256 9081d1d7c125ec4a20e83fdc28e119b8321192b2bd694f432cf63e1199b2b929

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25c4cfb2c08e77bc6e82f666d7acd52f0e52a0401b1876e60f03c73c3b8aedc0
MD5 b26b32ab1518f9cfdabd61e000510df0
BLAKE2b-256 59eae79e168c3d38c27d59d5d96273fd9e3c3ba55937cc944c4e60618f51de90

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f927b440c38ade1668f0da64047ffd20ec34e32d817f9a60d07553301324b364
MD5 e9d024d1e846cf16d21df5cb3a6a962b
BLAKE2b-256 4317f4eabf443b838a2728773554017d08eee3aca353102934a7e3ba96fb0e31

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 66.7 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 754d052030d00c3ac38da09ceb9f3e240e8dd1c11da8906f482d5419c65b9ef5
MD5 ad2ce97ddf826683182894fa5968ce53
BLAKE2b-256 fc79e304574446b2263f428ce14df590ba52c2e0e0205e8d34b235b582b7d57e

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 72.2 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 58635a1cc859d5af3f878c85910e5d7228fe5c406d4571bffcdd281375a54b39
MD5 7199531e10c2a97f745e998c5364ae21
BLAKE2b-256 b879c48be07e8634f764662d7a279ac204f93d64172162dbf90f215e2398b0bd

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 65.7 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a48d731432abaee5256ed6a19a3e1528b8881f9cb25cb9cf72d8318146ea991b
MD5 c9b7998b8400a642c608c2f6fde92865
BLAKE2b-256 1940dc84e232da07056cb5aaaf5f759ba4c874bc12f37569f7f1670fc71e7ae1

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c67e7f2ce649155ea89beb54d3b42d83770488f025cf3b6f39ca82e9c598a02e
MD5 1c873e2e4103ee3bd77cff96d8fb6324
BLAKE2b-256 d9b2ad92ebdd1b5c7fec36b065e586d1d34b57881e17ba5beec5c705f1031058

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 729c535341bb09c476f219d6f7ab194bcb683c4a0a368010f1cb821a35136f05
MD5 92b78a937421a3f1a8f8ba939347bb66
BLAKE2b-256 9314f702c5e8c2d595776266934498505f11b7f1545baf21ffec1d32c258e9d3

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 08b2439500e212625471d32f8fde418075a5ddec556e095e5a4ba56d61df2dc6
MD5 03d1e878c3bbc4176022dd4e352f70e1
BLAKE2b-256 a2a671d26d626a3c45951620b7ff356ec920e420f0e09b0a924123682aa5e4ab

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cf18797a12e70474e1b7f5027deeeccea816372497e3ff2d46b15bec2d18a0cc
MD5 161ae2a6ff37a99b1cb21417bacfe404
BLAKE2b-256 b1f17e3831eeac2b09b31a77e6b3495491ce162035ff2903d7261b49d35aa3c2

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7713c740a10f33df3cb08f49a023b7e1e25de0c7c99650876bbe717bc95ee780
MD5 d9e9f39cdc53c54e4c08c162a230b627
BLAKE2b-256 82d51ab1b7c4708cbd701990a8f7183c5bb5e0712d5e8479b919934e46dadab4

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3f1bdb3ce6480a17afaaef4b5242b356d4997a872f39e96f015cabef00613797
MD5 9ec4ae240add5969186515f7258dfb2c
BLAKE2b-256 abf2c26d82a7ce1e90b8bbb8731d3d53de73814e2f6606b9db9d978303aa8d5f

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 64.7 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 363311bd40320b4a61454bebf7c38b243cd67c762ed0f8a5219de3ec90c96353
MD5 d11f37e9b530177135df88449869341c
BLAKE2b-256 c4c1c8b128ae59a14ecc8510e9b499208e342795aecc3af4c3874805c720b8db

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 70.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 01166162149adf2b8a6dc21a212718f205cabbbdff4047dc0c415af3fd85867e
MD5 13226b9407b4cfa3baae754ca30d2e01
BLAKE2b-256 560315dcefe549d3888b649652af7cca36eda97c12b6196d92937ca6d11306e9

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 63.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c2eb0b08e24fe5c40c7ebe9240c5d3bd2f18cd5617229acee4b0a0484dc226f2
MD5 a4a056bb864736115995b8cecfd17b05
BLAKE2b-256 410f9dfe4987283ffcb981c49a002f0339d669215eb4a3fe4ee4e14537c52852

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c79df54bbc25bce9f2d87094e7b39089c28428df5443d1902b0cc5f43fd2da6f
MD5 a07a35509c87b43682fdbaa4f238518c
BLAKE2b-256 d81068a0b5549876d4b53ba4c46eed2a7aca32d589624ed60beef5bd7382619e

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3cc472c8ae2feea5b4512e23b56e2b093d64f7cbc4b970af51da488429ff7818
MD5 df65ff66a7f5de0bd62eaa5ee1e266ba
BLAKE2b-256 c29953c08562bc171a618fa1699297164f8885e66cde38c3b30f454730d0c488

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5ceaed87ba2ea848c11223f66f629ef121f6ebe621f605cde9cfdee4fd9f4b68
MD5 bde40863c8a665a5acfded0839dbe993
BLAKE2b-256 fa2488cde8b6dc07a93a92b6c15520a947db24f55db7bd8b09e85956642b7cf3

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1629af4706e9228d79dabb4863c11cceb22a6dab90700db0ef449074f0150c0d
MD5 419d66765798939a7d27cbc19b6ffcee
BLAKE2b-256 1b332bb24e7fc95e98a7b11ea5ad1f256412de35d2e9cc339be198258c1d9a76

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6132554ffbd7910524d643f13ce17f4a72f3a6824b0adef4e9a7f66efac96350
MD5 3a92a53f8ec91b2e53ad44cd6e3f81d0
BLAKE2b-256 37c727d83f91b3144d3e275b5b387f0564b161ddbc4ce1b72bb3b3653e7f4f7a

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7e9ab0b91de28a5ab838ac4db0253d7cc8ce2452efe4ad92ee6a57b922bf0c24
MD5 0b32d308f935ffa763ef8b33fac2cc15
BLAKE2b-256 0c1d9e74cbcc1d4878553eadfd59138364b38656369eb58f7e5b42fb344c0ce7

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 64.7 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 afe7c4ac555a8d10a36234788fc6cfc22a86ce37fc5ba88a1f75b3e6696665dc
MD5 ffb6d1e65c5051c427b62a65f044a133
BLAKE2b-256 aa85e7d0629c9714a85eb4f85d21602ce6d8a1ec0f313fde8017990cf913e3b4

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 70.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fe77eb9dcca5fc1300c9121f81040cc9011d28cff383e2c35416e9ec06d4bc95
MD5 1f7ffcda6c75bb8478959da5bec6a7d9
BLAKE2b-256 c0705e61b216cc13c7f833ef87f4cdeab253a7873f8709253f5076e9bb16c1b3

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 63.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d32c3259762bef440707098010035bbc83d1c73d81a434018ab8c688158bd3bb
MD5 fb4a3b1695541c7045c5d66f7ae94567
BLAKE2b-256 977c893036c8b0c8d359082a56efdaa64358a38dda993124162c3faa35d1924d

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e3c39de3005fff3ae79246f952720d44affc6756b4b85398da4c5ea76bf8f506
MD5 4732f26bde86ff75c1221f1ce474e5aa
BLAKE2b-256 74b9707c5314cca9401081b3757301241c167a94ba91b4bd55c8fa591bf35a4a

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b180bc5e49b74fd40a24ef5b0fe143d0c234ac1506febe810d7434bf47cb925b
MD5 3efa961a45f7a1e370e5e881e30d9c8d
BLAKE2b-256 7db20631d84731606bfe40d3b03a436b80cbd16b63b022c7b13444fb30761ca8

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5dd3d5e469f89a3112cf8b0658c43108a4712fad65e576071e4dd44d2bd763c7
MD5 27a1066ced57d30f00283e84ae300d0c
BLAKE2b-256 4b302c70f47a76a4fafa308d148f786aeb35a4d67a01d41002f1065b465d9994

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c6ccb5315ec9e081f5cbd66f36acbc820ad172b8fa3736cf7f993cdf69bd8a96
MD5 b75c8b539602953e01bc227766a813fb
BLAKE2b-256 9ff98c106dcd6946e95fee0da0f1ba58cd90eb872eebe8968996a2ea1f7ac3c1

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 197bb6ddafe356a916b8ee1b8752009057fce58e216e887e2174b24c7ab99269
MD5 8d404c8540b3bf2b5e60b470363e84b1
BLAKE2b-256 03789fbde156055d88c1ef3487534281a5b1479ee7a2f958a7e90714968749ac

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5ebf6b5d989395efe722b02b010cb9815698a4d681921bf5db1c0e1195ac1bde
MD5 8251b6e328a2b282f039e9468d932f56
BLAKE2b-256 f50c7ecf8077f4b932a5d25896699ff5c394ffc2a880a9c2c284d6a3e6ea5949

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 64.4 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0df7ff47fab91ea05548095b00e5eb87ed88ddf4648c58c67b4db95ea4913e23
MD5 4527f86547309136a12a4afda97c14c8
BLAKE2b-256 8b6fbf5433bb345007f93003fa062e045890afb42e4e9fc6bd66acc2c3bd12ca

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 69.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f1ad0e93612a6201621853fc661209d82ff2a35892b7d590106fe8f97d9f1f2a
MD5 813d40218ca346ff233a36ff93e0c816
BLAKE2b-256 e6cf52b9b94efd8cfd11890ae04f31f50561710128d735e4e38a8fbb964cd2c2

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 62.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d255f6b117d05cfc046a5201fdf39535264045352ea536c35777cf66d321fbb8
MD5 1d08d10bf2eb088e37d3a90e1c776dbe
BLAKE2b-256 14adf9ca1e9e44fd91058f6e35b233b1bb6213d590185bfcc2a2c4f1033266e7

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5cbe4d753723c8a8f65020b7a259183ef5f14307587165ce37e8c7e251951852
MD5 4437c1c5f7b2d85b3bffb8819a4a6fb6
BLAKE2b-256 3af4c760caf7bb9b3ab988975d84bd3e7ebda739fe0075c82f476d04ee97324c

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2035c7dfb71677cd5be64d3a3eb0779560279f0a8dc6e33673499498caa88937
MD5 3b44a95d4ba7e1efe913b7c220b45f63
BLAKE2b-256 dc212433625f7d5922ee9a34e3805805fa0f1355d01d55206c337bb23ec869bf

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5c30c5cd40b751f77bbc73edd32c4498630939bcd4e72ee7e6c9a4b982cc5ca
MD5 6e7aa62cf6c931d51c19add18330276a
BLAKE2b-256 43aeb95bb2068f911950322a97172c68675c85a3e87dc04a98448c339fcbef21

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 676031723aac7dcbbd2813bddda0e8abf171b20ec218ab8dfb21d64a193430ea
MD5 69a80ca49b5528537c19fc0723ff86e5
BLAKE2b-256 440e81a0315d0bf7e57be24338dbed616f806131ab706d87c70f363506dc13d5

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b987a25a384f31e373903005554230f5a6d59af78bce62954386736a902a4b3
MD5 9b326e750afc0005672001019cbdbe6e
BLAKE2b-256 693c6fe3e9eae6db1c34d6616a452f9b954b0d5516c430f3dd959c9d8d725f2a

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ebc3be93f61ea0553db88589e683ace12bf975baa954af4834ab89f5ee7bf8ae
MD5 71787a78224efcfe603db66289740d93
BLAKE2b-256 e0c7534986d97a26cb8f40ef456dfcf00d8483161eade6d53fa45fcf2d5c2b87

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 64.4 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 c68d9c225a97aedafb7fff1c0e1bfe293093f77da19eaf200d0e988fa2718d16
MD5 3dae0206d72031cce20448318ea6869f
BLAKE2b-256 d1c8480a942fd2e87dd7df6d3c1f429df075695ed8ae34d187fe95c64219fd49

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 69.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 705903acf6f43c44fc64e764578d9a88649eb21bf7418d78677a9d2e337f56f2
MD5 50fd293d3485fa000db393f3d600c00a
BLAKE2b-256 d8265f8ebdca4735aad0119aaaa6d5d73b379901b7a1dbb643aaa636040b27cf

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 63.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 46869b9a6555ff003ed1d8ebad6708423adf2a5c88e1a578b9f029fb1435186e
MD5 305e3fbe41fd499c24af42c99db51008
BLAKE2b-256 d99ff1b0f3238d873d4930aa2a2b8d5ba97132f6416764bf0c87368f8d6f2139

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8aa396c6d6af52ccd51b8c8a5bffbb46fd44e52ce07ea4272c1d28e5e5b12722
MD5 1db259597d07b2f8dc8d0054dc0d68e4
BLAKE2b-256 d461c9d407d2aa3e89f9bb68acf6917b0045a788ae8c3f4045c34759cb77af63

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac23feb7ddaa729f6b840639e92f83ff0ccaa7072801d944f1332cd5f5b05f47
MD5 dbb9b395178d3b24f05144cf8ea1c73c
BLAKE2b-256 1f27faf17353605ac60f80136bc3172ed2d69d7defcb9733166293fc14ac2c52

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 349a9abae62a968b98f6bbd23d2825151f8d9de50b3a8f5f3271b48958fdb672
MD5 5dce9aeaae4d04d7b7d133442200a382
BLAKE2b-256 193f24876d9cb9c6ce1bd2b6f43f69ebc00b8eb47bf1ed99ee95e340bf90ed79

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 46185a1a7f409761716c71de7b95e7bbb004390c650d00b0b170193e3d6224bb
MD5 80e73270c8aa507dfc5fd45f6857b481
BLAKE2b-256 95c96f4644b60af513ea1c9cab1ff4af633e8f300e8468f4ae3507f04524e641

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9cd3f0a9796b3e1170a9fa168c7e7ca81879142f30e20f46663b882db139b7d2
MD5 39bda61fa059fd9e9ef7e52dc8519686
BLAKE2b-256 cb7b95ea2795ea8a0db60414e14f117869a5ba44bd52387886c1a210da637315

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6682cdec78f1302d0c559422c8e00991668e039ed63dece8bf99ef62173376a5
MD5 375e02d03bf0c9410a560fdc9af83639
BLAKE2b-256 becdd0ac9e8963cf43f3c0e8ebd284cd9c5d0e17457be76c35abe4998b7b6df2

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 64.5 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 101313a21d2654df856a60e4a13763e4d9f6c5d3fd974bcf3fc6b4e86d1bbe8e
MD5 c4fc4b2589c1c8ac551c92b8b5a39be5
BLAKE2b-256 992f9c1ead06516e492b8cfab35605972bc8d306ad728adea53b280d6a7e4f87

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 69.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c25dc9c41f61573bdcf61a3408c34b65e4c0f821b8f861ca7531b1353b389804
MD5 503771c679c14b68126747f39e36cfec
BLAKE2b-256 414387bfbeaa36f60ef4be56a5ce3869b35251bebfe443a0a357f1a32ce6794e

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyodbc-5.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 63.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pyodbc-5.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fc5ac4f2165f7088e74ecec5413b5c304247949f9702c8853b0e43023b4187e8
MD5 cf3cd5ca95dbcea46f3f19488e1d1f22
BLAKE2b-256 36884b8fc797de1a792bc3de60bcf2845c3b802347d280bc6608425f06d703dc

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2eb7151ed0a1959cae65b6ac0454f5c8bbcd2d8bafeae66483c09d58b0c7a7fc
MD5 c8ad5976e8b66ca8867852a02f329c23
BLAKE2b-256 f26aefd1ab7351681610659986f379ba0778c2035eadc62f1260cf537be4b9d9

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 25b6766e56748eb1fc1d567d863e06cbb7b7c749a41dfed85db0031e696fa39a
MD5 770633f60c81110f18a4282fab44994c
BLAKE2b-256 9b645b14a07efb7a3bbe7672572335d85af8805c2031853db416ffb6f01dfc7f

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e981db84fee4cebec67f41bd266e1e7926665f1b99c3f8f4ea73cd7f7666e381
MD5 d28301cf2e974af9f1b4af02f1a69a07
BLAKE2b-256 915e793834aa203766008bbd503abdd86d610b01e35cff3d3f7680d91dbc353f

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b35b9983ad300e5aea82b8d1661fc9d3afe5868de527ee6bd252dd550e61ecd6
MD5 45a119f3b523fe92746bef6e34bb2188
BLAKE2b-256 106c8df5a61060f49b82977668a850015e182353a1e953d03dc4ddd5854270d2

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 452e7911a35ee12a56b111ac5b596d6ed865b83fcde8427127913df53132759e
MD5 95105c62507a77836d52d033e41ae55f
BLAKE2b-256 1ac9cd3cf6b8070a0c604cf83d46319390d9fc56405a91c9bcf96706e0d4d507

See more details on using hashes here.

File details

Details for the file pyodbc-5.3.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0263323fc47082c2bf02562f44149446bbbfe91450d271e44bffec0c3143bfb1
MD5 c4742fa273ce5180ec5d456b438ff391
BLAKE2b-256 9821879440a55360075137bf125103e01b2722e2fac8ff65ba5fe4fd4c5ec63a

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