ppc64le/linux-1.0.0/: pyodbc-5.2.0 metadata and description

Homepage Simple index

DB API module for ODBC

author_email Michael Kleehammer <[email protected]>
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • License :: OSI Approved :: MIT No Attribution License (MIT-0)
  • Operating System :: Microsoft :: Windows
  • Operating System :: POSIX
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Topic :: Database
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
dynamic
  • home-page
  • license-file
  • maintainer
  • requires-python
license MIT-0 License
license_file
  • LICENSE.txt
maintainer Michael Kleehammer
maintainer_email Michael Kleehammer <[email protected]>
project_urls
  • Homepage, https://github.com/mkleehammer/pyodbc
requires_python >=3.8
File Tox results History
pyodbc-5.2.0-cp310-cp310-linux_ppc64le.whl
Size
815 KB
Type
Python Wheel
Python
3.10
pyodbc-5.2.0-cp311-cp311-linux_ppc64le.whl
Size
797 KB
Type
Python Wheel
Python
3.11
pyodbc-5.2.0-cp312-cp312-linux_ppc64le.whl
Size
802 KB
Type
Python Wheel
Python
3.12
pyodbc-5.2.0-cp313-cp313-linux_ppc64le.whl
Size
337 KB
Type
Python Wheel
Python
3.13
pyodbc-5.2.0-cp39-cp39-linux_ppc64le.whl
Size
772 KB
Type
Python Wheel
Python
3.9

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