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

Uploaded 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