Skip to main content

An asyncio PostgreSQL driver

Project description

https://travis-ci.org/MagicStack/asyncpg.svg?branch=master https://ci.appveyor.com/api/projects/status/9rwppnxphgc8bqoj/branch/master?svg=true https://img.shields.io/pypi/v/asyncpg.svg

asyncpg is a database interface library designed specifically for PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation of PostgreSQL server binary protocol for use with Python’s asyncio framework. You can read more about asyncpg in an introductory blog post.

asyncpg requires Python 3.5 or later and is supported for PostgreSQL versions 9.2 to 12.

Documentation

The project documentation can be found here.

Performance

In our testing asyncpg is, on average, 3x faster than psycopg2 (and its asyncio variant – aiopg).

performance.png

The above results are a geometric mean of benchmarks obtained with PostgreSQL client driver benchmarking toolbench.

Features

asyncpg implements PostgreSQL server protocol natively and exposes its features directly, as opposed to hiding them behind a generic facade like DB-API.

This enables asyncpg to have easy-to-use support for:

  • prepared statements

  • scrollable cursors

  • partial iteration on query results

  • automatic encoding and decoding of composite types, arrays, and any combination of those

  • straightforward support for custom data types

Installation

asyncpg is available on PyPI and has no dependencies. Use pip to install:

$ pip install asyncpg

Basic Usage

import asyncio
import asyncpg

async def run():
    conn = await asyncpg.connect(user='user', password='password',
                                 database='database', host='127.0.0.1')
    values = await conn.fetch('''SELECT * FROM mytable''')
    await conn.close()

loop = asyncio.get_event_loop()
loop.run_until_complete(run())

License

asyncpg is developed and distributed under the Apache 2.0 license.

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

asyncpg-0.21.0.tar.gz (746.8 kB view details)

Uploaded Source

Built Distributions

asyncpg-0.21.0-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

asyncpg-0.21.0-cp38-cp38-win32.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86

asyncpg-0.21.0-cp38-cp38-manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.8

asyncpg-0.21.0-cp38-cp38-manylinux1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8

asyncpg-0.21.0-cp38-cp38-manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.8

asyncpg-0.21.0-cp38-cp38-macosx_10_13_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 macOS 10.13+ x86-64

asyncpg-0.21.0-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

asyncpg-0.21.0-cp37-cp37m-win32.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86

asyncpg-0.21.0-cp37-cp37m-manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.7m

asyncpg-0.21.0-cp37-cp37m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.7m

asyncpg-0.21.0-cp37-cp37m-manylinux1_i686.whl (2.6 MB view details)

Uploaded CPython 3.7m

asyncpg-0.21.0-cp37-cp37m-macosx_10_13_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

asyncpg-0.21.0-cp36-cp36m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

asyncpg-0.21.0-cp36-cp36m-win32.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86

asyncpg-0.21.0-cp36-cp36m-manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.6m

asyncpg-0.21.0-cp36-cp36m-manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.6m

asyncpg-0.21.0-cp36-cp36m-manylinux1_i686.whl (2.6 MB view details)

Uploaded CPython 3.6m

asyncpg-0.21.0-cp36-cp36m-macosx_10_13_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

asyncpg-0.21.0-cp35-cp35m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.5m Windows x86-64

asyncpg-0.21.0-cp35-cp35m-win32.whl (1.0 MB view details)

Uploaded CPython 3.5m Windows x86

asyncpg-0.21.0-cp35-cp35m-manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.5m

asyncpg-0.21.0-cp35-cp35m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.5m

asyncpg-0.21.0-cp35-cp35m-manylinux1_i686.whl (2.6 MB view details)

Uploaded CPython 3.5m

asyncpg-0.21.0-cp35-cp35m-macosx_10_13_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.5m macOS 10.13+ x86-64

File details

Details for the file asyncpg-0.21.0.tar.gz.

File metadata

  • Download URL: asyncpg-0.21.0.tar.gz
  • Upload date:
  • Size: 746.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0.tar.gz
Algorithm Hash digest
SHA256 53cb2a0eb326f61e34ef4da2db01d87ce9c0ebe396f65a295829df334e31863f
MD5 94daed59b70dc96641f7e8ae8aee470b
BLAKE2b-256 084bae73e69c5ec9c45f6b07d3cb151ee8597ddb5c3f3b539cf4dfa4af13031d

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 823eca36108bd64a8600efe7bbf1230aa00f2defa3be42852f3b61ab40cf1226
MD5 ab8f86ea8a017d7bedef25a5b7cc8a17
BLAKE2b-256 52b4799a57708f7f7d9716e5e8edea04a71e8b4602078d9aae7f87b784dfb3d8

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 615c7e3adb46e1f2e3aff45e4ee9401b4f24f9f7153e5530a0753369be72a5c6
MD5 eb82e62a0a4458c6601afb633665db14
BLAKE2b-256 09503fb0fd2de0b69129e598ab43fbbba986a1a86278c4219b20edbe2dab85ad

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e51d1a012b779e0ebf0195f80d004f65d3c60cc06f0fa1cef9d3e536262abbd
MD5 89c10522506249790ed7920837613621
BLAKE2b-256 6a12f19e83259c18fd81daf012051abf175651b24f2cc0fdfaa2d62f317c0afc

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ea26604932719b3612541e606508d9d604211f56a65806ccf8c92c64104f4f8a
MD5 3412e0be17d299d24f7a84fe02f216c2
BLAKE2b-256 4699c43f829be02f9c36d3eb98fa4f3f4d53fd59eb3449b10fe72c2a28d5405b

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3ade59cef35bffae6dbc6f5f3ef56e1d53c67f0a7adc3cc4c714f07568d2d717
MD5 2639cc39aaa6fd17cc9f5d426506f3d1
BLAKE2b-256 3ed667ead239ab6b9849ad6158b8c85d8c2b9a4975703950134edf8dda9caebe

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp38-cp38-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ecd5232cf64f58caac3b85103f1223fdf20e9eb43bfa053c56ef9e5dd76ab099
MD5 cff1212cd1daadfcedbc1aae0481eb46
BLAKE2b-256 b15d1c33cadb8c4175231987c548a96da04f7d5fe00453518489b8cef19822c8

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 888593b6688faa7ec1c97ff7f2ca3b5a5b8abb15478fe2a13c5012b607a28737
MD5 e1c6a3448818c4c4dc6a8780ff751a70
BLAKE2b-256 f8520bc705afa8542e999aaf82cdf8c1b9297e22dc8f1d03634f2c9a0396112b

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 308b8ba32c42ea1ed84c034320678ec307296bb4faf3fbbeb9f9e20b46db99a5
MD5 cd408461f853b857e07f53ef174f7da1
BLAKE2b-256 67df97f974ec5880360ef3f722974de60529de0b217580d756a9736535817c94

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 915cebc8a7693c8a5e89804fa106678dbedcc50d0270ebab0b75f16e668bd59b
MD5 e497c3470278a8a44adc0817b8b21063
BLAKE2b-256 4227ebb4a8dbeeb929a0ec88a6681b00347d6ec258de3cfe0b018168bcb72ab5

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 28584783dd0d21b2a0db3bfe54fb12f21425a4cc015e4419083ea99e6de0de9b
MD5 8df55a3821c13ba9d7292e3a8e4b133a
BLAKE2b-256 57b3be568b0da0f56df5e4ac31f83f1a00e73be3755e4dff49284866e9f10344

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 aa2e0cb14c01a2f58caeeca7196681b30aa22dd22c82845560b401df5e98e171
MD5 25f4570e0af100421239749adc2333e4
BLAKE2b-256 6bc6ae8d69eff16f920549c1ca69e2b7caca739a87320a71c2c4ff8f9a6e7f51

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp37-cp37m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4421407b07b4e22291a226d9de0bf6f3ea8158aa1c12d83bfedbf5c22e13cd55
MD5 49e00f1a28f04926b0683d846cbb9cd6
BLAKE2b-256 3c00a885c136948e0ee779c36ea4ae5b319049bbd739323770b905c1ae2e4bbd

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7ee29c4707eb8fb3d3a0348ac4495e06f4afaca3ee38c3bebedc9c8b239125ff
MD5 8168a8df23baca6673bf55daabfb474d
BLAKE2b-256 c01a95c502582cc2bfbf0bd874912e120496c0c7f007cfa45be7a0896b1cd036

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 dddf4d4c5e781310a36529c3c87c1746837c2d2c7ec0f2ec4e4f06450d83c50a
MD5 e771fe36e49f50726841a3c6ef8e8f20
BLAKE2b-256 65371a16b092614fcad8234f0c6e17a6713c315a843c9841b1ceba67b365cba2

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4c1feb285ec3807ecd5b54ab718a3d065bb55c93ebaf800670eadde31484be8
MD5 4cf2ea501e4f9e1a00eb339fe2666dac
BLAKE2b-256 71218bf959972e9486e374a6ca0b5f6851c4edfd4f9ab3527228d9bb859d91a6

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 68f7981f65317a5d5f497ec76919b488dbe0e838f8b924e7517a680bdca0f308
MD5 1d898853afcba5a7d37d5b9eb6589d0f
BLAKE2b-256 9d3c2544cc61fb7bbe56733e79782ce447b2a31ca7d30c17782cf1ac5164f146

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e7bfb9269aeb11d78d50accf1be46823683ced99209b7199e307cdf7da849522
MD5 f9875adfce3153613d1fdc73a84ff6fe
BLAKE2b-256 35e7f9a81a0d2b77856324bf24a28e137248bceb2445d1f0dff88cd63bc1b21a

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp36-cp36m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f2d1aa890ffd1ad062a38b7ff7488764b3da4b0a24e0c83d7bbb1d1a6609df15
MD5 4a161cb3c95a994268fda78fc73ce14b
BLAKE2b-256 6c8018b920098536ff116a0eef841264a335e415a3c6649ae1a048b47f8a925c

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 22d161618b59e4b56fb2a5cc956aa9eeb336d07cae924a5b90c9aa1c2d137f15
MD5 878d5d2afc4a840b7cb99414e8cd2b58
BLAKE2b-256 c92667c9c7aa8b3b7e536a7e84f18339fb47473ed573e5ff8640709add917eea

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 b1b10916c006e5c2c0dcd5dadeb38cbf61ecd20d66c50164e82f31c22c7e329d
MD5 a136fec76b51a4f1794f978c599d3ebc
BLAKE2b-256 3c738814749b2cfa6952d80c94f15041692b2c4681871244667dd0c0d75218d1

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp35-cp35m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp35-cp35m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp35-cp35m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8587e206d78e739ca83a40c9982e03b28f8904c95a54dc782da99e86cf768f73
MD5 78408f8193e23dfb871deef0aaa87f51
BLAKE2b-256 04ef20528b5d6790c6fdff2230f811d6d52ef51f5f1af95220fc93295e42a26f

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dfd491e9865e64a3e91f1587b1d88d71dde1cfb850429253a73d4d44b98c3a0f
MD5 ae425c1da0510c259f16165754487ec8
BLAKE2b-256 1c2dd1f82f76025bb65d1c31dc3661a3d77ff6b6d96870e7d0a9c843f2383cb6

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6b7807bfedd24dd15cfb2c17c60977ce01410615ecc285268b5144a944ec97ff
MD5 ef62973097b1582c79244c0b229d782c
BLAKE2b-256 a65438c6b08bdf5ebd6021be2fd4e49ebb5e50964b595d9e09f1b97a4a4dc5e3

See more details on using hashes here.

File details

Details for the file asyncpg-0.21.0-cp35-cp35m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: asyncpg-0.21.0-cp35-cp35m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.5m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for asyncpg-0.21.0-cp35-cp35m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 09badce47a4645cfe523cc8a182bd047d5d62af0caaea77935e6a3c9e77dc364
MD5 4c4ed2b9b7cdec036a80539d1132dacf
BLAKE2b-256 0f51362c197fccbc90ed210a6dd9531356421fec73499b478fedb016c66fb589

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