gituser/production/: pycurl-7.43.0.5 metadata and description

Homepage Simple index

PycURL -- A Python Interface To The cURL library

author Kjetil Jacobsen, Markus F.X.J. Oberhumer, Oleg Pudeyev
author_email kjetilja@gmail.com, markus@oberhumer.com, oleg@bsdpower.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
  • License :: OSI Approved :: MIT License
  • Operating System :: Microsoft :: Windows
  • Operating System :: POSIX
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Topic :: Internet :: File Transfer Protocol (FTP)
  • Topic :: Internet :: WWW/HTTP
keywords curl,libcurl,urllib,wget,download,file transfer,http,www
license LGPL/MIT
maintainer Oleg Pudeyev
maintainer_email oleg@bsdpower.com
File Tox results History
pycurl-7.43.0.5-cp27-cp27mu-linux_x86_64.whl
Size
247 KB
Type
Python Wheel
Python
2.7
pycurl-7.43.0.5-cp37-cp37m-linux_x86_64.whl
Size
278 KB
Type
Python Wheel
Python
3.7

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:

Requirements

  • Python 2.7 or 3.4 through 3.6.

  • libcurl 7.19.0 or better.

Installation

Download source and binary distributions from PyPI or Bintray. Binary wheels are now available for 32 and 64 bit Windows versions.

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.