pyodbc


Namepyodbc JSON
Version 5.1.0 PyPI version JSON
download
home_pagehttps://github.com/mkleehammer/pyodbc
SummaryDB API module for ODBC
upload_time2024-02-05 16:53:11
maintainerMichael Kleehammer
docs_urlNone
author
requires_python>=3.8
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyodbc

[![Windows build](https://ci.appveyor.com/api/projects/status/github/mkleehammer/pyodbc?branch=master&svg=true&passingText=Windows%20build&failingText=Windows%20build)](https://ci.appveyor.com/project/mkleehammer/pyodbc)
[![Ubuntu build](https://github.com/mkleehammer/pyodbc/actions/workflows/ubuntu_build.yml/badge.svg)](https://github.com/mkleehammer/pyodbc/actions/workflows/ubuntu_build.yml)
[![PyPI](https://img.shields.io/pypi/v/pyodbc?color=brightgreen)](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 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](https://brew.sh/) 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](https://github.com/mkleehammer/pyodbc/wiki/Install)
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](https://github.com/mkleehammer/pyodbc/wiki/Install) for details.

[Documentation](https://github.com/mkleehammer/pyodbc/wiki)

[Release Notes](https://github.com/mkleehammer/pyodbc/releases)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mkleehammer/pyodbc",
    "name": "pyodbc",
    "maintainer": "Michael Kleehammer",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Michael Kleehammer <michael@kleehammer.com>",
    "keywords": "",
    "author": "",
    "author_email": "Michael Kleehammer <michael@kleehammer.com>",
    "download_url": "https://files.pythonhosted.org/packages/d5/5b/a93f7017d4df84c3971cf60ee935149f12e0d1e111febc67ba2e23015a79/pyodbc-5.1.0.tar.gz",
    "platform": null,
    "description": "# pyodbc\n\n[![Windows build](https://ci.appveyor.com/api/projects/status/github/mkleehammer/pyodbc?branch=master&svg=true&passingText=Windows%20build&failingText=Windows%20build)](https://ci.appveyor.com/project/mkleehammer/pyodbc)\n[![Ubuntu build](https://github.com/mkleehammer/pyodbc/actions/workflows/ubuntu_build.yml/badge.svg)](https://github.com/mkleehammer/pyodbc/actions/workflows/ubuntu_build.yml)\n[![PyPI](https://img.shields.io/pypi/v/pyodbc?color=brightgreen)](https://pypi.org/project/pyodbc/)\n\npyodbc is an open source Python module that makes accessing ODBC databases simple.  It\nimplements the [DB API 2.0](https://www.python.org/dev/peps/pep-0249) specification but is packed with even more Pythonic convenience.\n\nThe easiest way to install pyodbc is to use pip:\n\n    python -m pip install pyodbc\n\nOn Macs, you should probably install unixODBC first if you don't already have an ODBC\ndriver manager installed.  For example, using the [homebrew](https://brew.sh/) package manager:\n\n    brew install unixodbc\n    python -m pip install pyodbc\n\nSimilarly, on Unix you should make sure you have an ODBC driver manager installed before\ninstalling pyodbc.  See the [docs](https://github.com/mkleehammer/pyodbc/wiki/Install)\nfor more information about how to do this on different Unix flavors.  (On Windows, the\nODBC driver manager is built-in.)\n\nPrecompiled binary wheels are provided for multiple Python versions on most Windows, macOS,\nand Linux platforms.  On other platforms pyodbc will be built from the source code.  Note,\npyodbc contains C++ extensions so you will need a suitable C++ compiler when building from\nsource.  See the [docs](https://github.com/mkleehammer/pyodbc/wiki/Install) for details.\n\n[Documentation](https://github.com/mkleehammer/pyodbc/wiki)\n\n[Release Notes](https://github.com/mkleehammer/pyodbc/releases)\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "DB API module for ODBC",
    "version": "5.1.0",
    "project_urls": {
        "Homepage": "https://github.com/mkleehammer/pyodbc"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c25463670146ea3b306d32586fe4dd4a476b6d03d00fad9097d49d51889eb0ff",
                "md5": "64385231f43d3dd4cd47904eb84a8783",
                "sha256": "02fe9821711a2d14415eaeb4deab471d2c8b7034b107e524e414c0e133c42248"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "64385231f43d3dd4cd47904eb84a8783",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 72268,
            "upload_time": "2024-02-05T16:52:22",
            "upload_time_iso_8601": "2024-02-05T16:52:22.803327Z",
            "url": "https://files.pythonhosted.org/packages/c2/54/63670146ea3b306d32586fe4dd4a476b6d03d00fad9097d49d51889eb0ff/pyodbc-5.1.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d6b10a7f8b873ab992c4b1a132a2c83eba9d9f6c79f522cd4445bd4e07729c0",
                "md5": "7aee0d5507535781989b845a81bcd7a1",
                "sha256": "2cbdbd019756285dc44bc35238a3ed8dfaa454e8c8b2c3462f1710cfeebfb290"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7aee0d5507535781989b845a81bcd7a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 71517,
            "upload_time": "2024-02-05T16:52:24",
            "upload_time_iso_8601": "2024-02-05T16:52:24.332122Z",
            "url": "https://files.pythonhosted.org/packages/0d/6b/10a7f8b873ab992c4b1a132a2c83eba9d9f6c79f522cd4445bd4e07729c0/pyodbc-5.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cefe826be5cad1f8b343318b7828dc33d4b7550b5c6d9e53336e22ff226c22d0",
                "md5": "923deb438ab3a64350d16a2d0bbda055",
                "sha256": "84df3bbce9bafe65abd25788d55c9f1da304f6115d70f25758ff8c85f3ce0517"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "923deb438ab3a64350d16a2d0bbda055",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 330459,
            "upload_time": "2024-02-05T16:52:25",
            "upload_time_iso_8601": "2024-02-05T16:52:25.787633Z",
            "url": "https://files.pythonhosted.org/packages/ce/fe/826be5cad1f8b343318b7828dc33d4b7550b5c6d9e53336e22ff226c22d0/pyodbc-5.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0ae72fecdb691ba5b9dcbd499e7b60663bbdcf19c9f6f019aae1e23c7716e83",
                "md5": "c4818c49eae733300d114cd5a3a07ec7",
                "sha256": "218bb75d4bc67075529a65ce8ec7daeed1d83c33dd7410450fbf68d43d184d28"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c4818c49eae733300d114cd5a3a07ec7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 334686,
            "upload_time": "2024-02-05T16:52:27",
            "upload_time_iso_8601": "2024-02-05T16:52:27.901906Z",
            "url": "https://files.pythonhosted.org/packages/a0/ae/72fecdb691ba5b9dcbd499e7b60663bbdcf19c9f6f019aae1e23c7716e83/pyodbc-5.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c00d620271f022251740c9ca5e5a2e1a52bfb6bb391976a6cdd60bea20f71b42",
                "md5": "c18484e2ea9958f5f28e3e9b08a6a1f4",
                "sha256": "eae576b3b67d21d6f237e18bb5f3df8323a2258f52c3e3afeef79269704072a9"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "c18484e2ea9958f5f28e3e9b08a6a1f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 62173,
            "upload_time": "2024-02-05T16:52:29",
            "upload_time_iso_8601": "2024-02-05T16:52:29.165599Z",
            "url": "https://files.pythonhosted.org/packages/c0/0d/620271f022251740c9ca5e5a2e1a52bfb6bb391976a6cdd60bea20f71b42/pyodbc-5.1.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8818f509547e701a969ba41336a73ba2da36778bbf3e66957ca7e109f3c19c13",
                "md5": "4b80c410e6d4497a9015ecea3f26ff9b",
                "sha256": "c3b65343557f4c7753204e06f4c82c97ed212a636501f4bc27c5ce0e549eb3e8"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4b80c410e6d4497a9015ecea3f26ff9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 68735,
            "upload_time": "2024-02-05T16:52:31",
            "upload_time_iso_8601": "2024-02-05T16:52:31.357797Z",
            "url": "https://files.pythonhosted.org/packages/88/18/f509547e701a969ba41336a73ba2da36778bbf3e66957ca7e109f3c19c13/pyodbc-5.1.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf8d31183905b2418127a7c5d8c53962a65951c15030494792982e8f7d344a9c",
                "md5": "24fb0675d8433c7bb6c4a77750fe3601",
                "sha256": "aa6f46377da303bf79bcb4b559899507df4b2559f30dcfdf191358ee4b99f3ab"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "24fb0675d8433c7bb6c4a77750fe3601",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 72318,
            "upload_time": "2024-02-05T16:52:32",
            "upload_time_iso_8601": "2024-02-05T16:52:32.674062Z",
            "url": "https://files.pythonhosted.org/packages/cf/8d/31183905b2418127a7c5d8c53962a65951c15030494792982e8f7d344a9c/pyodbc-5.1.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a52f32e8845205e7fc31f67d8b01c8906b964bfbf640aa6306aba8e696eeef79",
                "md5": "5b14b2d393889a9c7182986b3a92bc1a",
                "sha256": "b19d7f44cfee89901e482f554a88177e83fae76b03c3f830e0023a195d840220"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5b14b2d393889a9c7182986b3a92bc1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 71553,
            "upload_time": "2024-02-05T16:52:33",
            "upload_time_iso_8601": "2024-02-05T16:52:33.890449Z",
            "url": "https://files.pythonhosted.org/packages/a5/2f/32e8845205e7fc31f67d8b01c8906b964bfbf640aa6306aba8e696eeef79/pyodbc-5.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ef03d09d6898612dd596094ff16369d1e8fce263ddfdbd953de43f2e019c0ee",
                "md5": "47d0d44710d5d5d460f2ec8ce2276baa",
                "sha256": "3c36448322f8d6479d87c528cf52401a6ea4f509b9637750b67340382b4e1b40"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "47d0d44710d5d5d460f2ec8ce2276baa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 341923,
            "upload_time": "2024-02-05T16:52:35",
            "upload_time_iso_8601": "2024-02-05T16:52:35.357661Z",
            "url": "https://files.pythonhosted.org/packages/4e/f0/3d09d6898612dd596094ff16369d1e8fce263ddfdbd953de43f2e019c0ee/pyodbc-5.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce2b66784180e401f32439657271d863cc066f94b9fba22f416c136759bc9728",
                "md5": "de81edef52ce7589f345be646bb7164c",
                "sha256": "1c5e0cb79222aad4b31a3602e39b242683c29c6221a16ed43f45f18fd0b73659"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "de81edef52ce7589f345be646bb7164c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 344937,
            "upload_time": "2024-02-05T16:52:37",
            "upload_time_iso_8601": "2024-02-05T16:52:37.454497Z",
            "url": "https://files.pythonhosted.org/packages/ce/2b/66784180e401f32439657271d863cc066f94b9fba22f416c136759bc9728/pyodbc-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea44eff5c10fe6ffffd87e69ab0864e2b6dded037c7ebf602aa22d32d6a0f56c",
                "md5": "8edb6a71f7415ac34fdab7b3e934e0a3",
                "sha256": "92caed9d445815ed3f7e5a1249e29a4600ebc1e99404df81b6ed7671074c9227"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "8edb6a71f7415ac34fdab7b3e934e0a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 62189,
            "upload_time": "2024-02-05T16:52:39",
            "upload_time_iso_8601": "2024-02-05T16:52:39.410169Z",
            "url": "https://files.pythonhosted.org/packages/ea/44/eff5c10fe6ffffd87e69ab0864e2b6dded037c7ebf602aa22d32d6a0f56c/pyodbc-5.1.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32a1cd1d0d854e3621a13e0364cbe91d56614ae1cebb132a2c2c5755b38b5572",
                "md5": "46850e65566ab64f594319894dc9e8b1",
                "sha256": "a1bd14633e91b7a9814f4fd944c9ebb89fb7f1fd4710c4e3999b5ef041536347"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "46850e65566ab64f594319894dc9e8b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 68743,
            "upload_time": "2024-02-05T16:52:40",
            "upload_time_iso_8601": "2024-02-05T16:52:40.689772Z",
            "url": "https://files.pythonhosted.org/packages/32/a1/cd1d0d854e3621a13e0364cbe91d56614ae1cebb132a2c2c5755b38b5572/pyodbc-5.1.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "adcaa95dffabbd52b1fbdde7e54c2995a88df60a40a538cc257c57e0ca2a9a03",
                "md5": "8c7bb8551d5a72482902a352a0ecd91c",
                "sha256": "d3d9cc4af703c4817b6e604315910b0cf5dcb68056d52b25ca072dd59c52dcbc"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8c7bb8551d5a72482902a352a0ecd91c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 73192,
            "upload_time": "2024-02-05T16:52:42",
            "upload_time_iso_8601": "2024-02-05T16:52:42.439460Z",
            "url": "https://files.pythonhosted.org/packages/ad/ca/a95dffabbd52b1fbdde7e54c2995a88df60a40a538cc257c57e0ca2a9a03/pyodbc-5.1.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "040e3948f989f0f9c123885848a7e931775d1730a1a0263b04531693bfa51650",
                "md5": "d15ec7ebbef0dc729d31ab6bf66b12c0",
                "sha256": "406b8fa2133a7b6a713aa5187dba2d08cf763b5884606bed77610a7660fdfabe"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d15ec7ebbef0dc729d31ab6bf66b12c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 72227,
            "upload_time": "2024-02-05T16:52:43",
            "upload_time_iso_8601": "2024-02-05T16:52:43.592643Z",
            "url": "https://files.pythonhosted.org/packages/04/0e/3948f989f0f9c123885848a7e931775d1730a1a0263b04531693bfa51650/pyodbc-5.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8165555af79473f9b5ce70d826303487bc62842f1607b254fc46f12d204a1718",
                "md5": "632d5dfee8a7e2bea9328e0f82a11822",
                "sha256": "f8488c3818f12207650836c5c6f7352f9ff9f56a05a05512145995e497c0bbb1"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "632d5dfee8a7e2bea9328e0f82a11822",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 347181,
            "upload_time": "2024-02-05T16:52:44",
            "upload_time_iso_8601": "2024-02-05T16:52:44.927460Z",
            "url": "https://files.pythonhosted.org/packages/81/65/555af79473f9b5ce70d826303487bc62842f1607b254fc46f12d204a1718/pyodbc-5.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db4108495c42ba0430ba74b039537426925cd71a7ff04d094a3a04eb8ca9febe",
                "md5": "0af535c27a8842ac25c063bba9d3a731",
                "sha256": "b0df69e3a500791b70b5748c68a79483b24428e4c16027b56aa0305e95c143a4"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0af535c27a8842ac25c063bba9d3a731",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 352977,
            "upload_time": "2024-02-05T16:52:46",
            "upload_time_iso_8601": "2024-02-05T16:52:46.899256Z",
            "url": "https://files.pythonhosted.org/packages/db/41/08495c42ba0430ba74b039537426925cd71a7ff04d094a3a04eb8ca9febe/pyodbc-5.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80d7c8563abacf048916bc763f090c7aa88198cfcf60f1faead5c92b66260c3b",
                "md5": "a8fcaa6e222eb8e0e2a94db88da10d33",
                "sha256": "aa4e02d3a9bf819394510b726b25f1566f8b3f0891ca400ad2d4c8b86b535b78"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "a8fcaa6e222eb8e0e2a94db88da10d33",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 62817,
            "upload_time": "2024-02-05T16:52:48",
            "upload_time_iso_8601": "2024-02-05T16:52:48.686384Z",
            "url": "https://files.pythonhosted.org/packages/80/d7/c8563abacf048916bc763f090c7aa88198cfcf60f1faead5c92b66260c3b/pyodbc-5.1.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "716e6b8ec142713bbb8e34da6b73cf281699904823e1a61f9a78b6cbda92301a",
                "md5": "cd2d9f42d03ad2066051dac9cc148c73",
                "sha256": "33f4984af38872e7bdec78007a34e4d43ae72bf9d0bae3344e79d9d0db157c0e"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cd2d9f42d03ad2066051dac9cc148c73",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 69259,
            "upload_time": "2024-02-05T16:52:49",
            "upload_time_iso_8601": "2024-02-05T16:52:49.787485Z",
            "url": "https://files.pythonhosted.org/packages/71/6e/6b8ec142713bbb8e34da6b73cf281699904823e1a61f9a78b6cbda92301a/pyodbc-5.1.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4f16b05a32798c38f02e5b5309e5aaa7d77b3da58fe0740d66c5c4458d4144d",
                "md5": "23a03581d162a6fc4b8d5fcb51528ef2",
                "sha256": "29425e2d366e7f5828b76c7993f412a3db4f18bd5bcee00186c00b5a5965e205"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "23a03581d162a6fc4b8d5fcb51528ef2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 72299,
            "upload_time": "2024-02-05T16:52:51",
            "upload_time_iso_8601": "2024-02-05T16:52:51.106359Z",
            "url": "https://files.pythonhosted.org/packages/c4/f1/6b05a32798c38f02e5b5309e5aaa7d77b3da58fe0740d66c5c4458d4144d/pyodbc-5.1.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db843a78829810d277ad72b1cb539595d1a19d3b838289a2efd48e465ecaf6b2",
                "md5": "6833f969ee080e9d2191ca51af33e0b3",
                "sha256": "a2bbd2e75c77dee9f3cd100c3246110abaeb9af3f7fa304ccc2934ff9c6a4fa4"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6833f969ee080e9d2191ca51af33e0b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 71594,
            "upload_time": "2024-02-05T16:52:52",
            "upload_time_iso_8601": "2024-02-05T16:52:52.496054Z",
            "url": "https://files.pythonhosted.org/packages/db/84/3a78829810d277ad72b1cb539595d1a19d3b838289a2efd48e465ecaf6b2/pyodbc-5.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17bbeeb561fe4f0a9e34f6eb29d5f159b19e094b07dc9f766c8f2f78f9f626c7",
                "md5": "253da3852d6a9e936a934903826e4b94",
                "sha256": "3602136a936bc0c1bb9722eb2fbf2042b3ff1ddccdc4688e514b82d4b831563b"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "253da3852d6a9e936a934903826e4b94",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 332767,
            "upload_time": "2024-02-05T16:52:54",
            "upload_time_iso_8601": "2024-02-05T16:52:54.401793Z",
            "url": "https://files.pythonhosted.org/packages/17/bb/eeb561fe4f0a9e34f6eb29d5f159b19e094b07dc9f766c8f2f78f9f626c7/pyodbc-5.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a90a25c41eacbea36147b7d7f20aef7f1cc27cedf756242f7a8be20b6befaf00",
                "md5": "f10af4da00964039d17d31ea017a23cf",
                "sha256": "bed1c843565d3a4fd8c332ebceaf33efe817657a0505eacb97dd1b786a985b0b"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f10af4da00964039d17d31ea017a23cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 337046,
            "upload_time": "2024-02-05T16:52:56",
            "upload_time_iso_8601": "2024-02-05T16:52:56.530320Z",
            "url": "https://files.pythonhosted.org/packages/a9/0a/25c41eacbea36147b7d7f20aef7f1cc27cedf756242f7a8be20b6befaf00/pyodbc-5.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93d2f916600dcb18145170e3e2c4a0205738f8c4d0b437dfb3d9cba7e46d22e0",
                "md5": "2187aeb07c39e527cb4c54826ffc8d1f",
                "sha256": "735f6da3762e5856b5580be0ed96bb946948346ebd1e526d5169a5513626a67a"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "2187aeb07c39e527cb4c54826ffc8d1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 62169,
            "upload_time": "2024-02-05T16:52:57",
            "upload_time_iso_8601": "2024-02-05T16:52:57.892700Z",
            "url": "https://files.pythonhosted.org/packages/93/d2/f916600dcb18145170e3e2c4a0205738f8c4d0b437dfb3d9cba7e46d22e0/pyodbc-5.1.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4968e7c432a94a06df0fb4dbdc0fdbb332dbfc668bc261263801ea50551090bd",
                "md5": "9b57f4a839f291e276a6d7578c0b0181",
                "sha256": "c5bb4e43f6c72f5fa2c634570e0d761767d8ea49f39205229b812fb4d3fe05aa"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9b57f4a839f291e276a6d7578c0b0181",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 68759,
            "upload_time": "2024-02-05T16:52:59",
            "upload_time_iso_8601": "2024-02-05T16:52:59.127585Z",
            "url": "https://files.pythonhosted.org/packages/49/68/e7c432a94a06df0fb4dbdc0fdbb332dbfc668bc261263801ea50551090bd/pyodbc-5.1.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5489c06eb31608174c30f487347e505fdf4936318ed3607fbd84ebe6177631b2",
                "md5": "9723a546e0ba1ef8f661211e40a0f685",
                "sha256": "33f0f1d7764cefef6f787936bd6359670828a6086be67518ab951f1f7f503cda"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9723a546e0ba1ef8f661211e40a0f685",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 72231,
            "upload_time": "2024-02-05T16:53:00",
            "upload_time_iso_8601": "2024-02-05T16:53:00.412229Z",
            "url": "https://files.pythonhosted.org/packages/54/89/c06eb31608174c30f487347e505fdf4936318ed3607fbd84ebe6177631b2/pyodbc-5.1.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5121142131f04b0914701fe4a9076c365c83fb5a67a31e9aade06e379bf210c",
                "md5": "322547db1210c609919a0bcda16a7ff5",
                "sha256": "be3b1c36c31ec7d73d0b34a8ad8743573763fadd8f2bceef1e84408252b48dce"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "322547db1210c609919a0bcda16a7ff5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 71656,
            "upload_time": "2024-02-05T16:53:02",
            "upload_time_iso_8601": "2024-02-05T16:53:02.417097Z",
            "url": "https://files.pythonhosted.org/packages/a5/12/1142131f04b0914701fe4a9076c365c83fb5a67a31e9aade06e379bf210c/pyodbc-5.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27ac306c4f4ed96975e34d315fd5c0cf359569bfa9b5b71f6f2a06b10dd118ae",
                "md5": "87354c74d730ce3da9c0c68d3795051c",
                "sha256": "e71a51c252b503b4d753e21ed31e640015fc0d00202d42ea42f2396fcc924b4a"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "87354c74d730ce3da9c0c68d3795051c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 327838,
            "upload_time": "2024-02-05T16:53:03",
            "upload_time_iso_8601": "2024-02-05T16:53:03.943099Z",
            "url": "https://files.pythonhosted.org/packages/27/ac/306c4f4ed96975e34d315fd5c0cf359569bfa9b5b71f6f2a06b10dd118ae/pyodbc-5.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92ea198158609a8eba567b84063cc663fe3b2b766fa616cde9e018536f61c79f",
                "md5": "c421acceb574e2a9f5d5cf1060d1a894",
                "sha256": "af5282cc8b667af97d76f4955250619a53f25486cbb6b1f45a06b781006ffa0b"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c421acceb574e2a9f5d5cf1060d1a894",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 331943,
            "upload_time": "2024-02-05T16:53:06",
            "upload_time_iso_8601": "2024-02-05T16:53:06.103530Z",
            "url": "https://files.pythonhosted.org/packages/92/ea/198158609a8eba567b84063cc663fe3b2b766fa616cde9e018536f61c79f/pyodbc-5.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23058554a81365da1b4290f88e57751e7770b5dfb955090191f366cbb67b96f5",
                "md5": "7affdd0d5ac8950b26ec6a79b524148b",
                "sha256": "96b2a8dc27693a517e3aad3944a7faa8be95d40d7ec1eda51a1885162eedfa33"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "7affdd0d5ac8950b26ec6a79b524148b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 62153,
            "upload_time": "2024-02-05T16:53:07",
            "upload_time_iso_8601": "2024-02-05T16:53:07.523985Z",
            "url": "https://files.pythonhosted.org/packages/23/05/8554a81365da1b4290f88e57751e7770b5dfb955090191f366cbb67b96f5/pyodbc-5.1.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba33742d78b7d055ba1a75e58ac1aa14253de61de1e774939e114fd6e502cf73",
                "md5": "d0eb38d41b1504f8ac9ffa8496851948",
                "sha256": "e738c5eedb4a0cbab20cc008882f49b106054499db56864057c2530ff208cf32"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d0eb38d41b1504f8ac9ffa8496851948",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 68787,
            "upload_time": "2024-02-05T16:53:09",
            "upload_time_iso_8601": "2024-02-05T16:53:09.096984Z",
            "url": "https://files.pythonhosted.org/packages/ba/33/742d78b7d055ba1a75e58ac1aa14253de61de1e774939e114fd6e502cf73/pyodbc-5.1.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d55ba93f7017d4df84c3971cf60ee935149f12e0d1e111febc67ba2e23015a79",
                "md5": "4e44cd2f52c14a48e3836c92f6061714",
                "sha256": "397feee44561a6580be08cedbe986436859563f4bb378f48224655c8e987ea60"
            },
            "downloads": -1,
            "filename": "pyodbc-5.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4e44cd2f52c14a48e3836c92f6061714",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 115450,
            "upload_time": "2024-02-05T16:53:11",
            "upload_time_iso_8601": "2024-02-05T16:53:11.309296Z",
            "url": "https://files.pythonhosted.org/packages/d5/5b/a93f7017d4df84c3971cf60ee935149f12e0d1e111febc67ba2e23015a79/pyodbc-5.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-05 16:53:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mkleehammer",
    "github_project": "pyodbc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "tox": true,
    "lcname": "pyodbc"
}
        
Elapsed time: 0.18613s