psycopg2-binary


Namepsycopg2-binary JSON
Version 2.9.9 PyPI version JSON
download
home_pagehttps://psycopg.org/
Summarypsycopg2 - Python-PostgreSQL Database Adapter
upload_time2023-10-03 12:48:55
maintainerDaniele Varrazzo
docs_urlNone
authorFederico Di Gregorio
requires_python>=3.7
licenseLGPL with exceptions
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Psycopg is the most popular PostgreSQL database adapter for the Python
programming language.  Its main features are the complete implementation of
the Python DB API 2.0 specification and the thread safety (several threads can
share the same connection).  It was designed for heavily multi-threaded
applications that create and destroy lots of cursors and make a large number
of concurrent "INSERT"s or "UPDATE"s.

Psycopg 2 is mostly implemented in C as a libpq wrapper, resulting in being
both efficient and secure.  It features client-side and server-side cursors,
asynchronous communication and notifications, "COPY TO/COPY FROM" support.
Many Python types are supported out-of-the-box and adapted to matching
PostgreSQL data types; adaptation can be extended and customized thanks to a
flexible objects adaptation system.

Psycopg 2 is both Unicode and Python 3 friendly.


Documentation
-------------

Documentation is included in the ``doc`` directory and is `available online`__.

.. __: https://www.psycopg.org/docs/

For any other resource (source code repository, bug tracker, mailing list)
please check the `project homepage`__.

.. __: https://psycopg.org/


Installation
------------

Building Psycopg requires a few prerequisites (a C compiler, some development
packages): please check the install_ and the faq_ documents in the ``doc`` dir
or online for the details.

If prerequisites are met, you can install psycopg like any other Python
package, using ``pip`` to download it from PyPI_::

    $ pip install psycopg2

or using ``setup.py`` if you have downloaded the source package locally::

    $ python setup.py build
    $ sudo python setup.py install

You can also obtain a stand-alone package, not requiring a compiler or
external libraries, by installing the `psycopg2-binary`_ package from PyPI::

    $ pip install psycopg2-binary

The binary package is a practical choice for development and testing but in
production it is advised to use the package built from sources.

.. _PyPI: https://pypi.org/project/psycopg2/
.. _psycopg2-binary: https://pypi.org/project/psycopg2-binary/
.. _install: https://www.psycopg.org/docs/install.html#install-from-source
.. _faq: https://www.psycopg.org/docs/faq.html#faq-compile

:Linux/OSX: |gh-actions|
:Windows: |appveyor|

.. |gh-actions| image:: https://github.com/psycopg/psycopg2/actions/workflows/tests.yml/badge.svg
    :target: https://github.com/psycopg/psycopg2/actions/workflows/tests.yml
    :alt: Linux and OSX build status

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/psycopg/psycopg2?branch=master&svg=true
    :target: https://ci.appveyor.com/project/psycopg/psycopg2/branch/master
    :alt: Windows build status

            

Raw data

            {
    "_id": null,
    "home_page": "https://psycopg.org/",
    "name": "psycopg2-binary",
    "maintainer": "Daniele Varrazzo",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "daniele.varrazzo@gmail.com",
    "keywords": "",
    "author": "Federico Di Gregorio",
    "author_email": "fog@initd.org",
    "download_url": "https://files.pythonhosted.org/packages/fc/07/e720e53bfab016ebcc34241695ccc06a9e3d91ba19b40ca81317afbdc440/psycopg2-binary-2.9.9.tar.gz",
    "platform": "any",
    "description": "Psycopg is the most popular PostgreSQL database adapter for the Python\nprogramming language.  Its main features are the complete implementation of\nthe Python DB API 2.0 specification and the thread safety (several threads can\nshare the same connection).  It was designed for heavily multi-threaded\napplications that create and destroy lots of cursors and make a large number\nof concurrent \"INSERT\"s or \"UPDATE\"s.\n\nPsycopg 2 is mostly implemented in C as a libpq wrapper, resulting in being\nboth efficient and secure.  It features client-side and server-side cursors,\nasynchronous communication and notifications, \"COPY TO/COPY FROM\" support.\nMany Python types are supported out-of-the-box and adapted to matching\nPostgreSQL data types; adaptation can be extended and customized thanks to a\nflexible objects adaptation system.\n\nPsycopg 2 is both Unicode and Python 3 friendly.\n\n\nDocumentation\n-------------\n\nDocumentation is included in the ``doc`` directory and is `available online`__.\n\n.. __: https://www.psycopg.org/docs/\n\nFor any other resource (source code repository, bug tracker, mailing list)\nplease check the `project homepage`__.\n\n.. __: https://psycopg.org/\n\n\nInstallation\n------------\n\nBuilding Psycopg requires a few prerequisites (a C compiler, some development\npackages): please check the install_ and the faq_ documents in the ``doc`` dir\nor online for the details.\n\nIf prerequisites are met, you can install psycopg like any other Python\npackage, using ``pip`` to download it from PyPI_::\n\n    $ pip install psycopg2\n\nor using ``setup.py`` if you have downloaded the source package locally::\n\n    $ python setup.py build\n    $ sudo python setup.py install\n\nYou can also obtain a stand-alone package, not requiring a compiler or\nexternal libraries, by installing the `psycopg2-binary`_ package from PyPI::\n\n    $ pip install psycopg2-binary\n\nThe binary package is a practical choice for development and testing but in\nproduction it is advised to use the package built from sources.\n\n.. _PyPI: https://pypi.org/project/psycopg2/\n.. _psycopg2-binary: https://pypi.org/project/psycopg2-binary/\n.. _install: https://www.psycopg.org/docs/install.html#install-from-source\n.. _faq: https://www.psycopg.org/docs/faq.html#faq-compile\n\n:Linux/OSX: |gh-actions|\n:Windows: |appveyor|\n\n.. |gh-actions| image:: https://github.com/psycopg/psycopg2/actions/workflows/tests.yml/badge.svg\n    :target: https://github.com/psycopg/psycopg2/actions/workflows/tests.yml\n    :alt: Linux and OSX build status\n\n.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/psycopg/psycopg2?branch=master&svg=true\n    :target: https://ci.appveyor.com/project/psycopg/psycopg2/branch/master\n    :alt: Windows build status\n",
    "bugtrack_url": null,
    "license": "LGPL with exceptions",
    "summary": "psycopg2 - Python-PostgreSQL Database Adapter",
    "version": "2.9.9",
    "project_urls": {
        "Code": "https://github.com/psycopg/psycopg2",
        "Documentation": "https://www.psycopg.org/docs/",
        "Download": "https://pypi.org/project/psycopg2/",
        "Homepage": "https://psycopg.org/",
        "Issue Tracker": "https://github.com/psycopg/psycopg2/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a7c6aaf8c3cb05d86d2c3f407b95bac0c71a43f2718e38c1091972aacb5e1b2",
                "md5": "1bdd8d6d5d455308925e1fe1b72182ec",
                "sha256": "c2470da5418b76232f02a2fcd2229537bb2d5a7096674ce61859c3229f2eb202"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1bdd8d6d5d455308925e1fe1b72182ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2822503,
            "upload_time": "2023-10-03T12:45:56",
            "upload_time_iso_8601": "2023-10-03T12:45:56.956791Z",
            "url": "https://files.pythonhosted.org/packages/0a/7c/6aaf8c3cb05d86d2c3f407b95bac0c71a43f2718e38c1091972aacb5e1b2/psycopg2_binary-2.9.9-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "723dacab427845198794aafd963dd073ee35810e2c52606e8a28c12db39821fb",
                "md5": "22d7be18060de7c5d971476ba71769d4",
                "sha256": "c6af2a6d4b7ee9615cbb162b0738f6e1fd1f5c3eda7e5da17861eacf4c717ea7"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "22d7be18060de7c5d971476ba71769d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2552645,
            "upload_time": "2023-10-03T12:46:00",
            "upload_time_iso_8601": "2023-10-03T12:46:00.447463Z",
            "url": "https://files.pythonhosted.org/packages/72/3d/acab427845198794aafd963dd073ee35810e2c52606e8a28c12db39821fb/psycopg2_binary-2.9.9-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edbe6c787962d706e55a528ef1693dd7251de657ae60e4d9d767ed61e8e2975c",
                "md5": "e83652fdda73411e8e90951e39c9a3b4",
                "sha256": "75723c3c0fbbf34350b46a3199eb50638ab22a0228f93fb472ef4d9becc2382b"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e83652fdda73411e8e90951e39c9a3b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2850980,
            "upload_time": "2023-10-03T12:46:02",
            "upload_time_iso_8601": "2023-10-03T12:46:02.666400Z",
            "url": "https://files.pythonhosted.org/packages/ed/be/6c787962d706e55a528ef1693dd7251de657ae60e4d9d767ed61e8e2975c/psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8350a054076c6358753661cd1da59f4dabc03e83d51690371f3fd1edb9e2cf72",
                "md5": "c653589b423b92f719ff3669c40eef42",
                "sha256": "83791a65b51ad6ee6cf0845634859d69a038ea9b03d7b26e703f94c7e93dbcf9"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c653589b423b92f719ff3669c40eef42",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3080543,
            "upload_time": "2023-10-03T12:46:06",
            "upload_time_iso_8601": "2023-10-03T12:46:06.768774Z",
            "url": "https://files.pythonhosted.org/packages/83/50/a054076c6358753661cd1da59f4dabc03e83d51690371f3fd1edb9e2cf72/psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c02826dc5cdfc9515423ec912ba00cc2e4eb09f69e0339b177c9c742f2a09a2",
                "md5": "d54b4a2d37b6081aadb7174fd70f406d",
                "sha256": "0ef4854e82c09e84cc63084a9e4ccd6d9b154f1dbdd283efb92ecd0b5e2b8c84"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d54b4a2d37b6081aadb7174fd70f406d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3264316,
            "upload_time": "2023-10-03T12:46:08",
            "upload_time_iso_8601": "2023-10-03T12:46:08.966808Z",
            "url": "https://files.pythonhosted.org/packages/9c/02/826dc5cdfc9515423ec912ba00cc2e4eb09f69e0339b177c9c742f2a09a2/psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc0d486e3fa27f39a00168abfcf14a3d8444f437f4b755cc34316da1124f293d",
                "md5": "1440643d4e7c4402fa01bbb11fa471a9",
                "sha256": "ed1184ab8f113e8d660ce49a56390ca181f2981066acc27cf637d5c1e10ce46e"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1440643d4e7c4402fa01bbb11fa471a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 3019508,
            "upload_time": "2023-10-03T12:46:11",
            "upload_time_iso_8601": "2023-10-03T12:46:11.576759Z",
            "url": "https://files.pythonhosted.org/packages/bc/0d/486e3fa27f39a00168abfcf14a3d8444f437f4b755cc34316da1124f293d/psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41afbce37630c525d2b9cf93f930110fc98616d6aca308d59b833b83b3a38176",
                "md5": "7557ff79e764f0f96241f5523124ab2e",
                "sha256": "d2997c458c690ec2bc6b0b7ecbafd02b029b7b4283078d3b32a852a7ce3ddd98"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7557ff79e764f0f96241f5523124ab2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2355821,
            "upload_time": "2023-10-03T12:46:14",
            "upload_time_iso_8601": "2023-10-03T12:46:14.864475Z",
            "url": "https://files.pythonhosted.org/packages/41/af/bce37630c525d2b9cf93f930110fc98616d6aca308d59b833b83b3a38176/psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b76e46dae1b2273814ef80231f86d59cadf94ec36fd757045ed713c5b75cde7",
                "md5": "9dcb1015378d9b11475cd639c83986a8",
                "sha256": "b58b4710c7f4161b5e9dcbe73bb7c62d65670a87df7bcce9e1faaad43e715245"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "9dcb1015378d9b11475cd639c83986a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2534855,
            "upload_time": "2023-10-03T12:46:17",
            "upload_time_iso_8601": "2023-10-03T12:46:17.217887Z",
            "url": "https://files.pythonhosted.org/packages/3b/76/e46dae1b2273814ef80231f86d59cadf94ec36fd757045ed713c5b75cde7/psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e6de97245eabff29d7c2de5fc1fc17cf7ef427beee93d20a5ae114c6e6718bd",
                "md5": "5ce8f2a48e4f567ee798edc51467c0d5",
                "sha256": "0c009475ee389757e6e34611d75f6e4f05f0cf5ebb76c6037508318e1a1e0d7e"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5ce8f2a48e4f567ee798edc51467c0d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2486614,
            "upload_time": "2023-10-03T12:46:19",
            "upload_time_iso_8601": "2023-10-03T12:46:19.877450Z",
            "url": "https://files.pythonhosted.org/packages/0e/6d/e97245eabff29d7c2de5fc1fc17cf7ef427beee93d20a5ae114c6e6718bd/psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70a72cd2c9d5e23b556c11e3b7da41895808d9b056f8f34f50de4375a35b4951",
                "md5": "720cfcccec9d35b2376e14eeaff19608",
                "sha256": "8dbf6d1bc73f1d04ec1734bae3b4fb0ee3cb2a493d35ede9badbeb901fb40f6f"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "720cfcccec9d35b2376e14eeaff19608",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2454928,
            "upload_time": "2023-10-03T12:46:22",
            "upload_time_iso_8601": "2023-10-03T12:46:22.908519Z",
            "url": "https://files.pythonhosted.org/packages/70/a7/2cd2c9d5e23b556c11e3b7da41895808d9b056f8f34f50de4375a35b4951/psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6341815d19767e2adb1a585213b801c954f46102f305c352c4a4f96287342d44",
                "md5": "5dd4b8416fb8e0230f4d1f3051deb375",
                "sha256": "3f78fd71c4f43a13d342be74ebbc0666fe1f555b8837eb113cb7416856c79682"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "5dd4b8416fb8e0230f4d1f3051deb375",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1025249,
            "upload_time": "2023-10-03T12:46:24",
            "upload_time_iso_8601": "2023-10-03T12:46:24.819462Z",
            "url": "https://files.pythonhosted.org/packages/63/41/815d19767e2adb1a585213b801c954f46102f305c352c4a4f96287342d44/psycopg2_binary-2.9.9-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e4c9233e0e206634a5387f3ab40f334a5325fb8bef2ca4e12ee7dbdeaf96afc",
                "md5": "265f71b163c186142ed8818bbd7ad48f",
                "sha256": "876801744b0dee379e4e3c38b76fc89f88834bb15bf92ee07d94acd06ec890a0"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "265f71b163c186142ed8818bbd7ad48f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1163645,
            "upload_time": "2023-10-03T12:46:27",
            "upload_time_iso_8601": "2023-10-03T12:46:27.677976Z",
            "url": "https://files.pythonhosted.org/packages/5e/4c/9233e0e206634a5387f3ab40f334a5325fb8bef2ca4e12ee7dbdeaf96afc/psycopg2_binary-2.9.9-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5ac702d300f3df169b9d0cbef0340d9f34a78bc18dc2dbafbcb39ff0f165cf8",
                "md5": "c96b681efb1e26257ed697d40a7835ab",
                "sha256": "ee825e70b1a209475622f7f7b776785bd68f34af6e7a46e2e42f27b659b5bc26"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c96b681efb1e26257ed697d40a7835ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2822581,
            "upload_time": "2023-10-03T12:46:30",
            "upload_time_iso_8601": "2023-10-03T12:46:30.640529Z",
            "url": "https://files.pythonhosted.org/packages/a5/ac/702d300f3df169b9d0cbef0340d9f34a78bc18dc2dbafbcb39ff0f165cf8/psycopg2_binary-2.9.9-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a1fa6cf0cdf944253f7c45d90fbc876cc8bed5cc9942349306245715c0d88d6",
                "md5": "6009b7e33a876129705228a68f91d9ed",
                "sha256": "1ea665f8ce695bcc37a90ee52de7a7980be5161375d42a0b6c6abedbf0d81f0f"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6009b7e33a876129705228a68f91d9ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2552633,
            "upload_time": "2023-10-03T12:46:32",
            "upload_time_iso_8601": "2023-10-03T12:46:32.808811Z",
            "url": "https://files.pythonhosted.org/packages/7a/1f/a6cf0cdf944253f7c45d90fbc876cc8bed5cc9942349306245715c0d88d6/psycopg2_binary-2.9.9-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "810b3adf561107c865928455891156d1dde5325253f7f4316fe56cd2c3f73570",
                "md5": "4fde86e4959529953e17c749f327663b",
                "sha256": "143072318f793f53819048fdfe30c321890af0c3ec7cb1dfc9cc87aa88241de2"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4fde86e4959529953e17c749f327663b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2851075,
            "upload_time": "2023-10-03T12:46:35",
            "upload_time_iso_8601": "2023-10-03T12:46:35.138321Z",
            "url": "https://files.pythonhosted.org/packages/81/0b/3adf561107c865928455891156d1dde5325253f7f4316fe56cd2c3f73570/psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f798c2fedcbf0a9607519a010dcf88571138b2251062dbde3610cdba5ba1eee1",
                "md5": "58fd326dadc800b024dbe3631533ff1a",
                "sha256": "c332c8d69fb64979ebf76613c66b985414927a40f8defa16cf1bc028b7b0a7b0"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "58fd326dadc800b024dbe3631533ff1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3080509,
            "upload_time": "2023-10-03T12:46:37",
            "upload_time_iso_8601": "2023-10-03T12:46:37.440709Z",
            "url": "https://files.pythonhosted.org/packages/f7/98/c2fedcbf0a9607519a010dcf88571138b2251062dbde3610cdba5ba1eee1/psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c20581e8bc7fca95574c9323e487d9ce1b58a4cfcc17f89b8fe843af46361211",
                "md5": "ff01cba56ade1d309fb717b0713a9182",
                "sha256": "f7fc5a5acafb7d6ccca13bfa8c90f8c51f13d8fb87d95656d3950f0158d3ce53"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ff01cba56ade1d309fb717b0713a9182",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3264303,
            "upload_time": "2023-10-03T12:46:40",
            "upload_time_iso_8601": "2023-10-03T12:46:40.730431Z",
            "url": "https://files.pythonhosted.org/packages/c2/05/81e8bc7fca95574c9323e487d9ce1b58a4cfcc17f89b8fe843af46361211/psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce8562825cabc6aad53104b7b6d12eb2ad74737d268630032d07b74d4444cb72",
                "md5": "868754a75303543eaf6566b9b41c6734",
                "sha256": "977646e05232579d2e7b9c59e21dbe5261f403a88417f6a6512e70d3f8a046be"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "868754a75303543eaf6566b9b41c6734",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 3019515,
            "upload_time": "2023-10-03T12:46:43",
            "upload_time_iso_8601": "2023-10-03T12:46:43.038545Z",
            "url": "https://files.pythonhosted.org/packages/ce/85/62825cabc6aad53104b7b6d12eb2ad74737d268630032d07b74d4444cb72/psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9b09ca2b8e01a0912c9a14234fd5df7a241a1e44778c5797bf4b8eaa8dc3d3a",
                "md5": "6e37cf77a119db3ce54f3bc45ed88bcf",
                "sha256": "b6356793b84728d9d50ead16ab43c187673831e9d4019013f1402c41b1db9b27"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6e37cf77a119db3ce54f3bc45ed88bcf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2355892,
            "upload_time": "2023-10-03T12:46:45",
            "upload_time_iso_8601": "2023-10-03T12:46:45.632308Z",
            "url": "https://files.pythonhosted.org/packages/e9/b0/9ca2b8e01a0912c9a14234fd5df7a241a1e44778c5797bf4b8eaa8dc3d3a/psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7317ba28bb0022db5e2015a82d2df1c4b0d419c37fa07a588b3aff3adc4939f6",
                "md5": "51d4a4d44471f0f9c2ac72dd2a6dffef",
                "sha256": "bc7bb56d04601d443f24094e9e31ae6deec9ccb23581f75343feebaf30423359"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "51d4a4d44471f0f9c2ac72dd2a6dffef",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2534903,
            "upload_time": "2023-10-03T12:46:47",
            "upload_time_iso_8601": "2023-10-03T12:46:47.934465Z",
            "url": "https://files.pythonhosted.org/packages/73/17/ba28bb0022db5e2015a82d2df1c4b0d419c37fa07a588b3aff3adc4939f6/psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b92b463556409cdc12791cd8b1dae0072bf8efe817ef68b7ea3d9cf7d0e5656",
                "md5": "e1de3465c8add692bb692e3471172ddd",
                "sha256": "77853062a2c45be16fd6b8d6de2a99278ee1d985a7bd8b103e97e41c034006d2"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e1de3465c8add692bb692e3471172ddd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2486597,
            "upload_time": "2023-10-03T12:46:50",
            "upload_time_iso_8601": "2023-10-03T12:46:50.598865Z",
            "url": "https://files.pythonhosted.org/packages/3b/92/b463556409cdc12791cd8b1dae0072bf8efe817ef68b7ea3d9cf7d0e5656/psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "925796576e07132d7f7a1ac1df939575e6fdd8951aea337ee152b586bb51a971",
                "md5": "9a1927de1830bcca64489441d58e7847",
                "sha256": "78151aa3ec21dccd5cdef6c74c3e73386dcdfaf19bced944169697d7ac7482fc"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9a1927de1830bcca64489441d58e7847",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2454908,
            "upload_time": "2023-10-03T12:46:52",
            "upload_time_iso_8601": "2023-10-03T12:46:52.903401Z",
            "url": "https://files.pythonhosted.org/packages/92/57/96576e07132d7f7a1ac1df939575e6fdd8951aea337ee152b586bb51a971/psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7caecedd56e1f4a2b0e37213283caf3733a875c4c76f3372241e19c0d2a87355",
                "md5": "1a73e99872d1525532882273deaa89b9",
                "sha256": "dc4926288b2a3e9fd7b50dc6a1909a13bbdadfc67d93f3374d984e56f885579d"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "1a73e99872d1525532882273deaa89b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1024240,
            "upload_time": "2023-10-03T12:46:55",
            "upload_time_iso_8601": "2023-10-03T12:46:55.009833Z",
            "url": "https://files.pythonhosted.org/packages/7c/ae/cedd56e1f4a2b0e37213283caf3733a875c4c76f3372241e19c0d2a87355/psycopg2_binary-2.9.9-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "251f7ae31759142999a8d06b3e250c1346c4abcdcada8fa884376775dc1de686",
                "md5": "42470f50867a9614b7fdaf5b1866f371",
                "sha256": "b76bedd166805480ab069612119ea636f5ab8f8771e640ae103e05a4aae3e417"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "42470f50867a9614b7fdaf5b1866f371",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1163655,
            "upload_time": "2023-10-03T12:46:57",
            "upload_time_iso_8601": "2023-10-03T12:46:57.038578Z",
            "url": "https://files.pythonhosted.org/packages/25/1f/7ae31759142999a8d06b3e250c1346c4abcdcada8fa884376775dc1de686/psycopg2_binary-2.9.9-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7d05f2db14e7b53552276ab613399a83f83f85b173a862d3f20580bc7231139",
                "md5": "39d54b6790cacc45e7e24768b1a24f7e",
                "sha256": "8532fd6e6e2dc57bcb3bc90b079c60de896d2128c5d9d6f24a63875a95a088cf"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "39d54b6790cacc45e7e24768b1a24f7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2823784,
            "upload_time": "2023-10-03T12:47:00",
            "upload_time_iso_8601": "2023-10-03T12:47:00.404306Z",
            "url": "https://files.pythonhosted.org/packages/a7/d0/5f2db14e7b53552276ab613399a83f83f85b173a862d3f20580bc7231139/psycopg2_binary-2.9.9-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5066fa53d2d3d92f6e1ef469d92afc6a4fe3f6e8a9a04b687aa28fb1f1d954ee",
                "md5": "d5f2e3bdad49c465d5923255387cd248",
                "sha256": "8f8544b092a29a6ddd72f3556a9fcf249ec412e10ad28be6a0c0d948924f2212"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d5f2e3bdad49c465d5923255387cd248",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2851283,
            "upload_time": "2023-10-03T12:47:02",
            "upload_time_iso_8601": "2023-10-03T12:47:02.736694Z",
            "url": "https://files.pythonhosted.org/packages/50/66/fa53d2d3d92f6e1ef469d92afc6a4fe3f6e8a9a04b687aa28fb1f1d954ee/psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04372429360ac5547378202db14eec0dde76edbe1f6627df5a43c7e164922859",
                "md5": "73c80d630d6d3259017c0389bc66e067",
                "sha256": "2d423c8d8a3c82d08fe8af900ad5b613ce3632a1249fd6a223941d0735fce493"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "73c80d630d6d3259017c0389bc66e067",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 3081839,
            "upload_time": "2023-10-03T12:47:05",
            "upload_time_iso_8601": "2023-10-03T12:47:05.027944Z",
            "url": "https://files.pythonhosted.org/packages/04/37/2429360ac5547378202db14eec0dde76edbe1f6627df5a43c7e164922859/psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "622ac0530b59d7e0d09824bc2102ecdcec0456b8ca4d47c0caa82e86fce3ed4c",
                "md5": "a0e09a4cb093e4616693089113467058",
                "sha256": "2e5afae772c00980525f6d6ecf7cbca55676296b580c0e6abb407f15f3706996"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a0e09a4cb093e4616693089113467058",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 3264488,
            "upload_time": "2023-10-03T12:47:08",
            "upload_time_iso_8601": "2023-10-03T12:47:08.962674Z",
            "url": "https://files.pythonhosted.org/packages/62/2a/c0530b59d7e0d09824bc2102ecdcec0456b8ca4d47c0caa82e86fce3ed4c/psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19579f172b900795ea37246c78b5f52e00f4779984370855b3e161600156906d",
                "md5": "2060a4dd3668821db51813d03380e264",
                "sha256": "6e6f98446430fdf41bd36d4faa6cb409f5140c1c2cf58ce0bbdaf16af7d3f119"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2060a4dd3668821db51813d03380e264",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 3020700,
            "upload_time": "2023-10-03T12:47:12",
            "upload_time_iso_8601": "2023-10-03T12:47:12.230543Z",
            "url": "https://files.pythonhosted.org/packages/19/57/9f172b900795ea37246c78b5f52e00f4779984370855b3e161600156906d/psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94681176fc14ea76861b7b8360be5176e87fb20d5091b137c76570eb4e237324",
                "md5": "732ca41b92d0625608c2ce898c497f5a",
                "sha256": "c77e3d1862452565875eb31bdb45ac62502feabbd53429fdc39a1cc341d681ba"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "732ca41b92d0625608c2ce898c497f5a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2355968,
            "upload_time": "2023-10-03T12:47:14",
            "upload_time_iso_8601": "2023-10-03T12:47:14.817344Z",
            "url": "https://files.pythonhosted.org/packages/94/68/1176fc14ea76861b7b8360be5176e87fb20d5091b137c76570eb4e237324/psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70bbaec2646a705a09079d008ce88073401cd61fc9b04f92af3eb282caa3a2ec",
                "md5": "af2e41f49c43b537a5f60386b04723bd",
                "sha256": "cb16c65dcb648d0a43a2521f2f0a2300f40639f6f8c1ecbc662141e4e3e1ee07"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "af2e41f49c43b537a5f60386b04723bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2536101,
            "upload_time": "2023-10-03T12:47:17",
            "upload_time_iso_8601": "2023-10-03T12:47:17.454308Z",
            "url": "https://files.pythonhosted.org/packages/70/bb/aec2646a705a09079d008ce88073401cd61fc9b04f92af3eb282caa3a2ec/psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "143312818c157e333cb9d9e6753d1b2463b6f60dbc1fade115f8e4dc5c52cac4",
                "md5": "f8dfc7340c218c56163518a98021756a",
                "sha256": "911dda9c487075abd54e644ccdf5e5c16773470a6a5d3826fda76699410066fb"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f8dfc7340c218c56163518a98021756a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2487064,
            "upload_time": "2023-10-03T12:47:20",
            "upload_time_iso_8601": "2023-10-03T12:47:20.717595Z",
            "url": "https://files.pythonhosted.org/packages/14/33/12818c157e333cb9d9e6753d1b2463b6f60dbc1fade115f8e4dc5c52cac4/psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56a27851c68fe8768f3c9c246198b6356ee3e4a8a7f6820cc798443faada3400",
                "md5": "301bd70490cf22080398c02e052b8f8b",
                "sha256": "57fede879f08d23c85140a360c6a77709113efd1c993923c59fde17aa27599fe"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "301bd70490cf22080398c02e052b8f8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2456257,
            "upload_time": "2023-10-03T12:47:23",
            "upload_time_iso_8601": "2023-10-03T12:47:23.004401Z",
            "url": "https://files.pythonhosted.org/packages/56/a2/7851c68fe8768f3c9c246198b6356ee3e4a8a7f6820cc798443faada3400/psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1d330a58e2399ad0d7830bb2c3c07b2e937e2ea8fe53e1d9e4b95d03d995362",
                "md5": "2021c2c1cd124ae8902ee11fc0e1c4fe",
                "sha256": "2293b001e319ab0d869d660a704942c9e2cce19745262a8aba2115ef41a0a42a"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2021c2c1cd124ae8902ee11fc0e1c4fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 2821487,
            "upload_time": "2023-10-03T12:47:25",
            "upload_time_iso_8601": "2023-10-03T12:47:25.312930Z",
            "url": "https://files.pythonhosted.org/packages/c1/d3/30a58e2399ad0d7830bb2c3c07b2e937e2ea8fe53e1d9e4b95d03d995362/psycopg2_binary-2.9.9-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4246c4170e77d71e76c1fe52ddc0d90f5e33f7afb72451e550268aba99675624",
                "md5": "430bee9373dba6070b200151f2c678c2",
                "sha256": "03ef7df18daf2c4c07e2695e8cfd5ee7f748a1d54d802330985a78d2a5a6dca9"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "430bee9373dba6070b200151f2c678c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 2849773,
            "upload_time": "2023-10-03T12:47:27",
            "upload_time_iso_8601": "2023-10-03T12:47:27.597254Z",
            "url": "https://files.pythonhosted.org/packages/42/46/c4170e77d71e76c1fe52ddc0d90f5e33f7afb72451e550268aba99675624/psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6641fd79b2baf3079938f3c447e1a6087b10d09d2f0c54513e27a6872797f841",
                "md5": "555ac5d216e7d531c3a565b7f7db1529",
                "sha256": "0a602ea5aff39bb9fac6308e9c9d82b9a35c2bf288e184a816002c9fae930b77"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "555ac5d216e7d531c3a565b7f7db1529",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3078964,
            "upload_time": "2023-10-03T12:47:29",
            "upload_time_iso_8601": "2023-10-03T12:47:29.954579Z",
            "url": "https://files.pythonhosted.org/packages/66/41/fd79b2baf3079938f3c447e1a6087b10d09d2f0c54513e27a6872797f841/psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97170a4dab7369047d2d381acc79383f046b1208481b9da867b60a03d82adb31",
                "md5": "6ed2de16a6c44ad0699dceaed1445177",
                "sha256": "8359bf4791968c5a78c56103702000105501adb557f3cf772b2c207284273984"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "6ed2de16a6c44ad0699dceaed1445177",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3262701,
            "upload_time": "2023-10-03T12:47:32",
            "upload_time_iso_8601": "2023-10-03T12:47:32.394497Z",
            "url": "https://files.pythonhosted.org/packages/97/17/0a4dab7369047d2d381acc79383f046b1208481b9da867b60a03d82adb31/psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cdca5d52ac82bd581bc18dbba2e7540cea458d85a0a72e3a58df7d9bfd8e133",
                "md5": "2f7d76806a0e573263ae1ae0ccffab17",
                "sha256": "275ff571376626195ab95a746e6a04c7df8ea34638b99fc11160de91f2fef503"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2f7d76806a0e573263ae1ae0ccffab17",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3017658,
            "upload_time": "2023-10-03T12:47:35",
            "upload_time_iso_8601": "2023-10-03T12:47:35.399355Z",
            "url": "https://files.pythonhosted.org/packages/4c/dc/a5d52ac82bd581bc18dbba2e7540cea458d85a0a72e3a58df7d9bfd8e133/psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97187dfc189f70a170d7a7f9fbdda00e450f46a04420b3a06c0c7017e6017889",
                "md5": "9582bedb760c78e4319790544e402555",
                "sha256": "f9b5571d33660d5009a8b3c25dc1db560206e2d2f89d3df1cb32d72c0d117d52"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9582bedb760c78e4319790544e402555",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 2354890,
            "upload_time": "2023-10-03T12:47:37",
            "upload_time_iso_8601": "2023-10-03T12:47:37.721877Z",
            "url": "https://files.pythonhosted.org/packages/97/18/7dfc189f70a170d7a7f9fbdda00e450f46a04420b3a06c0c7017e6017889/psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb08bf324316b7e135a5bc82a850109095177a89e9624a08bcefa78f4b25a10d",
                "md5": "bfd4212c8e758ea1c3118daa120bf783",
                "sha256": "420f9bbf47a02616e8554e825208cb947969451978dceb77f95ad09c37791dae"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "bfd4212c8e758ea1c3118daa120bf783",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 2533184,
            "upload_time": "2023-10-03T12:47:39",
            "upload_time_iso_8601": "2023-10-03T12:47:39.875926Z",
            "url": "https://files.pythonhosted.org/packages/eb/08/bf324316b7e135a5bc82a850109095177a89e9624a08bcefa78f4b25a10d/psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4bcf273a15ccdbd479a1c60d1efd50bd2c96bab2b17c2d0760408e033c08165",
                "md5": "d4d4055a29381de0bb47d64c8031a0fa",
                "sha256": "4154ad09dac630a0f13f37b583eae260c6aa885d67dfbccb5b02c33f31a6d420"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d4d4055a29381de0bb47d64c8031a0fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 2485010,
            "upload_time": "2023-10-03T12:47:42",
            "upload_time_iso_8601": "2023-10-03T12:47:42.135338Z",
            "url": "https://files.pythonhosted.org/packages/f4/bc/f273a15ccdbd479a1c60d1efd50bd2c96bab2b17c2d0760408e033c08165/psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bae4a40f97bed02725b6c8b095fbe0587acda9f350f424d3d154acbf4d4c9aa",
                "md5": "2de32fe1efb047676a90d8c1fadc0b90",
                "sha256": "a148c5d507bb9b4f2030a2025c545fccb0e1ef317393eaba42e7eabd28eb6041"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2de32fe1efb047676a90d8c1fadc0b90",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 2452808,
            "upload_time": "2023-10-03T12:47:44",
            "upload_time_iso_8601": "2023-10-03T12:47:44.477104Z",
            "url": "https://files.pythonhosted.org/packages/5b/ae/4a40f97bed02725b6c8b095fbe0587acda9f350f424d3d154acbf4d4c9aa/psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a6fb593ca17c14907e35ea1077e372ce47b4e721002bd272577880d2541d331",
                "md5": "b90c8f08efcc48c22e7a29c31b701cd6",
                "sha256": "68fc1f1ba168724771e38bee37d940d2865cb0f562380a1fb1ffb428b75cb692"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "b90c8f08efcc48c22e7a29c31b701cd6",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1005464,
            "upload_time": "2023-10-03T12:47:46",
            "upload_time_iso_8601": "2023-10-03T12:47:46.535619Z",
            "url": "https://files.pythonhosted.org/packages/9a/6f/b593ca17c14907e35ea1077e372ce47b4e721002bd272577880d2541d331/psycopg2_binary-2.9.9-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "654f083f6b652b7fbecec1dc10bc9d1ffb66efd63611a25dddd0b4c1ef043ba6",
                "md5": "657349353e586128ed5c4521416c1d0f",
                "sha256": "281309265596e388ef483250db3640e5f414168c5a67e9c665cafce9492eda2f"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "657349353e586128ed5c4521416c1d0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1154181,
            "upload_time": "2023-10-03T12:47:48",
            "upload_time_iso_8601": "2023-10-03T12:47:48.903466Z",
            "url": "https://files.pythonhosted.org/packages/65/4f/083f6b652b7fbecec1dc10bc9d1ffb66efd63611a25dddd0b4c1ef043ba6/psycopg2_binary-2.9.9-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94626f8d281e279a71f20d1670f4de97d116b1d90948eb16c3c41ac305f94a30",
                "md5": "61402e056b316a29384f35a277f147cf",
                "sha256": "60989127da422b74a04345096c10d416c2b41bd7bf2a380eb541059e4e999980"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "61402e056b316a29384f35a277f147cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2822517,
            "upload_time": "2023-10-03T12:47:51",
            "upload_time_iso_8601": "2023-10-03T12:47:51.190749Z",
            "url": "https://files.pythonhosted.org/packages/94/62/6f8d281e279a71f20d1670f4de97d116b1d90948eb16c3c41ac305f94a30/psycopg2_binary-2.9.9-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88d83bbedf39ab90d64d7a6f04e3f3744c74f46f55bd305cc2db3aa12e9c5667",
                "md5": "332a7c2316ebdc7fdef59755a4efca24",
                "sha256": "246b123cc54bb5361588acc54218c8c9fb73068bf227a4a531d8ed56fa3ca7d6"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "332a7c2316ebdc7fdef59755a4efca24",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2552729,
            "upload_time": "2023-10-03T12:47:53",
            "upload_time_iso_8601": "2023-10-03T12:47:53.323628Z",
            "url": "https://files.pythonhosted.org/packages/88/d8/3bbedf39ab90d64d7a6f04e3f3744c74f46f55bd305cc2db3aa12e9c5667/psycopg2_binary-2.9.9-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "241b99b948254604838de668d81cc39a294a987721120c67963e00d47a290f7f",
                "md5": "c17baceebf0af23561d638b97de15202",
                "sha256": "34eccd14566f8fe14b2b95bb13b11572f7c7d5c36da61caf414d23b91fcc5d94"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c17baceebf0af23561d638b97de15202",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2850949,
            "upload_time": "2023-10-03T12:47:55",
            "upload_time_iso_8601": "2023-10-03T12:47:55.522761Z",
            "url": "https://files.pythonhosted.org/packages/24/1b/99b948254604838de668d81cc39a294a987721120c67963e00d47a290f7f/psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fe9115e4f4f86d4aa5c300fdc90ac3d3e74401b4060d782281fe5b47d6c832d",
                "md5": "a88673609362f0432c4a73f9c9adfaf7",
                "sha256": "18d0ef97766055fec15b5de2c06dd8e7654705ce3e5e5eed3b6651a1d2a9a152"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a88673609362f0432c4a73f9c9adfaf7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3080624,
            "upload_time": "2023-10-03T12:47:58",
            "upload_time_iso_8601": "2023-10-03T12:47:58.837189Z",
            "url": "https://files.pythonhosted.org/packages/5f/e9/115e4f4f86d4aa5c300fdc90ac3d3e74401b4060d782281fe5b47d6c832d/psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24bf4856c4985823ef094fc5a52eeb194f038dfbc57921f1d091853efc8e01b4",
                "md5": "d676a7d9f4d9d4abdff25e3f928732e6",
                "sha256": "d3f82c171b4ccd83bbaf35aa05e44e690113bd4f3b7b6cc54d2219b132f3ae55"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d676a7d9f4d9d4abdff25e3f928732e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3264449,
            "upload_time": "2023-10-03T12:48:01",
            "upload_time_iso_8601": "2023-10-03T12:48:01.739501Z",
            "url": "https://files.pythonhosted.org/packages/24/bf/4856c4985823ef094fc5a52eeb194f038dfbc57921f1d091853efc8e01b4/psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "197ae806ed82d954b9ec29b62f12ae8929da8910cde5ab7e919ec0983e56672d",
                "md5": "d64b8c5cf1a4ceba402a0f9a7b0c4b93",
                "sha256": "ead20f7913a9c1e894aebe47cccf9dc834e1618b7aa96155d2091a626e59c972"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d64b8c5cf1a4ceba402a0f9a7b0c4b93",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 3019558,
            "upload_time": "2023-10-03T12:48:04",
            "upload_time_iso_8601": "2023-10-03T12:48:04.726171Z",
            "url": "https://files.pythonhosted.org/packages/19/7a/e806ed82d954b9ec29b62f12ae8929da8910cde5ab7e919ec0983e56672d/psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dae0073f50a65093a0bd087aff95754bdd61e8ef24d6ea29f47ea97575d4a784",
                "md5": "7bfa8f3c209f0459948f9eee04e7bcfa",
                "sha256": "ca49a8119c6cbd77375ae303b0cfd8c11f011abbbd64601167ecca18a87e7cdd"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7bfa8f3c209f0459948f9eee04e7bcfa",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2355857,
            "upload_time": "2023-10-03T12:48:07",
            "upload_time_iso_8601": "2023-10-03T12:48:07.273301Z",
            "url": "https://files.pythonhosted.org/packages/da/e0/073f50a65093a0bd087aff95754bdd61e8ef24d6ea29f47ea97575d4a784/psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3963153069df1378d398dcbd6968d4da89735bb63dccbb13a435bc65291c59c",
                "md5": "e0ca54db6a1a223ec1fa21549e30413e",
                "sha256": "323ba25b92454adb36fa425dc5cf6f8f19f78948cbad2e7bc6cdf7b0d7982e59"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "e0ca54db6a1a223ec1fa21549e30413e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2534862,
            "upload_time": "2023-10-03T12:48:10",
            "upload_time_iso_8601": "2023-10-03T12:48:10.139201Z",
            "url": "https://files.pythonhosted.org/packages/a3/96/3153069df1378d398dcbd6968d4da89735bb63dccbb13a435bc65291c59c/psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dcd0512a73da2253c1904366155fd2c7ddf6d4e04a4eb434c90a18af8ce3d24b",
                "md5": "95b11902b37f7dc133552c4ea695006c",
                "sha256": "1236ed0952fbd919c100bc839eaa4a39ebc397ed1c08a97fc45fee2a595aa1b3"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "95b11902b37f7dc133552c4ea695006c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2486636,
            "upload_time": "2023-10-03T12:48:12",
            "upload_time_iso_8601": "2023-10-03T12:48:12.315084Z",
            "url": "https://files.pythonhosted.org/packages/dc/d0/512a73da2253c1904366155fd2c7ddf6d4e04a4eb434c90a18af8ce3d24b/psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba69e38aeaace3a87dda1c152c039c72181fdcbff0787d5d2466944b663c4a57",
                "md5": "1aca9e11a8f41c208a566dda1de2d8c1",
                "sha256": "729177eaf0aefca0994ce4cffe96ad3c75e377c7b6f4efa59ebf003b6d398716"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1aca9e11a8f41c208a566dda1de2d8c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2454931,
            "upload_time": "2023-10-03T12:48:15",
            "upload_time_iso_8601": "2023-10-03T12:48:15.282205Z",
            "url": "https://files.pythonhosted.org/packages/ba/69/e38aeaace3a87dda1c152c039c72181fdcbff0787d5d2466944b663c4a57/psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc1476879e83245d8dc72812fb71fb3e710fa7482a05c4b1788b41b22e9fffcc",
                "md5": "9717ade6c35ded537cc9d57657f1038c",
                "sha256": "804d99b24ad523a1fe18cc707bf741670332f7c7412e9d49cb5eab67e886b9b5"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "9717ade6c35ded537cc9d57657f1038c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1007154,
            "upload_time": "2023-10-03T12:48:17",
            "upload_time_iso_8601": "2023-10-03T12:48:17.331749Z",
            "url": "https://files.pythonhosted.org/packages/bc/14/76879e83245d8dc72812fb71fb3e710fa7482a05c4b1788b41b22e9fffcc/psycopg2_binary-2.9.9-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4810320b014e2fda509dc16409f76815ad0229e4fcec5ed229e64f7f917cc23f",
                "md5": "ceb665ab8fd9e08121998dae52c8a671",
                "sha256": "a6cdcc3ede532f4a4b96000b6362099591ab4a3e913d70bcbac2b56c872446f7"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ceb665ab8fd9e08121998dae52c8a671",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1155784,
            "upload_time": "2023-10-03T12:48:19",
            "upload_time_iso_8601": "2023-10-03T12:48:19.417463Z",
            "url": "https://files.pythonhosted.org/packages/48/10/320b014e2fda509dc16409f76815ad0229e4fcec5ed229e64f7f917cc23f/psycopg2_binary-2.9.9-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8269c25f8bd5c189cee89bc00e16b49a84f930b3b4c2cfec953a26c99076a586",
                "md5": "8b00e416b735ae4a4fcc918ab5457ae9",
                "sha256": "72dffbd8b4194858d0941062a9766f8297e8868e1dd07a7b36212aaa90f49472"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8b00e416b735ae4a4fcc918ab5457ae9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2822507,
            "upload_time": "2023-10-03T12:48:22",
            "upload_time_iso_8601": "2023-10-03T12:48:22.008501Z",
            "url": "https://files.pythonhosted.org/packages/82/69/c25f8bd5c189cee89bc00e16b49a84f930b3b4c2cfec953a26c99076a586/psycopg2_binary-2.9.9-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e067d0085889cba209185f1a52d646c4dbdbd9075345f4ca685bacf08d30755",
                "md5": "282b7e9555e24e1d275f6a4401a3a8f0",
                "sha256": "30dcc86377618a4c8f3b72418df92e77be4254d8f89f14b8e8f57d6d43603c0f"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "282b7e9555e24e1d275f6a4401a3a8f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2552664,
            "upload_time": "2023-10-03T12:48:25",
            "upload_time_iso_8601": "2023-10-03T12:48:25.049241Z",
            "url": "https://files.pythonhosted.org/packages/3e/06/7d0085889cba209185f1a52d646c4dbdbd9075345f4ca685bacf08d30755/psycopg2_binary-2.9.9-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68a267732accfffdb6696dc9523f82e91823e8cb1cc311f1c4ce006d2bb85016",
                "md5": "40433def3279048314828902dec65ab3",
                "sha256": "31a34c508c003a4347d389a9e6fcc2307cc2150eb516462a7a17512130de109e"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "40433def3279048314828902dec65ab3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2850943,
            "upload_time": "2023-10-03T12:48:27",
            "upload_time_iso_8601": "2023-10-03T12:48:27.465142Z",
            "url": "https://files.pythonhosted.org/packages/68/a2/67732accfffdb6696dc9523f82e91823e8cb1cc311f1c4ce006d2bb85016/psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f085dff2170a1e6748b7068a4523ea9fef8373572c4cd283cffb4802f871a556",
                "md5": "a971452b4b2d43478b339e6e0b9405e5",
                "sha256": "15208be1c50b99203fe88d15695f22a5bed95ab3f84354c494bcb1d08557df67"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a971452b4b2d43478b339e6e0b9405e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3080551,
            "upload_time": "2023-10-03T12:48:30",
            "upload_time_iso_8601": "2023-10-03T12:48:30.818366Z",
            "url": "https://files.pythonhosted.org/packages/f0/85/dff2170a1e6748b7068a4523ea9fef8373572c4cd283cffb4802f871a556/psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e499550febcc90105089bb89881b8cba73db227b9685cfddaae2479791a2379",
                "md5": "f35be7502c20f356b4e1a2b626b232dd",
                "sha256": "1873aade94b74715be2246321c8650cabf5a0d098a95bab81145ffffa4c13876"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f35be7502c20f356b4e1a2b626b232dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3264314,
            "upload_time": "2023-10-03T12:48:33",
            "upload_time_iso_8601": "2023-10-03T12:48:33.164095Z",
            "url": "https://files.pythonhosted.org/packages/2e/49/9550febcc90105089bb89881b8cba73db227b9685cfddaae2479791a2379/psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6504d0266fd446cb65384ce5442bc08449fd0b5d3419494574f020275f9e2273",
                "md5": "da8a67df59bc8bc20dd6e779345cf99c",
                "sha256": "3a58c98a7e9c021f357348867f537017057c2ed7f77337fd914d0bedb35dace7"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "da8a67df59bc8bc20dd6e779345cf99c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3019531,
            "upload_time": "2023-10-03T12:48:36",
            "upload_time_iso_8601": "2023-10-03T12:48:36.228121Z",
            "url": "https://files.pythonhosted.org/packages/65/04/d0266fd446cb65384ce5442bc08449fd0b5d3419494574f020275f9e2273/psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba7ec91f4c1e364444c8f59e82501f600019717f265ae4092057cece02d2d945",
                "md5": "ab622d5912c2cf008246de87174f2a25",
                "sha256": "4686818798f9194d03c9129a4d9a702d9e113a89cb03bffe08c6cf799e053291"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ab622d5912c2cf008246de87174f2a25",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2355811,
            "upload_time": "2023-10-03T12:48:38",
            "upload_time_iso_8601": "2023-10-03T12:48:38.458892Z",
            "url": "https://files.pythonhosted.org/packages/ba/7e/c91f4c1e364444c8f59e82501f600019717f265ae4092057cece02d2d945/psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bae05d1e52e8535ef3c73fa327e179d982b903e2c08987fa0e2167842c153a7",
                "md5": "f0479402722972ddb36d836ee2e18f49",
                "sha256": "ebdc36bea43063116f0486869652cb2ed7032dbc59fbcb4445c4862b5c1ecf7f"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "f0479402722972ddb36d836ee2e18f49",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2534818,
            "upload_time": "2023-10-03T12:48:41",
            "upload_time_iso_8601": "2023-10-03T12:48:41.349252Z",
            "url": "https://files.pythonhosted.org/packages/6b/ae/05d1e52e8535ef3c73fa327e179d982b903e2c08987fa0e2167842c153a7/psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbbde5fb2aa9737e50c0ffb9c3851710055eafedd4c8628c6ef9863bb2e9c434",
                "md5": "6524a6891d0354ba3edb7383038fae71",
                "sha256": "ca08decd2697fdea0aea364b370b1249d47336aec935f87b8bbfd7da5b2ee9c1"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "6524a6891d0354ba3edb7383038fae71",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2486605,
            "upload_time": "2023-10-03T12:48:43",
            "upload_time_iso_8601": "2023-10-03T12:48:43.949107Z",
            "url": "https://files.pythonhosted.org/packages/cb/bd/e5fb2aa9737e50c0ffb9c3851710055eafedd4c8628c6ef9863bb2e9c434/psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5220b832bc8a83d8fed74c5a45fbacf4a6e6eb66bcb0cd3836fca9a709f25f4",
                "md5": "0ffe1420bfee428d1ea519fce667de0c",
                "sha256": "ac05fb791acf5e1a3e39402641827780fe44d27e72567a000412c648a85ba860"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0ffe1420bfee428d1ea519fce667de0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2454908,
            "upload_time": "2023-10-03T12:48:46",
            "upload_time_iso_8601": "2023-10-03T12:48:46.611202Z",
            "url": "https://files.pythonhosted.org/packages/c5/22/0b832bc8a83d8fed74c5a45fbacf4a6e6eb66bcb0cd3836fca9a709f25f4/psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ab73046fd37fdf84c1945741d16fa7536ddcf8576bad6d77ee2891c5255dce3",
                "md5": "eb230ec58b077bcf63f61490650e5559",
                "sha256": "9dba73be7305b399924709b91682299794887cbbd88e38226ed9f6712eabee90"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "eb230ec58b077bcf63f61490650e5559",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1037893,
            "upload_time": "2023-10-03T12:48:48",
            "upload_time_iso_8601": "2023-10-03T12:48:48.680632Z",
            "url": "https://files.pythonhosted.org/packages/0a/b7/3046fd37fdf84c1945741d16fa7536ddcf8576bad6d77ee2891c5255dce3/psycopg2_binary-2.9.9-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb35009b43d67a7010b789690a46d49521fd435ce33ce722fe8d7ac7efe35c21",
                "md5": "0b1d5b1f331c32a6c8f6da3c12c97cbb",
                "sha256": "f7ae5d65ccfbebdfa761585228eb4d0df3a8b15cfb53bd953e713e09fbb12957"
            },
            "downloads": -1,
            "filename": "psycopg2_binary-2.9.9-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0b1d5b1f331c32a6c8f6da3c12c97cbb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1177353,
            "upload_time": "2023-10-03T12:48:50",
            "upload_time_iso_8601": "2023-10-03T12:48:50.959969Z",
            "url": "https://files.pythonhosted.org/packages/cb/35/009b43d67a7010b789690a46d49521fd435ce33ce722fe8d7ac7efe35c21/psycopg2_binary-2.9.9-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc07e720e53bfab016ebcc34241695ccc06a9e3d91ba19b40ca81317afbdc440",
                "md5": "0f90af5f25b530e33d11ec24d737c3c3",
                "sha256": "7f01846810177d829c7692f1f5ada8096762d9172af1b1a28d4ab5b77c923c1c"
            },
            "downloads": -1,
            "filename": "psycopg2-binary-2.9.9.tar.gz",
            "has_sig": false,
            "md5_digest": "0f90af5f25b530e33d11ec24d737c3c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 384973,
            "upload_time": "2023-10-03T12:48:55",
            "upload_time_iso_8601": "2023-10-03T12:48:55.128137Z",
            "url": "https://files.pythonhosted.org/packages/fc/07/e720e53bfab016ebcc34241695ccc06a9e3d91ba19b40ca81317afbdc440/psycopg2-binary-2.9.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-03 12:48:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "psycopg",
    "github_project": "psycopg2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "psycopg2-binary"
}
        
Elapsed time: 0.11780s