Skip to main content

Automatic aiohttp ClientSession management

Project description

A module to automatically manage aiohttp.ClientSession objects for you to improve performance.

The package manages a global cache of aiohttp.ClientSession objects based on the host a particular request is connecting to so connections can be reused between requests.

It also simplifies the API.

Usage

The usage is similar to the python requests library:

import aiohttp_client
async with aiohttp_client.get('http://www.google.com') as resp:
    # do something here

1.0.1 (2018-05-14)

  • Updated setup.py to point to aihttp_client.py

1.0.0 (2018-04-09)

  • initial release

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

aiohttp_client_manager-1.0.1.tar.gz (2.2 kB view details)

Uploaded Source

File details

Details for the file aiohttp_client_manager-1.0.1.tar.gz.

File metadata

File hashes

Hashes for aiohttp_client_manager-1.0.1.tar.gz
Algorithm Hash digest
SHA256 59e084c9df5250a67c2d397ecbd908bc4d1727b5275410e5655931ec22d2619a
MD5 facdb23ee2fb3b28a07bf84d550a099c
BLAKE2b-256 1e9deb5cdc996392288a8ba11a1ee56adf222540011e1b2e432d15f2aed07c12

See more details on using hashes here.

Supported by

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