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

Homepage Simple index Newer version available

DB API Module for ODBC

classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • License :: OSI Approved :: MIT License
  • Operating System :: Microsoft :: Windows
  • Operating System :: POSIX
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Topic :: Database
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
license MIT
maintainer Michael Kleehammer
maintainer_email [email protected]
requires_python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
File Tox results History
pyodbc-4.0.34-cp310-cp310-linux_ppc64le.whl
Size
802 KB
Type
Python Wheel
Python
3.10
pyodbc-4.0.34-cp311-cp311-linux_ppc64le.whl
Size
785 KB
Type
Python Wheel
Python
3.11
pyodbc-4.0.34-cp39-cp39-linux_ppc64le.whl
Size
761 KB
Type
Python Wheel
Python
3.9

pyodbc

Windows Status 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 is to use pip:

pip install pyodbc

If you are using Mac, you should be using Homebrew for installing pyodbc:

brew install unixodbc
pip install pyodbc

Precompiled binary wheels are provided for most Python versions on Windows and macOS. On other operating systems this will build from source. Note, pyodbc contains C++ extensions so you will need a suitable C++ compiler on your computer to install pyodbc, for all operating systems. See the docs for details.

Documentation

Release Notes

IMPORTANT: Python 2.7 support is being ended. The pyodbc 4.x versions will be the last to support Python 2.7. The pyodbc 5.x versions will only support Python 3.7 and above.