Skip to main content

python library for transferring data specified with URL syntax using cURL

Project description

cURL-light

python library for transferring data specified with URL syntax using cURL. Curl is a python library and a command line tool for transferring data specified with URLsyntax. Find out how to use curl by reading the curl
help page or the MANUAL document. Find out how to install Curl by reading the INSTALL document.

libcurl is the library curl is using to do its job. its heavy for python so I made this for you*

Example

import curl
s, data = curl.get('https://w3schools.com')
print(s)
print(data)

NOTICE

Curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan. This notice is included here to comply with the distribution terms. cURL-light is licensed under MIT.

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

cURL-light-7.64.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

cURL_light-7.64.0.1-py2.py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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