Skip to main content

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

Release files for pyodbc 5.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pyodbc 5.1.0
File Size Uploaded
pyodbc-5.1.0.tar.gz 115.5 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pyodbc 5.1.0
File
pyodbc-5.1.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pyodbc-5.1.0-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
pyodbc-5.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
pyodbc-5.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
pyodbc-5.1.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
pyodbc-5.1.0-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
pyodbc-5.1.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pyodbc-5.1.0-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
pyodbc-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
pyodbc-5.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
pyodbc-5.1.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
pyodbc-5.1.0-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
pyodbc-5.1.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pyodbc-5.1.0-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
pyodbc-5.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
pyodbc-5.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
pyodbc-5.1.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
pyodbc-5.1.0-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
pyodbc-5.1.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pyodbc-5.1.0-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pyodbc-5.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
pyodbc-5.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
pyodbc-5.1.0-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
pyodbc-5.1.0-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pyodbc-5.1.0-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pyodbc-5.1.0-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pyodbc-5.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
pyodbc-5.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
pyodbc-5.1.0-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
pyodbc-5.1.0-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details

Total release size: 4.9 MB

Release files / pyodbc-5.1.0.tar.gz

Download URL pyodbc-5.1.0.tar.gz
Size 115.5 kB
Tags Source
SHA-256 checksum
How to use checksums
397feee44561a6580be08cedbe986436859563f4bb378f48224655c8e987ea60
BLAKE2b-256 checksum
How to use checksums
d55ba93f7017d4df84c3971cf60ee935149f12e0d1e111febc67ba2e23015a79
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp312-cp312-win_amd64.whl

Download URL pyodbc-5.1.0-cp312-cp312-win_amd64.whl
Size 69.3 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
33f4984af38872e7bdec78007a34e4d43ae72bf9d0bae3344e79d9d0db157c0e
BLAKE2b-256 checksum
How to use checksums
716e6b8ec142713bbb8e34da6b73cf281699904823e1a61f9a78b6cbda92301a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp312-cp312-win32.whl

Download URL pyodbc-5.1.0-cp312-cp312-win32.whl
Size 62.8 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
aa4e02d3a9bf819394510b726b25f1566f8b3f0891ca400ad2d4c8b86b535b78
BLAKE2b-256 checksum
How to use checksums
80d7c8563abacf048916bc763f090c7aa88198cfcf60f1faead5c92b66260c3b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyodbc-5.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 353.0 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b0df69e3a500791b70b5748c68a79483b24428e4c16027b56aa0305e95c143a4
BLAKE2b-256 checksum
How to use checksums
db4108495c42ba0430ba74b039537426925cd71a7ff04d094a3a04eb8ca9febe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyodbc-5.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 347.2 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f8488c3818f12207650836c5c6f7352f9ff9f56a05a05512145995e497c0bbb1
BLAKE2b-256 checksum
How to use checksums
8165555af79473f9b5ce70d826303487bc62842f1607b254fc46f12d204a1718
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL pyodbc-5.1.0-cp312-cp312-macosx_11_0_arm64.whl
Size 72.2 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
406b8fa2133a7b6a713aa5187dba2d08cf763b5884606bed77610a7660fdfabe
BLAKE2b-256 checksum
How to use checksums
040e3948f989f0f9c123885848a7e931775d1730a1a0263b04531693bfa51650
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp312-cp312-macosx_10_9_x86_64.whl

Download URL pyodbc-5.1.0-cp312-cp312-macosx_10_9_x86_64.whl
Size 73.2 kB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
d3d9cc4af703c4817b6e604315910b0cf5dcb68056d52b25ca072dd59c52dcbc
BLAKE2b-256 checksum
How to use checksums
adcaa95dffabbd52b1fbdde7e54c2995a88df60a40a538cc257c57e0ca2a9a03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp311-cp311-win_amd64.whl

Download URL pyodbc-5.1.0-cp311-cp311-win_amd64.whl
Size 68.7 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
a1bd14633e91b7a9814f4fd944c9ebb89fb7f1fd4710c4e3999b5ef041536347
BLAKE2b-256 checksum
How to use checksums
32a1cd1d0d854e3621a13e0364cbe91d56614ae1cebb132a2c2c5755b38b5572
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp311-cp311-win32.whl

Download URL pyodbc-5.1.0-cp311-cp311-win32.whl
Size 62.2 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
92caed9d445815ed3f7e5a1249e29a4600ebc1e99404df81b6ed7671074c9227
BLAKE2b-256 checksum
How to use checksums
ea44eff5c10fe6ffffd87e69ab0864e2b6dded037c7ebf602aa22d32d6a0f56c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyodbc-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 344.9 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
1c5e0cb79222aad4b31a3602e39b242683c29c6221a16ed43f45f18fd0b73659
BLAKE2b-256 checksum
How to use checksums
ce2b66784180e401f32439657271d863cc066f94b9fba22f416c136759bc9728
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyodbc-5.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 341.9 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
3c36448322f8d6479d87c528cf52401a6ea4f509b9637750b67340382b4e1b40
BLAKE2b-256 checksum
How to use checksums
4ef03d09d6898612dd596094ff16369d1e8fce263ddfdbd953de43f2e019c0ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL pyodbc-5.1.0-cp311-cp311-macosx_11_0_arm64.whl
Size 71.6 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
b19d7f44cfee89901e482f554a88177e83fae76b03c3f830e0023a195d840220
BLAKE2b-256 checksum
How to use checksums
a52f32e8845205e7fc31f67d8b01c8906b964bfbf640aa6306aba8e696eeef79
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp311-cp311-macosx_10_9_x86_64.whl

Download URL pyodbc-5.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Size 72.3 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
aa6f46377da303bf79bcb4b559899507df4b2559f30dcfdf191358ee4b99f3ab
BLAKE2b-256 checksum
How to use checksums
cf8d31183905b2418127a7c5d8c53962a65951c15030494792982e8f7d344a9c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp310-cp310-win_amd64.whl

Download URL pyodbc-5.1.0-cp310-cp310-win_amd64.whl
Size 68.7 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
c3b65343557f4c7753204e06f4c82c97ed212a636501f4bc27c5ce0e549eb3e8
BLAKE2b-256 checksum
How to use checksums
8818f509547e701a969ba41336a73ba2da36778bbf3e66957ca7e109f3c19c13
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp310-cp310-win32.whl

Download URL pyodbc-5.1.0-cp310-cp310-win32.whl
Size 62.2 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
eae576b3b67d21d6f237e18bb5f3df8323a2258f52c3e3afeef79269704072a9
BLAKE2b-256 checksum
How to use checksums
c00d620271f022251740c9ca5e5a2e1a52bfb6bb391976a6cdd60bea20f71b42
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyodbc-5.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 334.7 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
218bb75d4bc67075529a65ce8ec7daeed1d83c33dd7410450fbf68d43d184d28
BLAKE2b-256 checksum
How to use checksums
a0ae72fecdb691ba5b9dcbd499e7b60663bbdcf19c9f6f019aae1e23c7716e83
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyodbc-5.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 330.5 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
84df3bbce9bafe65abd25788d55c9f1da304f6115d70f25758ff8c85f3ce0517
BLAKE2b-256 checksum
How to use checksums
cefe826be5cad1f8b343318b7828dc33d4b7550b5c6d9e53336e22ff226c22d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL pyodbc-5.1.0-cp310-cp310-macosx_11_0_arm64.whl
Size 71.5 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2cbdbd019756285dc44bc35238a3ed8dfaa454e8c8b2c3462f1710cfeebfb290
BLAKE2b-256 checksum
How to use checksums
0d6b10a7f8b873ab992c4b1a132a2c83eba9d9f6c79f522cd4445bd4e07729c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp310-cp310-macosx_10_9_x86_64.whl

Download URL pyodbc-5.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Size 72.3 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
02fe9821711a2d14415eaeb4deab471d2c8b7034b107e524e414c0e133c42248
BLAKE2b-256 checksum
How to use checksums
c25463670146ea3b306d32586fe4dd4a476b6d03d00fad9097d49d51889eb0ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp39-cp39-win_amd64.whl

Download URL pyodbc-5.1.0-cp39-cp39-win_amd64.whl
Size 68.8 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
e738c5eedb4a0cbab20cc008882f49b106054499db56864057c2530ff208cf32
BLAKE2b-256 checksum
How to use checksums
ba33742d78b7d055ba1a75e58ac1aa14253de61de1e774939e114fd6e502cf73
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp39-cp39-win32.whl

Download URL pyodbc-5.1.0-cp39-cp39-win32.whl
Size 62.2 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
96b2a8dc27693a517e3aad3944a7faa8be95d40d7ec1eda51a1885162eedfa33
BLAKE2b-256 checksum
How to use checksums
23058554a81365da1b4290f88e57751e7770b5dfb955090191f366cbb67b96f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyodbc-5.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 331.9 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
af5282cc8b667af97d76f4955250619a53f25486cbb6b1f45a06b781006ffa0b
BLAKE2b-256 checksum
How to use checksums
92ea198158609a8eba567b84063cc663fe3b2b766fa616cde9e018536f61c79f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyodbc-5.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 327.8 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e71a51c252b503b4d753e21ed31e640015fc0d00202d42ea42f2396fcc924b4a
BLAKE2b-256 checksum
How to use checksums
27ac306c4f4ed96975e34d315fd5c0cf359569bfa9b5b71f6f2a06b10dd118ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp39-cp39-macosx_11_0_arm64.whl

Download URL pyodbc-5.1.0-cp39-cp39-macosx_11_0_arm64.whl
Size 71.7 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
be3b1c36c31ec7d73d0b34a8ad8743573763fadd8f2bceef1e84408252b48dce
BLAKE2b-256 checksum
How to use checksums
a5121142131f04b0914701fe4a9076c365c83fb5a67a31e9aade06e379bf210c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp39-cp39-macosx_10_9_x86_64.whl

Download URL pyodbc-5.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Size 72.2 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
33f0f1d7764cefef6f787936bd6359670828a6086be67518ab951f1f7f503cda
BLAKE2b-256 checksum
How to use checksums
5489c06eb31608174c30f487347e505fdf4936318ed3607fbd84ebe6177631b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp38-cp38-win_amd64.whl

Download URL pyodbc-5.1.0-cp38-cp38-win_amd64.whl
Size 68.8 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
c5bb4e43f6c72f5fa2c634570e0d761767d8ea49f39205229b812fb4d3fe05aa
BLAKE2b-256 checksum
How to use checksums
4968e7c432a94a06df0fb4dbdc0fdbb332dbfc668bc261263801ea50551090bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp38-cp38-win32.whl

Download URL pyodbc-5.1.0-cp38-cp38-win32.whl
Size 62.2 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
735f6da3762e5856b5580be0ed96bb946948346ebd1e526d5169a5513626a67a
BLAKE2b-256 checksum
How to use checksums
93d2f916600dcb18145170e3e2c4a0205738f8c4d0b437dfb3d9cba7e46d22e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyodbc-5.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 337.0 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
bed1c843565d3a4fd8c332ebceaf33efe817657a0505eacb97dd1b786a985b0b
BLAKE2b-256 checksum
How to use checksums
a90a25c41eacbea36147b7d7f20aef7f1cc27cedf756242f7a8be20b6befaf00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyodbc-5.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 332.8 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
3602136a936bc0c1bb9722eb2fbf2042b3ff1ddccdc4688e514b82d4b831563b
BLAKE2b-256 checksum
How to use checksums
17bbeeb561fe4f0a9e34f6eb29d5f159b19e094b07dc9f766c8f2f78f9f626c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp38-cp38-macosx_11_0_arm64.whl

Download URL pyodbc-5.1.0-cp38-cp38-macosx_11_0_arm64.whl
Size 71.6 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a2bbd2e75c77dee9f3cd100c3246110abaeb9af3f7fa304ccc2934ff9c6a4fa4
BLAKE2b-256 checksum
How to use checksums
db843a78829810d277ad72b1cb539595d1a19d3b838289a2efd48e465ecaf6b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release files / pyodbc-5.1.0-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pyodbc-5.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Size 72.3 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
29425e2d366e7f5828b76c7993f412a3db4f18bd5bcee00186c00b5a5965e205
BLAKE2b-256 checksum
How to use checksums
c4f16b05a32798c38f02e5b5309e5aaa7d77b3da58fe0740d66c5c4458d4144d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.12

Release history Release notifications | RSS feed

5.3.0

64 release files

5.2.0

37 release files

This release

5.1.0 This release

31 release files

5.0.1

31 release files

5.0.0

31 release files

4.0.20

5 release files

4.0.10

5 release files

4.0.9

11 release files

4.0.8

11 release files

4.0.7

11 release files

4.0.6

11 release files

4.0.5

11 release files

4.0.3

11 release files

4.0.2

11 release files

4.0.1

11 release files

4.0.0

8 release files

3.1.1

9 release files

3.0.10

7 release files

3.0.9

2 release files

3.0.8

1 release file

3.0.7

1 release file

3.0.6

1 release file

3.0.3

1 release file

3.0.2

2.1.11

1 release file

2.1.10

1 release file

2.1.9

1 release file

2.1.8

1 release file

2.1.7

1 release file

2.1.6

1 release file

2.1.5

1 release file

2.1.4

1 release file

2.1.3

1 release file

2.1.2

1 release file

2.1.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page