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.1.0.tar.gz (115.5 kB view hashes)

Uploaded source

Built Distributions

pyodbc-5.1.0-cp312-cp312-win_amd64.whl (69.3 kB view hashes)

Uploaded cp312

pyodbc-5.1.0-cp312-cp312-win32.whl (62.8 kB view hashes)

Uploaded cp312

pyodbc-5.1.0-cp311-cp311-win_amd64.whl (68.7 kB view hashes)

Uploaded cp311

pyodbc-5.1.0-cp311-cp311-win32.whl (62.2 kB view hashes)

Uploaded cp311

pyodbc-5.1.0-cp310-cp310-win_amd64.whl (68.7 kB view hashes)

Uploaded cp310

pyodbc-5.1.0-cp310-cp310-win32.whl (62.2 kB view hashes)

Uploaded cp310

pyodbc-5.1.0-cp39-cp39-win_amd64.whl (68.8 kB view hashes)

Uploaded cp39

pyodbc-5.1.0-cp39-cp39-win32.whl (62.2 kB view hashes)

Uploaded cp39

pyodbc-5.1.0-cp38-cp38-win_amd64.whl (68.8 kB view hashes)

Uploaded cp38

pyodbc-5.1.0-cp38-cp38-win32.whl (62.2 kB view hashes)

Uploaded cp38

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