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

Uploaded Source

Built Distributions

pyodbc-5.0.0-cp312-cp312-win_amd64.whl (69.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyodbc-5.0.0-cp312-cp312-win32.whl (62.7 kB view details)

Uploaded CPython 3.12 Windows x86

pyodbc-5.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (352.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyodbc-5.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (347.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyodbc-5.0.0-cp312-cp312-macosx_11_0_arm64.whl (72.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyodbc-5.0.0-cp312-cp312-macosx_10_9_x86_64.whl (73.0 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyodbc-5.0.0-cp311-cp311-win_amd64.whl (68.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyodbc-5.0.0-cp311-cp311-win32.whl (62.1 kB view details)

Uploaded CPython 3.11 Windows x86

pyodbc-5.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyodbc-5.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (342.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyodbc-5.0.0-cp311-cp311-macosx_11_0_arm64.whl (71.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyodbc-5.0.0-cp311-cp311-macosx_10_9_x86_64.whl (72.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyodbc-5.0.0-cp310-cp310-win_amd64.whl (68.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyodbc-5.0.0-cp310-cp310-win32.whl (62.1 kB view details)

Uploaded CPython 3.10 Windows x86

pyodbc-5.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (334.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyodbc-5.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (330.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyodbc-5.0.0-cp310-cp310-macosx_11_0_arm64.whl (71.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyodbc-5.0.0-cp310-cp310-macosx_10_9_x86_64.whl (72.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyodbc-5.0.0-cp39-cp39-win_amd64.whl (68.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyodbc-5.0.0-cp39-cp39-win32.whl (62.1 kB view details)

Uploaded CPython 3.9 Windows x86

pyodbc-5.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyodbc-5.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyodbc-5.0.0-cp39-cp39-macosx_11_0_arm64.whl (71.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyodbc-5.0.0-cp39-cp39-macosx_10_9_x86_64.whl (72.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyodbc-5.0.0-cp38-cp38-win_amd64.whl (68.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyodbc-5.0.0-cp38-cp38-win32.whl (62.1 kB view details)

Uploaded CPython 3.8 Windows x86

pyodbc-5.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (336.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyodbc-5.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (332.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyodbc-5.0.0-cp38-cp38-macosx_11_0_arm64.whl (71.7 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyodbc-5.0.0-cp38-cp38-macosx_10_9_x86_64.whl (72.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyodbc-5.0.0.tar.gz
  • Upload date:
  • Size: 116.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.12

File hashes

Hashes for pyodbc-5.0.0.tar.gz
Algorithm Hash digest
SHA256 e68a0ba256e614c0372d16e854cbcdd9e62466831fa6214f533a557551ddc75c
MD5 b9396595dc59638ba95c1a9153496df0
BLAKE2b-256 cf5e20b2f61ee5e970788fc9e01b29af3da0c136e6224a060a155820579c5ffa

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 69.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.12

File hashes

Hashes for pyodbc-5.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6d6054260d8bea674f32ed4383758c0b9afecb48d1f51ca71161b893388c46f6
MD5 6a1e3f974e73a47008b57e57e6a50d70
BLAKE2b-256 ba349a01c52c5e3409ddf141937379a4aeda65f66c653203857ffa7afc3ccff0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 62.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.12

File hashes

Hashes for pyodbc-5.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b3568ed207325fa9d535d2f94359408e1264ee74ea45ace3a127bbf62cf98581
MD5 9b5656f6a8fc9f4665db2b73415c72cc
BLAKE2b-256 661260085b3afb72479581d3d1f529528f803e0e52a4ada550453c39c7414d24

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ca690909e6ecc874adb66cc90b41ee1b8316ecd7cdd1c8c120ba25f4d4d3afaa
MD5 d11aee40c762a5096767437d1653aa75
BLAKE2b-256 34c4c9af5cc4d235bd2b6b8e517c9e3466880fbdff66ea753acb21ac8e1a903b

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a1b336c2464206c699f6966e49db4be03c059465f8862e4787639ba8ec0a123
MD5 bfc27b206d6a6d7b959d7d869d6a787e
BLAKE2b-256 cc43abbd23bbd9be174695df8f0f97d5acbd8cbc2ae5ae4265819e91d0ef2585

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3db20f4a7b34a379941c8b5cdf117e738e6bc3a67e6a8d83fcbe3b76423d647c
MD5 195f93aaf1865f0e4f39ccb62fcd9382
BLAKE2b-256 6c5b2b5c66d4f392d484f0712ae76c9c52bedc41141621044496ca088ee8c18d

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 66ee474c0bb78f045f21088d4fd7d41c35c0d91059365f37a08ddd1bb0512296
MD5 36fb862d46f4e5a6b1bad031c6a1da49
BLAKE2b-256 a707b05f90dbe817eeac23155b172c9e3379847f1b92afec9a3ee8407d40972c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 68.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.12

File hashes

Hashes for pyodbc-5.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a270b9e112abececd627fd6135000032dce0e0111091aba4a1533ecf062a2ada
MD5 bf67d9d1fa6be5b56c891d120c6e15fc
BLAKE2b-256 d50ac3ace356f391f332affb8fd05f6f02d87b8e627a0350cd60d464030f890c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 62.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.12

File hashes

Hashes for pyodbc-5.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f67340a4c3e01a8a0f495af0c02bda9b56cdf114a78ebd4a0fafb31e408cdf7e
MD5 2fbc4e0165f7ee7a372c4401565e542f
BLAKE2b-256 803e24afc27da4a801c17382eb383d82e5e6eebbb971a945905f52420285fa38

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f33a940d2af0e3b6f6127351d575ca30b408f087b18f642e80f274957dbd01d
MD5 df2586ea3a0cb8e2093f5ce44bba99df
BLAKE2b-256 524d785fa2d5a84e9ed8e04871d589d478d96b9c47d841faa39a5d932e4a81c2

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 760ec55a09e5d762c254ece54031a11880517216f49ee3ec9f353779be6696df
MD5 fd2f892ad4fd540d026298312addf1a9
BLAKE2b-256 0aa581c5b99e323fb4eda6f85c46e5249e133d70eef6c6d32d688f171b3dd983

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9109308a801a78c1dcb23f2fbd22583b1b85e7f531afb0ad06a30db961021d28
MD5 5496562d23e5e315e8d865822b7ca8df
BLAKE2b-256 8acc2b3162d03804dc36cb8c6c3292f1d97f2bacb8ae6a35bde93aa981e26e3e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f0ad7f1f3e3633cf8af02193a6bd31e36ccaefb71cae23b2d7c965867e59b35
MD5 1485e111cd13523bb179b508be6787b2
BLAKE2b-256 172dcb90ab137a5565b109781d369089677666965076978bcab3ce04cfea177f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 68.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.12

File hashes

Hashes for pyodbc-5.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 60c4690e0a06bf128aa52d37737983c6f010a684f734ace3ff3689179313cf1e
MD5 c851c64c3c3f687c1c07ce6714e93a05
BLAKE2b-256 334d3d804eeaa9bc51e101971501eaa6458ca08deceaa8488ffeafcbeb4adea0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 62.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.12

File hashes

Hashes for pyodbc-5.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c7dcfb3f2b0e1072438df29f4283a5e0f4d103585cf28b4cace9197a9b0d2efa
MD5 8980a46ee623e44212d9a02edcb76eb6
BLAKE2b-256 7f654af91f72941380dad414209cffabe9d13b76ffd881495c6e5d66d4a9575e

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 645d2f1380f2df06db1cc5a07704d22e4530ca0c131a7255d9322d3ace91be36
MD5 f369586588976005e767303ff2e665e9
BLAKE2b-256 997ad3b8dd2888ba34f6382f7c6c67e894e027d1203bdd15769b20915f8fc97f

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f467c75240a40fc34b54b31f04eeca253752ba5ce8530f74a1edb6dff053c596
MD5 a71d65e188a62d3e98673bd389828619
BLAKE2b-256 bf0e44676bc838448007bf89451d1552ef3e4c48ea0cc15a34cf66ac6b534a5e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9765b5db65d304665dbb201bdcc5a5e98726359584d909b1d4a38372c73d3c86
MD5 069175d0995fb377260fa9a79667c9d5
BLAKE2b-256 cbf0b6566818e3498ee8a96278c79c196328aabea09d11f878c121d0295db117

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6812bead179b2d9119efa1e6aed47eefb60b23a34717b3000427b9e99a74ed4c
MD5 e16574150589e78c7153f02e154407f2
BLAKE2b-256 97a78504e90489c486b45f1f823e17bc3216a84837557c4ff102079d1ab0930e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 68.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.12

File hashes

Hashes for pyodbc-5.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 27c3c0a487078f422a11660a52a64a0fac747103ff4cce390a3bdb913f5de598
MD5 75f0bc79704098234290dc570cf4bd88
BLAKE2b-256 d7f9513edb5056f31ac707d79fd8fc767ba25578ba7e8439f6617801917ee96b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 62.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.12

File hashes

Hashes for pyodbc-5.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a1ea8d33ec97c760979fca31be74582d79c5df8326138097742fa4b83cbbccf5
MD5 adc42efc060271b98fb1ad28865e69f1
BLAKE2b-256 603ec6a88ddd3ae778d1ee71c56a56bec4ce13bcd2df2bf566338df01a81eb33

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f35435f100d497dadf5dfe6c191eb48ebcd32aebb96a11deb685139d5a9f1df5
MD5 aa223402eafda30c61bc3a91a6094014
BLAKE2b-256 063042b9a10e8677b5ffd119723241d2b180a471b354d090e0698b9309cff831

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68a6b6e24ac3e409e6dd8323d6e146cd941e5956343cc7cf68d12bbf217310d0
MD5 743f348a57f32b7b4391ee48ec580313
BLAKE2b-256 0b6cc04927c855a047f9d06bb1c25ee8a7662621ae3aa5d70fb11049ed208ebb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30c0b8f255bab1298849b65baaa68f0b6534653bf04a6eee958bd9af72ed5c96
MD5 b94f19358a4286ec5141188a33411774
BLAKE2b-256 d242d1eabc21f5e484e01597b1c9fb4aa91985c2edb4cb4d8ae328ed724e683a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 084b3a178b5dae42d3ff3533b69c5557dd55b14aa55a091f8111fd8d48e0ef97
MD5 4d83b1468954437645bb34e8777a0e42
BLAKE2b-256 05a420081d6aee8035e25222ee48667266f0444c8e180d601fe4f2ff499755db

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyodbc-5.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 68.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.12

File hashes

Hashes for pyodbc-5.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 48c780919dbdcc862cfd8e68762a0955268d138b9ecad595f0889ce4da6c5e67
MD5 20d77fb79f80bbe5cdf58d63605c4706
BLAKE2b-256 182995d3e1cf8c4ddd3862362aba43330bb3613decbe7b4525d13f7c38fb3e9c

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyodbc-5.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 62.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.12

File hashes

Hashes for pyodbc-5.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 aca42bc796af15e45206d0ff587f6199136ba32546e42cb498e0d0a9c2394ba9
MD5 a30401685da1fe046da3a760ea945288
BLAKE2b-256 87ea5a3d485d7c8e2493dd59dad79cf4f98a2e0daaefa887d5a419154bb32a11

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0c4f5548a1b7b4b84bbbcbc40b199387f53bb1bec9287fcdb71d763c1189929
MD5 fcb05b753f03d8ed91111017f3f8897e
BLAKE2b-256 a397a32afb1ae6157fcec921b4d2cc0e31c2617b9e19b19bb101c7af5b247845

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0c926ab21edb193b54b20d5d1fb0b21f72af8be990a1ab4cc8e60dd85ea4963
MD5 76c51cdb47330203026ce0d18b39300c
BLAKE2b-256 dbf247c85bdeb7935efda23b44f7ff8b2558c6ed03f76d3bc164460e7e125aff

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f089ee300d0fde39ecc97299ccaa7a01a8dc635c3de956b01927821e2d859f29
MD5 c581b8fafaf9f8483bcb59ee12920270
BLAKE2b-256 5877537fe36c833d9d23ad1b08225f06973e38d3aaee19a1a4602b5e048e1b12

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 51ec20292675a847ac81172c3a2260b6f7626d6d2cc9aa9dbd2c589e1861753c
MD5 09a2de22b66748b87a9040ea4c3cd450
BLAKE2b-256 62cd9f48d7b16716b27db1ef3ffd1c2bfbd3ae100f53cfb2d3133ca21f8e19d0

See more details on using hashes here.

Provenance

Supported by

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