pycurl


Namepycurl JSON
Version 7.45.3 PyPI version JSON
download
home_pagehttp://pycurl.io/
SummaryPycURL -- A Python Interface To The cURL library
upload_time2024-02-18 03:51:44
maintainerOleg Pudeyev
docs_urlNone
authorKjetil Jacobsen, Markus F.X.J. Oberhumer, Oleg Pudeyev
requires_python>=3.5
licenseLGPL/MIT
keywords curl libcurl urllib wget download file transfer http www
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PycURL -- A Python Interface To The cURL library
================================================

PycURL is a Python interface to `libcurl`_, the multiprotocol file
transfer library. Similarly to the urllib_ Python module,
PycURL can be used to fetch objects identified by a URL from a Python program.
Beyond simple fetches however PycURL exposes most of the functionality of
libcurl, including:

- Speed - libcurl is very fast and PycURL, being a thin wrapper above
  libcurl, is very fast as well. PycURL `was benchmarked`_ to be several
  times faster than requests_.
- Features including multiple protocol support, SSL, authentication and
  proxy options. PycURL supports most of libcurl's callbacks.
- Multi_ and share_ interfaces.
- Sockets used for network operations, permitting integration of PycURL
  into the application's I/O loop (e.g., using Tornado_).

.. _was benchmarked: http://stackoverflow.com/questions/15461995/python-requests-vs-pycurl-performance
.. _requests: http://python-requests.org/
.. _Multi: https://curl.haxx.se/libcurl/c/libcurl-multi.html
.. _share: https://curl.haxx.se/libcurl/c/libcurl-share.html
.. _Tornado: http://www.tornadoweb.org/


Requirements
------------

- Python 3.5-3.12.
- libcurl 7.19.0 or better.


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

Download the source distribution from `PyPI`_.

Please see `the installation documentation`_ for installation instructions.

.. _PyPI: https://pypi.python.org/pypi/pycurl
.. _the installation documentation: http://pycurl.io/docs/latest/install.html


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

Documentation for the most recent PycURL release is available on
`PycURL website <http://pycurl.io/docs/latest/>`_.


Support
-------

For support questions please use `curl-and-python mailing list`_.
`Mailing list archives`_ are available for your perusal as well.

Although not an official support venue, `Stack Overflow`_ has been
popular with some PycURL users.

Bugs can be reported `via GitHub`_. Please use GitHub only for bug
reports and direct questions to our mailing list instead.

.. _curl-and-python mailing list: https://lists.haxx.se/listinfo/curl-and-python
.. _Stack Overflow: http://stackoverflow.com/questions/tagged/pycurl
.. _Mailing list archives: https://curl.haxx.se/mail/list.cgi?list=curl-and-python
.. _via GitHub: https://github.com/pycurl/pycurl/issues


License
-------

PycURL is dual licensed under the LGPL and an MIT/X derivative license
based on the libcurl license. The complete text of the licenses is available
in COPYING-LGPL_ and COPYING-MIT_ files in the source distribution.

.. _libcurl: https://curl.haxx.se/libcurl/
.. _urllib: http://docs.python.org/library/urllib.html
.. _COPYING-LGPL: https://raw.githubusercontent.com/pycurl/pycurl/master/COPYING-LGPL
.. _COPYING-MIT: https://raw.githubusercontent.com/pycurl/pycurl/master/COPYING-MIT

            

Raw data

            {
    "_id": null,
    "home_page": "http://pycurl.io/",
    "name": "pycurl",
    "maintainer": "Oleg Pudeyev",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "oleg@bsdpower.com",
    "keywords": "curl,libcurl,urllib,wget,download,file transfer,http,www",
    "author": "Kjetil Jacobsen, Markus F.X.J. Oberhumer, Oleg Pudeyev",
    "author_email": "kjetilja@gmail.com, markus@oberhumer.com, oleg@bsdpower.com",
    "download_url": "https://files.pythonhosted.org/packages/c9/5a/e68b8abbc1102113b7839e708ba04ef4c4b8b8a6da392832bb166d09ea72/pycurl-7.45.3.tar.gz",
    "platform": "All",
    "description": "PycURL -- A Python Interface To The cURL library\n================================================\n\nPycURL is a Python interface to `libcurl`_, the multiprotocol file\ntransfer library. Similarly to the urllib_ Python module,\nPycURL can be used to fetch objects identified by a URL from a Python program.\nBeyond simple fetches however PycURL exposes most of the functionality of\nlibcurl, including:\n\n- Speed - libcurl is very fast and PycURL, being a thin wrapper above\n  libcurl, is very fast as well. PycURL `was benchmarked`_ to be several\n  times faster than requests_.\n- Features including multiple protocol support, SSL, authentication and\n  proxy options. PycURL supports most of libcurl's callbacks.\n- Multi_ and share_ interfaces.\n- Sockets used for network operations, permitting integration of PycURL\n  into the application's I/O loop (e.g., using Tornado_).\n\n.. _was benchmarked: http://stackoverflow.com/questions/15461995/python-requests-vs-pycurl-performance\n.. _requests: http://python-requests.org/\n.. _Multi: https://curl.haxx.se/libcurl/c/libcurl-multi.html\n.. _share: https://curl.haxx.se/libcurl/c/libcurl-share.html\n.. _Tornado: http://www.tornadoweb.org/\n\n\nRequirements\n------------\n\n- Python 3.5-3.12.\n- libcurl 7.19.0 or better.\n\n\nInstallation\n------------\n\nDownload the source distribution from `PyPI`_.\n\nPlease see `the installation documentation`_ for installation instructions.\n\n.. _PyPI: https://pypi.python.org/pypi/pycurl\n.. _the installation documentation: http://pycurl.io/docs/latest/install.html\n\n\nDocumentation\n-------------\n\nDocumentation for the most recent PycURL release is available on\n`PycURL website <http://pycurl.io/docs/latest/>`_.\n\n\nSupport\n-------\n\nFor support questions please use `curl-and-python mailing list`_.\n`Mailing list archives`_ are available for your perusal as well.\n\nAlthough not an official support venue, `Stack Overflow`_ has been\npopular with some PycURL users.\n\nBugs can be reported `via GitHub`_. Please use GitHub only for bug\nreports and direct questions to our mailing list instead.\n\n.. _curl-and-python mailing list: https://lists.haxx.se/listinfo/curl-and-python\n.. _Stack Overflow: http://stackoverflow.com/questions/tagged/pycurl\n.. _Mailing list archives: https://curl.haxx.se/mail/list.cgi?list=curl-and-python\n.. _via GitHub: https://github.com/pycurl/pycurl/issues\n\n\nLicense\n-------\n\nPycURL is dual licensed under the LGPL and an MIT/X derivative license\nbased on the libcurl license. The complete text of the licenses is available\nin COPYING-LGPL_ and COPYING-MIT_ files in the source distribution.\n\n.. _libcurl: https://curl.haxx.se/libcurl/\n.. _urllib: http://docs.python.org/library/urllib.html\n.. _COPYING-LGPL: https://raw.githubusercontent.com/pycurl/pycurl/master/COPYING-LGPL\n.. _COPYING-MIT: https://raw.githubusercontent.com/pycurl/pycurl/master/COPYING-MIT\n",
    "bugtrack_url": null,
    "license": "LGPL/MIT",
    "summary": "PycURL -- A Python Interface To The cURL library",
    "version": "7.45.3",
    "project_urls": {
        "Homepage": "http://pycurl.io/"
    },
    "split_keywords": [
        "curl",
        "libcurl",
        "urllib",
        "wget",
        "download",
        "file transfer",
        "http",
        "www"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3ae55f07185f2769130271a865014dc80e914eb5fe2e1f27c9a75cb44822e69",
                "md5": "21e0c21548aec29fd360d87b157ed704",
                "sha256": "86f66d334deaaab20a576fb785587566081407adc703318203fe26e43277ef12"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "21e0c21548aec29fd360d87b157ed704",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 197949,
            "upload_time": "2024-02-18T03:50:06",
            "upload_time_iso_8601": "2024-02-18T03:50:06.386233Z",
            "url": "https://files.pythonhosted.org/packages/c3/ae/55f07185f2769130271a865014dc80e914eb5fe2e1f27c9a75cb44822e69/pycurl-7.45.3-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e830e69d51ceca6786af8c12c0542dde50bf57554631194a833a9fa734bb0524",
                "md5": "395383d1ae4280158d06225eb9a81974",
                "sha256": "205983e87d6aa0b6e93ec7320060de44efaa905ecc5d13f70cbe38c65684c5c4"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "395383d1ae4280158d06225eb9a81974",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 143538,
            "upload_time": "2024-02-18T03:50:09",
            "upload_time_iso_8601": "2024-02-18T03:50:09.446102Z",
            "url": "https://files.pythonhosted.org/packages/e8/30/e69d51ceca6786af8c12c0542dde50bf57554631194a833a9fa734bb0524/pycurl-7.45.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bae8f323f4f0aa6467aa325e5e367c5621517b25fdf25ddfb8c060228a5e3668",
                "md5": "d109123bb39561efd2967020333fbabb",
                "sha256": "fbd4a6b8654b779089c5a44af1c65c1419c2cd60718780df6d8f354eb35d6d55"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d109123bb39561efd2967020333fbabb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 142803,
            "upload_time": "2024-02-18T03:50:11",
            "upload_time_iso_8601": "2024-02-18T03:50:11.492911Z",
            "url": "https://files.pythonhosted.org/packages/ba/e8/f323f4f0aa6467aa325e5e367c5621517b25fdf25ddfb8c060228a5e3668/pycurl-7.45.3-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c30bb7e063814f1b2118daafa0fe9b2073292f4bbb22445bebb5646a9cba1c6",
                "md5": "fd8ead9f81eb494dce426272e37719ec",
                "sha256": "5ebc6a0ac60c371a9efaf7d55dec5820f76fdafb43a3be1e390011339dc329ae"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp310-cp310-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fd8ead9f81eb494dce426272e37719ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 4445536,
            "upload_time": "2024-02-18T03:50:16",
            "upload_time_iso_8601": "2024-02-18T03:50:16.261156Z",
            "url": "https://files.pythonhosted.org/packages/6c/30/bb7e063814f1b2118daafa0fe9b2073292f4bbb22445bebb5646a9cba1c6/pycurl-7.45.3-cp310-cp310-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64d2a4c45953aed86f5a0c9717421dd725ec61acecd63777dd71dfe3d50d3e16",
                "md5": "3cab492c866bfd319070c1b6774c1101",
                "sha256": "2facab1c35600088cb82b5b093bd700bfbd1e3191deab24f7d1803d9dc5b76fc"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3cab492c866bfd319070c1b6774c1101",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 4552071,
            "upload_time": "2024-02-18T03:50:21",
            "upload_time_iso_8601": "2024-02-18T03:50:21.333233Z",
            "url": "https://files.pythonhosted.org/packages/64/d2/a4c45953aed86f5a0c9717421dd725ec61acecd63777dd71dfe3d50d3e16/pycurl-7.45.3-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7860233a06892f4ae3618b6a25f9faceeb19837175789b20cbc06edd965880c",
                "md5": "96981ee7d59bff02d39748b2e35b76cf",
                "sha256": "7cfca02d70579853041063e53ca713d31161b8831b98d4f68c3554dc0448beec"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "96981ee7d59bff02d39748b2e35b76cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 436210,
            "upload_time": "2024-02-18T03:50:23",
            "upload_time_iso_8601": "2024-02-18T03:50:23.471165Z",
            "url": "https://files.pythonhosted.org/packages/a7/86/0233a06892f4ae3618b6a25f9faceeb19837175789b20cbc06edd965880c/pycurl-7.45.3-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79337c8a17717e1a13fddf5bb50468830f0141162a901167806378ec23784426",
                "md5": "9ee81a52f01272f670ea9695006484a4",
                "sha256": "8451e8475051f16eb4776380384699cb8ddd10ea8410bcbfaee5a6fc4c046de6"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9ee81a52f01272f670ea9695006484a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 476037,
            "upload_time": "2024-02-18T03:50:25",
            "upload_time_iso_8601": "2024-02-18T03:50:25.415222Z",
            "url": "https://files.pythonhosted.org/packages/79/33/7c8a17717e1a13fddf5bb50468830f0141162a901167806378ec23784426/pycurl-7.45.3-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1400b8d3c6c038a0d85ed1ebbca45b2b7d2593976e37bfc465596fc2d11841e2",
                "md5": "1e544048ec12d2d5abaa0921dc41ca0a",
                "sha256": "1610cc45b5bc8b39bc18b981d0473e59ef41226ee467eaa8fbfc7276603ef5af"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "1e544048ec12d2d5abaa0921dc41ca0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 196201,
            "upload_time": "2024-02-18T03:50:27",
            "upload_time_iso_8601": "2024-02-18T03:50:27.703144Z",
            "url": "https://files.pythonhosted.org/packages/14/00/b8d3c6c038a0d85ed1ebbca45b2b7d2593976e37bfc465596fc2d11841e2/pycurl-7.45.3-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4d312deea4babf4debd1ea1efdf907c7994ee242a3bde6e480afaa99b87a91d",
                "md5": "4dbaf62a9a16c9f14e2345e70a311f84",
                "sha256": "c854885398410fa6e88fc29f7a420a3c13b88bae9b4e10a804437b582e24f58b"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4dbaf62a9a16c9f14e2345e70a311f84",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 142564,
            "upload_time": "2024-02-18T03:50:29",
            "upload_time_iso_8601": "2024-02-18T03:50:29.526117Z",
            "url": "https://files.pythonhosted.org/packages/c4/d3/12deea4babf4debd1ea1efdf907c7994ee242a3bde6e480afaa99b87a91d/pycurl-7.45.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a33b91fa969848f8f78fcca800f1fea808d4c34fd2b05dca0d9bbe60228f21a",
                "md5": "4123803edd361d57550ea5fbdec3e572",
                "sha256": "921c9db0c3128481954f625b3b1bc10c730100aa944d54643528f716676439ee"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4123803edd361d57550ea5fbdec3e572",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 142152,
            "upload_time": "2024-02-18T03:50:31",
            "upload_time_iso_8601": "2024-02-18T03:50:31.569617Z",
            "url": "https://files.pythonhosted.org/packages/5a/33/b91fa969848f8f78fcca800f1fea808d4c34fd2b05dca0d9bbe60228f21a/pycurl-7.45.3-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4934b2fe050d7e6f27fcd392e8847a8229ed1202d592f6b3bb040949ebd3e0e4",
                "md5": "7fdec6ad062d760a3535ad7d08795e2b",
                "sha256": "483f3aa5d1bc8cff5657ad96f68e1d89281f971a7b6aa93408a31e3199981ea9"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp311-cp311-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7fdec6ad062d760a3535ad7d08795e2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 4450108,
            "upload_time": "2024-02-18T03:50:36",
            "upload_time_iso_8601": "2024-02-18T03:50:36.147264Z",
            "url": "https://files.pythonhosted.org/packages/49/34/b2fe050d7e6f27fcd392e8847a8229ed1202d592f6b3bb040949ebd3e0e4/pycurl-7.45.3-cp311-cp311-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d16482fc5c3584fa11462732ddbf76cf23215d725bb224910517099f53017a3b",
                "md5": "a1260c378b637fbae7472984d521b18b",
                "sha256": "1e0d32d6ed3a7ba13dbbd3a6fb50ca76c40c70e6bc6fe347f90677478d3422c7"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a1260c378b637fbae7472984d521b18b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 4556395,
            "upload_time": "2024-02-18T03:50:40",
            "upload_time_iso_8601": "2024-02-18T03:50:40.975007Z",
            "url": "https://files.pythonhosted.org/packages/d1/64/82fc5c3584fa11462732ddbf76cf23215d725bb224910517099f53017a3b/pycurl-7.45.3-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6949c3da5c633b0aa5cfeb48f21738658b4e0538ad2b2594de411f018b815e34",
                "md5": "82a1c4d04cf87eb0f671ffc3efda166b",
                "sha256": "beaaa4450e23d41dd0c2f2f47a4f8a171210271543550c2c556090c7eeea88f5"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "82a1c4d04cf87eb0f671ffc3efda166b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 435974,
            "upload_time": "2024-02-18T03:50:42",
            "upload_time_iso_8601": "2024-02-18T03:50:42.820775Z",
            "url": "https://files.pythonhosted.org/packages/69/49/c3da5c633b0aa5cfeb48f21738658b4e0538ad2b2594de411f018b815e34/pycurl-7.45.3-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f55691f9f025017b9c7efe2bd0b3e3a9eeb9bcb38ddc58a63b132e574742860",
                "md5": "ad87ce8ee517fb24b660c7e9f7625e08",
                "sha256": "dd33fd9de8907a6275c70113124aeb7eea672c1324f5d5423f203738b341697d"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ad87ce8ee517fb24b660c7e9f7625e08",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 475595,
            "upload_time": "2024-02-18T03:50:45",
            "upload_time_iso_8601": "2024-02-18T03:50:45.110641Z",
            "url": "https://files.pythonhosted.org/packages/6f/55/691f9f025017b9c7efe2bd0b3e3a9eeb9bcb38ddc58a63b132e574742860/pycurl-7.45.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "210e8073f971cd4e380178d6ada00c4956f9a5f6090fea9d94ff81d2cf7b52c8",
                "md5": "6e0f1ffb2720cc6684dea03ddaaccea6",
                "sha256": "0c41a172d5e8a5cdd8328cc8134f47b2a57960ac677f7cda8520eaa9fbe7d990"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "6e0f1ffb2720cc6684dea03ddaaccea6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 198105,
            "upload_time": "2024-02-18T03:50:46",
            "upload_time_iso_8601": "2024-02-18T03:50:46.780105Z",
            "url": "https://files.pythonhosted.org/packages/21/0e/8073f971cd4e380178d6ada00c4956f9a5f6090fea9d94ff81d2cf7b52c8/pycurl-7.45.3-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85dd9d398ffbf0002cca9393aa0f7586a2dc3b68624faf4eafa98f916c61180a",
                "md5": "87a8edb0ff2061da39051e59c020d309",
                "sha256": "13006b62c157bb4483c58e1abdced6df723c9399255a4f5f6bb7f8e425106679"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "87a8edb0ff2061da39051e59c020d309",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 143733,
            "upload_time": "2024-02-18T03:50:48",
            "upload_time_iso_8601": "2024-02-18T03:50:48.561893Z",
            "url": "https://files.pythonhosted.org/packages/85/dd/9d398ffbf0002cca9393aa0f7586a2dc3b68624faf4eafa98f916c61180a/pycurl-7.45.3-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b78da23069b4e30979f0d7745fd057d3c23b3c55181da1ae450542bb2818f689",
                "md5": "ba650e503c6f65f547eab26b55609e6d",
                "sha256": "27f4c5c20c86a9a823677316724306fb1ce3b25ec568efd52026dc6c563e5b29"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ba650e503c6f65f547eab26b55609e6d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 142709,
            "upload_time": "2024-02-18T03:50:50",
            "upload_time_iso_8601": "2024-02-18T03:50:50.044255Z",
            "url": "https://files.pythonhosted.org/packages/b7/8d/a23069b4e30979f0d7745fd057d3c23b3c55181da1ae450542bb2818f689/pycurl-7.45.3-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a279936d21a7a754f29ee8615361948f90e6bfeac5db7aa7c92d278b853cbc7",
                "md5": "bc13b029a4568fc85df8a2f8ba9b0d17",
                "sha256": "c2c246bc29e8762ff4c8a833ac5b4da4c797d16ab138286e8aec9b0c0a0da2d4"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp312-cp312-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bc13b029a4568fc85df8a2f8ba9b0d17",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 4462052,
            "upload_time": "2024-02-18T03:50:54",
            "upload_time_iso_8601": "2024-02-18T03:50:54.561728Z",
            "url": "https://files.pythonhosted.org/packages/4a/27/9936d21a7a754f29ee8615361948f90e6bfeac5db7aa7c92d278b853cbc7/pycurl-7.45.3-cp312-cp312-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65808791945007e2295806bfd0e982e00fee023517b17d5b2d845ca64c81878c",
                "md5": "4bc72f805cadd137787da8754ee1f1ac",
                "sha256": "3d07c5daef2d0d85949e32ec254ee44232bb57febb0634194379dd14d1ff4f87"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4bc72f805cadd137787da8754ee1f1ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 4570051,
            "upload_time": "2024-02-18T03:50:59",
            "upload_time_iso_8601": "2024-02-18T03:50:59.569853Z",
            "url": "https://files.pythonhosted.org/packages/65/80/8791945007e2295806bfd0e982e00fee023517b17d5b2d845ca64c81878c/pycurl-7.45.3-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "750483cc6db47d73c879c318fb0f302d726587470495f3e70cecc6d9b2da45c6",
                "md5": "5a0c014880a45849cf42d1aa8bb64515",
                "sha256": "9f7afe5ef0e4750ac4515baebc251ee94aaefe5de6e2e8a24668473128d69904"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "5a0c014880a45849cf42d1aa8bb64515",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 432924,
            "upload_time": "2024-02-18T03:51:01",
            "upload_time_iso_8601": "2024-02-18T03:51:01.473270Z",
            "url": "https://files.pythonhosted.org/packages/75/04/83cc6db47d73c879c318fb0f302d726587470495f3e70cecc6d9b2da45c6/pycurl-7.45.3-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ee17df02d4f600b9d452fd5c33b00a1886c2757c985dc8ffccd4ba8a7d9a9d5",
                "md5": "f3cae083604b89d0fb28d4f901a39067",
                "sha256": "3648ed9a57a6b704673faeab3dc64d1469cc69f2bc1ed8227ffa0f84e147c500"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f3cae083604b89d0fb28d4f901a39067",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 472986,
            "upload_time": "2024-02-18T03:51:03",
            "upload_time_iso_8601": "2024-02-18T03:51:03.333911Z",
            "url": "https://files.pythonhosted.org/packages/0e/e1/7df02d4f600b9d452fd5c33b00a1886c2757c985dc8ffccd4ba8a7d9a9d5/pycurl-7.45.3-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "862862382ef9350e96ead13b181cb441b5499d18f600d60f7c8322c90ce9ca7c",
                "md5": "c4c47e7ddc91a3834a64e6b20f5e8166",
                "sha256": "c0915ea139f66a289edc4f9de10cb45078af1bb950491c5612969864236a2e7e"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "c4c47e7ddc91a3834a64e6b20f5e8166",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 197688,
            "upload_time": "2024-02-18T03:51:05",
            "upload_time_iso_8601": "2024-02-18T03:51:05.394325Z",
            "url": "https://files.pythonhosted.org/packages/86/28/62382ef9350e96ead13b181cb441b5499d18f600d60f7c8322c90ce9ca7c/pycurl-7.45.3-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62d25d988882a74cd29990fddc9fd049a2f38b4858548f9a0498b9ed3f251e6e",
                "md5": "eb4e2d57b6f5773903b064402f1dbebb",
                "sha256": "43c5e61a58783ddf78ef84949f6bb6e52e092a13ec67678e9a9e21071ecf5b80"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eb4e2d57b6f5773903b064402f1dbebb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 143443,
            "upload_time": "2024-02-18T03:51:07",
            "upload_time_iso_8601": "2024-02-18T03:51:07.450958Z",
            "url": "https://files.pythonhosted.org/packages/62/d2/5d988882a74cd29990fddc9fd049a2f38b4858548f9a0498b9ed3f251e6e/pycurl-7.45.3-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bb98c1fad382d107baa8619adabbd24e2f32f7b440f71f140fa4b28665a9ebb",
                "md5": "900f6e31df660dd55af7cce47cdd8037",
                "sha256": "bf613844a1647fe3d2bba1f5c9c96a62a85280123a57a8a0c8d2f37d518bc10a"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "900f6e31df660dd55af7cce47cdd8037",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 142640,
            "upload_time": "2024-02-18T03:51:09",
            "upload_time_iso_8601": "2024-02-18T03:51:09.527268Z",
            "url": "https://files.pythonhosted.org/packages/1b/b9/8c1fad382d107baa8619adabbd24e2f32f7b440f71f140fa4b28665a9ebb/pycurl-7.45.3-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78066352893a39d6489b00d835e2d9345e714f605b772b2fa0febf9792e526f5",
                "md5": "51e01ef291f6bb8fce075f6cb80d16eb",
                "sha256": "936afd9c5ff7fe7457065e878a279811787778f472f9a4e8c5df79e7728358e2"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp38-cp38-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "51e01ef291f6bb8fce075f6cb80d16eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 4449600,
            "upload_time": "2024-02-18T03:51:13",
            "upload_time_iso_8601": "2024-02-18T03:51:13.735660Z",
            "url": "https://files.pythonhosted.org/packages/78/06/6352893a39d6489b00d835e2d9345e714f605b772b2fa0febf9792e526f5/pycurl-7.45.3-cp38-cp38-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52fda2e2f3a8f19f44a46c6cd712150abbd1f85d074b26a69cdb6055a8c13675",
                "md5": "9b61aea3a2a6b86bc7ec9e5e8c861529",
                "sha256": "dbf816a6d0cb71e7fd06609246bbea4eaf100649d9decf49e4eb329594f70be7"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp38-cp38-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9b61aea3a2a6b86bc7ec9e5e8c861529",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 4556285,
            "upload_time": "2024-02-18T03:51:18",
            "upload_time_iso_8601": "2024-02-18T03:51:18.597492Z",
            "url": "https://files.pythonhosted.org/packages/52/fd/a2e2f3a8f19f44a46c6cd712150abbd1f85d074b26a69cdb6055a8c13675/pycurl-7.45.3-cp38-cp38-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1063b64164865a711db95b89034e61a5e18a878e545feeeb78708d463387f137",
                "md5": "a9d790c17ee3ebfadec2d60e587dd393",
                "sha256": "2c8a2ce568193f9f84763717d8961cec0db4ec1aa08c6bcf4d90da5eb72bec86"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "a9d790c17ee3ebfadec2d60e587dd393",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 436477,
            "upload_time": "2024-02-18T03:51:20",
            "upload_time_iso_8601": "2024-02-18T03:51:20.495030Z",
            "url": "https://files.pythonhosted.org/packages/10/63/b64164865a711db95b89034e61a5e18a878e545feeeb78708d463387f137/pycurl-7.45.3-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abb46a002c2895559574c868edc423c448d0dac9c4abcd8e0bf7c00a5e553d75",
                "md5": "087c53417c2c72f626a0193e662d0774",
                "sha256": "80ac7c17e69ca6b76ccccb4255f7c29a2a36e5b69eb10c2adba82135d43afe8c"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "087c53417c2c72f626a0193e662d0774",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 476281,
            "upload_time": "2024-02-18T03:51:22",
            "upload_time_iso_8601": "2024-02-18T03:51:22.799195Z",
            "url": "https://files.pythonhosted.org/packages/ab/b4/6a002c2895559574c868edc423c448d0dac9c4abcd8e0bf7c00a5e553d75/pycurl-7.45.3-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48f41afafd109365f78e457ad6892f9de77716edf5020c54f5d9be194d3c58f8",
                "md5": "3db6470b70428aba3e53d953c1fd4bb4",
                "sha256": "fa7751b614d9aa82d7a0f49ca90924c29c6cedf85a2f8687fb6a772dbfe48711"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "3db6470b70428aba3e53d953c1fd4bb4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 197726,
            "upload_time": "2024-02-18T03:51:24",
            "upload_time_iso_8601": "2024-02-18T03:51:24.766867Z",
            "url": "https://files.pythonhosted.org/packages/48/f4/1afafd109365f78e457ad6892f9de77716edf5020c54f5d9be194d3c58f8/pycurl-7.45.3-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae38f6779b4978daa9bcd6e0e9aae567b1024e24ec7e48cb7a478517e24ad913",
                "md5": "3174ddc11c40923ec4fefa573766b6f3",
                "sha256": "b129e9ee07f80b4af957607917af46ab517b0c4e746692f6d9e50e973edba8d8"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3174ddc11c40923ec4fefa573766b6f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 143429,
            "upload_time": "2024-02-18T03:51:26",
            "upload_time_iso_8601": "2024-02-18T03:51:26.654906Z",
            "url": "https://files.pythonhosted.org/packages/ae/38/f6779b4978daa9bcd6e0e9aae567b1024e24ec7e48cb7a478517e24ad913/pycurl-7.45.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6518136aa5815bad0584a541620bf296ea3a4b57b4885afc62ca92ff2195bcf0",
                "md5": "6cecb0c5919f1fe44148b3928ae1e29d",
                "sha256": "a0f920582b8713ca87d5a288a7532607bc4454275d733fc880650d602dbe3c67"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6cecb0c5919f1fe44148b3928ae1e29d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 142690,
            "upload_time": "2024-02-18T03:51:28",
            "upload_time_iso_8601": "2024-02-18T03:51:28.278068Z",
            "url": "https://files.pythonhosted.org/packages/65/18/136aa5815bad0584a541620bf296ea3a4b57b4885afc62ca92ff2195bcf0/pycurl-7.45.3-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b07cd34aeb45e350c378ed39201271a9bd98366ae42758009a02d4051b644065",
                "md5": "8ee8e4813c54fd671a16ba24618a5392",
                "sha256": "c7c13e4268550cde14a6f4743cc8bd8c035d4cd36514d58eff70276d68954b6f"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp39-cp39-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8ee8e4813c54fd671a16ba24618a5392",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 4444504,
            "upload_time": "2024-02-18T03:51:33",
            "upload_time_iso_8601": "2024-02-18T03:51:33.267766Z",
            "url": "https://files.pythonhosted.org/packages/b0/7c/d34aeb45e350c378ed39201271a9bd98366ae42758009a02d4051b644065/pycurl-7.45.3-cp39-cp39-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "542f81d0f303ffbb3b891c5d248b69814cb394773f844e06f53ef37fd47e4d20",
                "md5": "fa6222d4aeb2acacb44cac7e92588acb",
                "sha256": "0f0e1251a608ffd75fc502f4014442e554c67d3d7a1b0a839c35efb6ad2f8bf8"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fa6222d4aeb2acacb44cac7e92588acb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 4550851,
            "upload_time": "2024-02-18T03:51:37",
            "upload_time_iso_8601": "2024-02-18T03:51:37.912523Z",
            "url": "https://files.pythonhosted.org/packages/54/2f/81d0f303ffbb3b891c5d248b69814cb394773f844e06f53ef37fd47e4d20/pycurl-7.45.3-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce753fb67b656d54038ebc73dea1c823eee40d869f8eadef3d514990453f9f39",
                "md5": "5498d9f86b07275c30786a9da80910d9",
                "sha256": "51a40a56c58e63dac6145829f9e9bd66e5867a9f0741bcb9ffefab619851d44f"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "5498d9f86b07275c30786a9da80910d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 436969,
            "upload_time": "2024-02-18T03:51:40",
            "upload_time_iso_8601": "2024-02-18T03:51:40.467094Z",
            "url": "https://files.pythonhosted.org/packages/ce/75/3fb67b656d54038ebc73dea1c823eee40d869f8eadef3d514990453f9f39/pycurl-7.45.3-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9833140dcd4dae02fc8ff46f2da4a9936ddf8feecb960cf19c680d81545189a",
                "md5": "c0407e0ee927c68aad7d66e957be8362",
                "sha256": "e08a06802c8c8a9d04cf3319f9230ec09062c55d2550bd48f8ada1df1431adcf"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c0407e0ee927c68aad7d66e957be8362",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 476765,
            "upload_time": "2024-02-18T03:51:42",
            "upload_time_iso_8601": "2024-02-18T03:51:42.786768Z",
            "url": "https://files.pythonhosted.org/packages/c9/83/3140dcd4dae02fc8ff46f2da4a9936ddf8feecb960cf19c680d81545189a/pycurl-7.45.3-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c95ae68b8abbc1102113b7839e708ba04ef4c4b8b8a6da392832bb166d09ea72",
                "md5": "c72d307325e8e4a95276af589957aa36",
                "sha256": "8c2471af9079ad798e1645ec0b0d3d4223db687379d17dd36a70637449f81d6b"
            },
            "downloads": -1,
            "filename": "pycurl-7.45.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c72d307325e8e4a95276af589957aa36",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 236470,
            "upload_time": "2024-02-18T03:51:44",
            "upload_time_iso_8601": "2024-02-18T03:51:44.313487Z",
            "url": "https://files.pythonhosted.org/packages/c9/5a/e68b8abbc1102113b7839e708ba04ef4c4b8b8a6da392832bb166d09ea72/pycurl-7.45.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-18 03:51:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pycurl"
}
        
Elapsed time: 0.18459s