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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cURL-light-7.64.0.1.tar.gz
.
File metadata
- Download URL: cURL-light-7.64.0.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94f3bedb82dcee95d8db1c8aa2baea17d770551a6500b62e7bfc14649e505d2f |
|
MD5 | 4e4b3c0c8d168ee951b37a921ca2720d |
|
BLAKE2b-256 | bafe7655ba07ee2345ac9c681d9a5d2742d40c33cf569d8fcb9f509af23b1797 |
File details
Details for the file cURL_light-7.64.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: cURL_light-7.64.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8e80e6ceb7a7ec6f27843905a73477f1c03358ef2b6bc4ae093b8e98166010b |
|
MD5 | 718ca35c93b934b333a0fe1a26b460ac |
|
BLAKE2b-256 | 8e1adf28a52d673d8a00e1498f338c1a3bfea1b482aca30c78151d61f1276820 |