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.0b2.tar.gz (95.1 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyodbc-5.0.0b2-cp37-cp37m-win_amd64.whl (70.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyodbc-5.0.0b2-cp37-cp37m-win32.whl (63.6 kB view details)

Uploaded CPython 3.7m Windows x86

pyodbc-5.0.0b2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (326.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pyodbc-5.0.0b2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (326.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyodbc-5.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl (72.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyodbc-5.0.0b2.tar.gz
  • Upload date:
  • Size: 95.1 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.0b2.tar.gz
Algorithm Hash digest
SHA256 40d6d50f6ec2140f4ff5cd245bd18c386993f848a4d5502ff88454dfad72032b
MD5 072ddfb3d4a13d26b328458a36c58e68
BLAKE2b-256 cf2bb5d75fa50c32c675225cd34ddf4ac27ab2c17fab50e05dcb2a359608360b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0b2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 69.0 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.0b2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 72104b58029293498f2e8dc607b3ff24c9bf8f11b37de0f1699c1a409b5414b4
MD5 bca6f1418280fe1abbdc1d30c9cbba11
BLAKE2b-256 ecbdcfef2dbdc837f34b4d5fc2fc6927802a3438cce163a23599c9eb4116d5f8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0b2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 62.2 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.0b2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 17bcf4b8ed167f18d2a4e9f63cd4c5bf999e0639d90de34928a35b8e48b6d73a
MD5 26669703d0c4dc48453686752a4d1449
BLAKE2b-256 e6df9ec9a469faac0f28bf581dd4916eda7f4a7776cf1a4e2fd3c4425fda6a3a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 812ae2ed61b9628a6e355e3880fc15b765f992be58dfd45a4f89543933afc278
MD5 9b757b9fc1d2d2cef632813c87da1654
BLAKE2b-256 fa710fda511202da2f6b553bce3ac7b33fee27126429cb2d0f28842bd32ba88c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7203c6308dc229d24d0b72cf8bde300d95a0ccb949df2fef3f42fb165304e0e
MD5 a7e3343f88d6920ac03d7020533eccf4
BLAKE2b-256 cc2acc51c97cf1c66ccb16a0059bf7591f7761327210665054686a798a407c12

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b98cdc9fb5b7d6ebfef1594715398144fe24ef47b8766b4ac15b54156a58efd
MD5 a0ab086039dc0e6d8570b610186eddf8
BLAKE2b-256 4fbc9eee7a7f79f1ebdd85a4de28e57b922e61664500e63a9fc4ce979a399c51

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 941337d459db73468679284480ea8aa3b57810005227ac7f226ba0ef25773ea2
MD5 feb0e661aef32fd6bb5ebb67371f47b7
BLAKE2b-256 e07d2ca97ccccdc4d372e4e6637fbf884520af1fba1d8bfcd2d7a6a037ac53c1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0b2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 69.0 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.0b2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 98e88ab3da27acfa628c2829c762bbf72dfaab93e2aa1734c4156ffa3eccd6a5
MD5 5c339d5d9754b776f49ddafc4d70c15c
BLAKE2b-256 4fee0b219ea66b3d999b4ded5941e322789114158c1fbfd438b5c3ce05175203

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0b2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 62.2 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.0b2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 dcaf22c10ccc5f04bdaaa399e2303501a63f20e818d0d0bc8d3d97d551c1b2c0
MD5 6c835232f9955baaa74a9da30fee3520
BLAKE2b-256 664c41f42f67e778bd612c53552a71b9b58cb10cb99ba84f3675c251e3d8ab70

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31fdc94495526ec3aad870b210a9fcffb2d9f6fe36ed509523d3e5e795c16af2
MD5 5a8b717d930d21fb08c16389ee2f7599
BLAKE2b-256 5fa5da97361d843bcd7b664cbfcf7c7720ea1d9ea834dacacdd3a972ff4900ef

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 21bff3a62ce4aeb9bb52a54d02057924bae26eefe8c4a709f1713c731b6be62f
MD5 ee5565d8008c2ae7f47352b249d02ceb
BLAKE2b-256 9ce0b99d92d26b023e398d7c7f07d3d370014d264d41191fbadf182c936cfc5a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c19f28b2c448589385b524e2351b14bb7917f1d11bf3e72a0b02937e1013992f
MD5 31a08b75ca46a42341d277308aee8066
BLAKE2b-256 48c65db3d83647529e42ded23b21c0eae44741b379a08f2c55f734d5132715da

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d7bd9a06142e6495fa2b3ec14d0c9ca989e0e1de5d52ebfed31e7d59df754dc7
MD5 01677cca837346800b7fb8e0e298bf73
BLAKE2b-256 c1944b88fe727a0397afc264b67f727a7240d86bb7fdd75bbee52e2544ce03f3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0b2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 69.0 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.0b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 227c806e44291e7945c5131a04ff9b25f9f77050784841483bc1fad4284a8919
MD5 5c1b028bdf36d16c589b8f4ff979a97e
BLAKE2b-256 914b2650401a0e50e43560af38f0865d657f20b37327c4a020e135922ff712fa

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0b2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 62.2 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.0b2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3135b49ab9466976b10452fb9c16b3319a87c92c8ac0b649e0875bc60b785d36
MD5 ee5de3dcbeed47f27efd5b20b7737f83
BLAKE2b-256 c94ba75c154b387ba403fef7ccc1d96c8030220637723b5c07a52efce516c99d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc7e2af7a8fbe6e7bb844eba7c9ab9e8ff21cd9fe116e35895d8c222efefa1dd
MD5 6af223197464c7e79d3f0dc099e8476d
BLAKE2b-256 f2d5c1f0e857fb3ef0e01ac167332b895a69740adfc7adb91cf0bbd065fe0054

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7de965edf40b6ef619d035c197c71a9860bd5fe5306d111d20e3fb21671b6164
MD5 b83c7d80d165cba002df757fa53111f3
BLAKE2b-256 8ca1c32c3fbd2224ff405072d68789acf0502acf1c1e1d825a4860efec0ba192

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9219f88d04376d91f0ec6d6ec9e5533dcce4c4165ab7c9d3e5293892f1f466f2
MD5 e50224ac4d42b3a9135c2509ae07a2c7
BLAKE2b-256 a7f6d97c40ab40ff0dacc41a4e01e8c02b1b2c702c463f07292007b723d94293

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8aec61f13272df5b812195bda41b6a7da7dc661b2b79ad6746f3c42d23f66cc6
MD5 eaa508fcdc5c3d26d7d96fe858fe83a2
BLAKE2b-256 4871ab1a41c1757ecd72b178c07aa7a40e52ac0b3949ec6bbe5922a771ff2cab

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0b2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 69.0 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.0b2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5559482e2abfc2b2ec1ebd7db0ee8d0879040a26f0d89aa24f14fc31d36a8618
MD5 d6c9b35d594e7046f7c12f77221a54ed
BLAKE2b-256 a6f60c85b7706cd40f27070d7ac2c4cce790ee2a198ea9dcd41ba7585984956e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyodbc-5.0.0b2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 62.3 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.0b2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b11df8efe9a554d46dba0a525511a1c0f2435edbb364d9ff613b8a83553b0372
MD5 b9a42e90080952d6bc211b205da0c4e8
BLAKE2b-256 b28654e4d11a7d7888fa37bd1bcd94d10ca3ce6c2d2877792220c50e1eb0810d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c78b9cfd07789d5315761144242827d7f58d616ea89097b2ea469cabf43a722
MD5 0d10b05232f653390d56975c875826f8
BLAKE2b-256 e30997af7ae659abcadf71d0a9e8b37eb7fbede2b3df1555d0e6be66b50ae5e6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f59e0f1a799603d87dc0233e80858df788a0cd882b8bc1beb08aa055545553bd
MD5 ae112c252da3ad845fd9366f397c14b7
BLAKE2b-256 35fbba21f867f949e36f5637a19ca8f7c128f2c9863b92064e9873062729a3d6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e4da095d443c6c57f3ede63939368a649dffe28da7309db825388638a4f4534
MD5 c7ae617a42e77c1a6c576ef2dfa7965d
BLAKE2b-256 14c043122a60740c3e64b4ee978861961a096e142dc96cd1a5f44720aea93df6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8d9da936ebec02817b4cc325d654b9fa0707536a0817e98fc3097b59e58cbb22
MD5 5492a549a5e0d05a30f6ff65504a8538
BLAKE2b-256 f70ff4a813dfb13487543390b29f31b06008447ca724f83a25616270ac4aa495

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0b2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyodbc-5.0.0b2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 70.3 kB
  • Tags: CPython 3.7m, 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.0b2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5aaff4ab758e3fa90e24124e491a34ba2b1b4c5318a856f6e8ab4cc760ee517e
MD5 5a06f5662ee60676a60f81a0679ce72a
BLAKE2b-256 c3fb9716445ef94711b6eaacff8af4962c312d8243d13fe776d837c1208ac806

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0b2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyodbc-5.0.0b2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 63.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.12

File hashes

Hashes for pyodbc-5.0.0b2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ea2baded6b37f1855f283c44e539851bd60f0786ae3f19df8d0ce8d7c91896a1
MD5 15d31fac6f7c61b0558c88a5d91b85a5
BLAKE2b-256 e4eec880f251c921305dcb078ba62bd91a7c0c7c85503924e219cc7803050601

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0b2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3bf4a79dc6e8c3e00b6a5d3d7866ba888cafd94d30a6ea196fa49ef1e7fa73f3
MD5 963f543b25dbb807e555e1465ec8215d
BLAKE2b-256 19d22e5a283ce8b29aa3a24b05cdb6bf9fdaa3822e2474912ff638ee536ffda1

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0b2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b3273f7ff76f7afcd4bc1f3437d7a6a1523d9ba3eb7a9045b52640c652d8956
MD5 550a28dcd1e42af1d77318862f462729
BLAKE2b-256 c3a897b403d87087df874ee683f73eb7b95a9383bccc780ae2983a14a710f1ee

See more details on using hashes here.

Provenance

File details

Details for the file pyodbc-5.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyodbc-5.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5dc7117b68f343500530beda977ee35f5a9928b0620055994bff59b5bd0374ca
MD5 ac39f606be8fbb114e4c184b1019c768
BLAKE2b-256 f557893de789c269d101c17166e0a4b860f994e37a5171001f71fac6d0e161f9

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