Skip to main content

PycURL -- A Python Interface To The cURL library

Project description

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).

Requirements

  • Python 3.5-3.13.

  • libcurl 7.19.0 or better.

Installation

Download the source distribution from PyPI.

Please see the installation documentation for installation instructions.

Documentation

Documentation for the most recent PycURL release is available on PycURL website.

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.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycurl-7.45.6.tar.gz (239.5 kB view details)

Uploaded Source

Built Distributions

pycurl-7.45.6-cp313-cp313-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.13 Windows x86-64

pycurl-7.45.6-cp313-cp313-win32.whl (2.6 MB view details)

Uploaded CPython 3.13 Windows x86

pycurl-7.45.6-cp313-cp313-manylinux_2_28_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ x86-64

pycurl-7.45.6-cp313-cp313-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ ARM64

pycurl-7.45.6-cp313-cp313-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pycurl-7.45.6-cp313-cp313-macosx_10_13_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pycurl-7.45.6-cp312-cp312-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

pycurl-7.45.6-cp312-cp312-win32.whl (2.6 MB view details)

Uploaded CPython 3.12 Windows x86

pycurl-7.45.6-cp312-cp312-manylinux_2_28_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pycurl-7.45.6-cp312-cp312-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ ARM64

pycurl-7.45.6-cp312-cp312-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pycurl-7.45.6-cp312-cp312-macosx_10_13_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

pycurl-7.45.6-cp311-cp311-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

pycurl-7.45.6-cp311-cp311-win32.whl (2.6 MB view details)

Uploaded CPython 3.11 Windows x86

pycurl-7.45.6-cp311-cp311-manylinux_2_28_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pycurl-7.45.6-cp311-cp311-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ ARM64

pycurl-7.45.6-cp311-cp311-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pycurl-7.45.6-cp311-cp311-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pycurl-7.45.6-cp310-cp310-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

pycurl-7.45.6-cp310-cp310-win32.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86

pycurl-7.45.6-cp310-cp310-manylinux_2_28_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pycurl-7.45.6-cp310-cp310-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ARM64

pycurl-7.45.6-cp310-cp310-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pycurl-7.45.6-cp310-cp310-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pycurl-7.45.6-cp39-cp39-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

pycurl-7.45.6-cp39-cp39-win32.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86

pycurl-7.45.6-cp39-cp39-manylinux_2_28_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

pycurl-7.45.6-cp39-cp39-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ARM64

pycurl-7.45.6-cp39-cp39-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pycurl-7.45.6-cp39-cp39-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

Details for the file pycurl-7.45.6.tar.gz.

File metadata

  • Download URL: pycurl-7.45.6.tar.gz
  • Upload date:
  • Size: 239.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycurl-7.45.6.tar.gz
Algorithm Hash digest
SHA256 2b73e66b22719ea48ac08a93fc88e57ef36d46d03cb09d972063c9aa86bb74e6
MD5 385831ba48aab2e109af838643f2921f
BLAKE2b-256 7135fe5088d914905391ef2995102cf5e1892cf32cab1fa6ef8130631c89ec01

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6.tar.gz:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pycurl-7.45.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycurl-7.45.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f0198ebcda8686b3a0c66d490a687fa5fd466f8ecc2f20a0ed0931579538ae3d
MD5 b4877d6862d12473125d17f959dcb598
BLAKE2b-256 b3542c252485aac80150aef1de69b95fa7885b74e3ae1911b67b962e07e8b9aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp313-cp313-win_amd64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp313-cp313-win32.whl.

File metadata

  • Download URL: pycurl-7.45.6-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycurl-7.45.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a721c2696a71b1aa5ecf82e6d0ade64bc7211b7317f1c9c66e82f82e2264d8b4
MD5 804bacd202cf4010d5d7af9504409b6b
BLAKE2b-256 7759fe0fe11c2d8ceef9b5f40b244c76da6bd1906e78be4e7d239144c3e88763

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp313-cp313-win32.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26839d43dc7fff6b80e0067f185cc1d0e9be2ae6e2e2361ae8488cead5901c04
MD5 cff27fea15679c8449f92f5d49c09ed5
BLAKE2b-256 4e129c167d44f306d0e2983fa1d8d4fe2e3e7e74801738372147e4175e58dbdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb9eff0c7794af972da769a887c87729f1bcd8869297b1c01a2732febbb75876
MD5 0cbaab515e458c593fece86b6772ddca
BLAKE2b-256 e4aff915a8984edb8b7fc3a8e5680f39ea09a10bea0c3582cd2d19dc1adfd951

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 361bf94b2a057c7290f9ab84e935793ca515121fc012f4b6bef6c3b5e4ea4397
MD5 0fd8a1c05267e4a603b1a681e44f0771
BLAKE2b-256 891a7d16ddecb88e1bff744dbdb3dcddbcdbe1925af739f5dd41812ca65ed3b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7c09b7180799af70fc1d4eed580cfb1b9f34fda9081f73a3e3bc9a0e5a4c0e9b
MD5 993856ca08d8867beca94708ca78992e
BLAKE2b-256 235fdcdec890d76d3a6da4706667f8a6f192ff0b87afa20a4ef8d42cfb2e4e9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pycurl-7.45.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycurl-7.45.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 56f841b6f2f7a8b2d3051b9ceebd478599dbea3c8d1de8fb9333c895d0c1eea5
MD5 fec74d10077c4d5b09026954b09a7a54
BLAKE2b-256 7142b1189c859cec1bdb00c93177e8bdee7c75b23a0e30eba41da637b40444c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp312-cp312-win_amd64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp312-cp312-win32.whl.

File metadata

  • Download URL: pycurl-7.45.6-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycurl-7.45.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ae893144b82d72d95c932ebdeb81fc7e9fde758e5ecd5dd10ad5b67f34a8b8ee
MD5 4c3ebc93b57b66136d3f2f646e181828
BLAKE2b-256 bca2682c909d93c27b6c6cd369c5427fee87c525e02c56e1a985c150a2d451fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp312-cp312-win32.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c04230b9e9cfdca9cf3eb09a0bec6cf2f084640f1f1ca1929cca51411af85de2
MD5 a73a8297b5a8732b7d66fc7124a744cd
BLAKE2b-256 248cc84df085310f2489e293adc7880f82339f50dcd6cf9dba2750b81eaf11d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a99e56d2575aa74c48c0cd08852a65d5fc952798f76a34236256d5589bf5aa0
MD5 ebb502938d67641a2bc81f0abe1dbece
BLAKE2b-256 67d67d24b60ee878167e3cef6d37fad7d15cf660c0d510539d1417fd59665d1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56d1197eadd5774582b259cde4364357da71542758d8e917f91cc6ed7ed5b262
MD5 071f98c43a7748d0f7d05be85902f91b
BLAKE2b-256 02b2365423ac0f8d13afffb28e6f3d6bf1aae242934f16ae3eda5f3615c0e978

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c872d4074360964697c39c1544fe8c91bfecbff27c1cdda1fee5498e5fdadcda
MD5 aea18f026d9b29310b1d6fdf5355418d
BLAKE2b-256 0a3101e3ae56940c9aff2886f06a660641ec779d7265aef8b3bd981add67f3a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pycurl-7.45.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycurl-7.45.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 878ae64484db18f8f10ba99bffc83fefb4fe8f5686448754f93ec32fa4e4ee93
MD5 78898cb527feb31abd83dbe4415dc584
BLAKE2b-256 c490b26b72fc8e10cd3ab9fb2cfc995106348e2916779de7feb629772f67d8d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp311-cp311-win_amd64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp311-cp311-win32.whl.

File metadata

  • Download URL: pycurl-7.45.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycurl-7.45.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 357ea634395310085b9d5116226ac5ec218a6ceebf367c2451ebc8d63a6e9939
MD5 fa8a4db1c05a46062a0247f45180dd0c
BLAKE2b-256 e2c6ab4e44ac30853b53239af03eeb4e798851c4bfbe182f3aeec29dc7f11e41

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp311-cp311-win32.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0cd6b7794268c17f3c660162ed6381769ce0ad260331ef49191418dfc3a2d61a
MD5 1ae407f35e6ec5ab791a15f47eb9d95c
BLAKE2b-256 9e5ad6708fbf2727a256983513828250c097aff6a99fc222071a030f108f41ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 334721ce1ccd71ff8e405470768b3d221b4393570ccc493fcbdbef4cd62e91ed
MD5 ce73316b72b0731121ecad31e623711d
BLAKE2b-256 59bcfb422d2f7568e5ebdbbf34ecfb3e80303d4fa4679319f7d068fb769c521e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6fd295f03c928da33a00f56c91765195155d2ac6f12878f6e467830b5dce5f5
MD5 ced03f01336d3a3bb53babe7a822093a
BLAKE2b-256 f4a907a54c81b3fc6d5634e7298f657f9b8fd3d907b1245ef0d16f3b60f67835

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6f57ad26d6ab390391ad5030790e3f1a831c1ee54ad3bf969eb378f5957eeb0a
MD5 52150c09ab5d5a67097f8fbfe96253f1
BLAKE2b-256 85450cc7060dd0a69dbe4806c71460e7a388e2b19097298eb2b4ac4acddea2a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pycurl-7.45.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycurl-7.45.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 abe1b204a2f96f2eebeaf93411f03505b46d151ef6d9d89326e6dece7b3a008a
MD5 cfafb2a31bd46df3ed143fef8724e89d
BLAKE2b-256 23c17e6c29a814de032d21fe40e679855a6b359f3b2099ab48f9bef346d88b41

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp310-cp310-win_amd64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp310-cp310-win32.whl.

File metadata

  • Download URL: pycurl-7.45.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycurl-7.45.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d0b5501d527901369aba307354530050f56cd102410f2a3bacd192dc12c645e3
MD5 260a3d938672d1df1caf8ac551f4bb6c
BLAKE2b-256 be570039590b322ef00a1e5664fab888f26bc18b891d0675340d151a106101ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp310-cp310-win32.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a21e13278d7553a04b421676c458449f6c10509bebf04993f35154b06ee2b20
MD5 8c439ec8a44defac9c00ad0d93659627
BLAKE2b-256 acb41682fe9d8df5223f6dffa34fe99886ec1a02b136d2cea1f5ec4ad46f1548

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3441ee77e830267aa6e2bb43b29fd5f8a6bd6122010c76a6f0bf84462e9ea9c7
MD5 f8f78a324850bb9cc8436c53b48e69b1
BLAKE2b-256 0963c7ec2bfedabd71cd71acaed094f3a831ea06198e3b078a199fc353178728

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 942b352b69184cb26920db48e0c5cb95af39874b57dbe27318e60f1e68564e37
MD5 e256c47f99be5879ba24ca2e7d7c3dfb
BLAKE2b-256 22b0c5d90c97741e9896c76490edead6056adb87d7083e3bf4761218072cf10d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c31b390f1e2cd4525828f1bb78c1f825c0aab5d1588228ed71b22c4784bdb593
MD5 99bde51a8b53ffe53fbdedf603db32e6
BLAKE2b-256 3111a491677a902053e2720c29e9bc743313e156579da71fcf281b0883e36674

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pycurl-7.45.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycurl-7.45.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2d1a49418b8b4c61f52e06d97b9c16142b425077bd997a123a2ba9ef82553203
MD5 f4c0008ddd429896ef616e22811a526d
BLAKE2b-256 225c7d88e67794ea87f0470e05d248b2d164da198254c5b749c1db53f7d52c56

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp39-cp39-win_amd64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: pycurl-7.45.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycurl-7.45.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1309fc0f558a80ca444a3a5b0bdb1572a4d72b195233f0e65413b4d4dd78809b
MD5 779ec9cefd414c76b130945d99536c54
BLAKE2b-256 ba9274f1165737c11867ac8a7bae385f1c19dead7c70bb1790950f67fd034165

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp39-cp39-win32.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3fc0b505c37c7c54d88ced27e1d9e3241130987c24bf1611d9bbd9a3e499e07c
MD5 83c8fa99bdad601b65820be19de65958
BLAKE2b-256 4d1a22f6926079e2d6db9a961422fa42a48aa997d983935c736bad90e2d8dc3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 81005c0f681d31d5af694d1d3c18bbf1bed0bc8b2bb10fb7388cb1378ba9bd6a
MD5 19ab6b60d830f2927a7807e5475dfa2a
BLAKE2b-256 cb563609241ce645b3fc7124d65dd76ec427dd413ebed7aaabae3ecd4699c7fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f721e3394e5bd7079802ec1819b19c5be4842012268cc45afcb3884efb31cf0
MD5 2505f1cbe9f6f468f53274d8f619facb
BLAKE2b-256 6f536797032e07842cc1bdb66a48cf24e89105864174762ff889e9b99d233863

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pycurl-7.45.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pycurl-7.45.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a554a2813d415a7bb9a996a6298f3829f57e987635dcab9f1197b2dccd0ab3b2
MD5 7df41ef1043d7a7174997f72d2f045a1
BLAKE2b-256 bc1d1dab431daed0c8711e0e0b25fd0cffe896a4590dd3b7b3adda4201d8f783

See more details on using hashes here.

Provenance

The following attestation bundles were made for pycurl-7.45.6-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: cibuildwheel.yml on pycurl/pycurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page