Repository URL to install this package:
|
Version:
4.0.35 ▾
|
pyodbc
/
METADATA
|
|---|
Metadata-Version: 2.1
Name: pyodbc
Version: 4.0.35
Summary: DB API Module for ODBC
Home-page: https://github.com/mkleehammer/pyodbc
Maintainer: Michael Kleehammer
Maintainer-email: michael@kleehammer.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Database
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Description-Content-Type: text/markdown
License-File: LICENSE.txt
# pyodbc
[](https://ci.appveyor.com/project/mkleehammer/pyodbc)
[](https://github.com/mkleehammer/pyodbc/actions/workflows/ubuntu_build.yml)
[](https://pypi.org/project/pyodbc/)
pyodbc is an open source Python module that makes accessing ODBC databases simple. It
implements the [DB API 2.0](https://www.python.org/dev/peps/pep-0249) 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](https://github.com/mkleehammer/pyodbc/wiki/Install) for details.
[Documentation](https://github.com/mkleehammer/pyodbc/wiki)
[Release Notes](https://github.com/mkleehammer/pyodbc/releases)
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.