Skip to main content

Asynchronous HTTP Client for Python.

Project description

EvaRequests

EvaRequests is Asynchronous HTTP Client for Python.

Example Usage

from evarequests import r, EvaRequests

evaRequests = EvaRequests()


def callback(future):
    res = future.result()
    print(res)


r.get(url='http://www.baidu.com')
evaRequests.get(callback, url='http://www.baidu.com')

Installing EvaRequests

EvaRequests is available on PyPI:

$ python -m pip install evarequests

API Reference

EvaRequests is developed based on Requests, Requests API Reference and User Guide available on Requests Docs

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

evarequests-1.0.0-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file evarequests-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: evarequests-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.6

File hashes

Hashes for evarequests-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7f612947fd22a6f5dd0c1936856345e4b1cf412e069c58fd03cf7383dc54a907
MD5 d219169f00a10208a8eb987cdf2e5a3b
BLAKE2b-256 722aadb8abd05abb7f31cb32d6e5fa62d5861a13553ae393ab47ccd0b7a2e353

See more details on using hashes here.

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