pyodbc
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.
Release files for lxpyodbc 2.7.202507290721
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lxpyodbc-2.7.202507290721.tar.gz | 119.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lxpyodbc-2.7.202507290721-cp38-cp38-manylinux_2_34_x86_64.whl | CPython 3.8 | CPython 3.8 | Linux glibc 2.34+ x86-64 | Details |
Total release size: 481.8 kB
Release files / lxpyodbc-2.7.202507290721.tar.gz
| Download URL | lxpyodbc-2.7.202507290721.tar.gz |
|---|---|
| Size | 119.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8ffed95f02376a0fd5ad0a654feee8119492fd88ea0ff8c951a9de9203f75558
|
|
BLAKE2b-256 checksum How to use checksums |
410aa42986c38e546a9529f85d3c81fd1772ad43bf2bd0052452320f2c2a1e33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.8.10
|
Release files / lxpyodbc-2.7.202507290721-cp38-cp38-manylinux_2_34_x86_64.whl
| Download URL | lxpyodbc-2.7.202507290721-cp38-cp38-manylinux_2_34_x86_64.whl |
|---|---|
| Size | 361.9 kB |
| Tags | CPython 3.8 Linux glibc 2.34+ x86-64 |
|
SHA-256 checksum How to use checksums |
a65e94166e2609274feb9089a28f34f464120be27027e8f1feb42ba0f1f7f9de
|
|
BLAKE2b-256 checksum How to use checksums |
265bb7729f9edf6e1f8c878985631446bc35bdfe9d5954e3e65d88c8965b0df1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.8.10
|