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.20.1.tar.gz (734.3 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 macOS 10.13+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

asyncpg-0.20.1-cp37-cp37m-manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m macOS 10.13+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

asyncpg-0.20.1-cp36-cp36m-macosx_10_13_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

asyncpg-0.20.1-cp35-cp35m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

asyncpg-0.20.1-cp35-cp35m-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.5m

asyncpg-0.20.1-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.20.1.tar.gz.

File metadata

  • Download URL: asyncpg-0.20.1.tar.gz
  • Upload date:
  • Size: 734.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1.tar.gz
Algorithm Hash digest
SHA256 394bf19bdddbba07a38cd6fb526ebf66e120444d6b3097332b78efd5b26495b0
MD5 7925b912f216253d7782b8fd68288d5f
BLAKE2b-256 fdb0f55fd9262faca7e93af3b4f5f677a16dcc380545d1ae76124f09bc6b58ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2af6a5a705accd36e13292ea43d08c20b15e52d684beb522cb3a7d3c9c8f3f48
MD5 c932c7b5680a8fc3db5c7d5975dc0469
BLAKE2b-256 3b3ab8a93cc3cf439260c48ea5ce427657d27b45de3fd066bee9ead33a678065

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e39aac2b3a2f839ce65aa255ce416de899c58b7d38d601d24ca35558e13b48e3
MD5 23f899cd1a0c022b24b20ae07f7b7b49
BLAKE2b-256 6cb24d84e5d126d1de5c23adc7d6c98d1cc8bb64c9c2ca413faee0f3cb2946bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a9e6fd6f0f9e8bd77e9a4e1ef9a4f83a80674d9136a754ae3603e915da96b627
MD5 e3fcec00d7daafa99c55851ac3e5c5fc
BLAKE2b-256 eeaab7d71b4ecfe7252ac279ce58ab0bbe3b0ca8e51b0aad408e559034268e66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a981500bf6947926e53c48f4d60ae080af1b4ad7fa78e363465a5b5ad4f2b65e
MD5 433778c2c9204b4d6bc27cd72054741b
BLAKE2b-256 efe21c98ceb4a323ae144fedd0e3101089e3fbd846840cf928a720f2c83f71aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 391aea89871df8c1560750af6c7170f2772c2d133b34772acf3637e3cf4db93e
MD5 827e8aa6131adacd28d69799e79c3307
BLAKE2b-256 f9045b626ef6cc3ab46a4e7b55ae1d90aa212610209c306306e1c4cff11a2ba1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 74510234c294c6a6767089ba9c938f09a491426c24405634eb357bd91dffd734
MD5 262371901ccf06540e5a61859dd8dc5f
BLAKE2b-256 981b98cb955ac3e087d0cfa3c48b6402191c45703ed3c9a096005c0bfcc0a9bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 da238592235717419a6a7b5edc8564da410ebfd056ca4ecc41e70b1b5df86fba
MD5 33b83f5111ae69cbb04f127f750f129c
BLAKE2b-256 d26af3bc7af2c37fbdf73448397878edc87af8530f41bbd3e4635ed82303d75b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ba90d3578bc6dddcbce461875672fd9bdb34f0b8215b68612dd3b65a956ff51c
MD5 e3fb4f2681501a6acad48d1a272ecd53
BLAKE2b-256 b835866af60f23031933b99cd867fdfce54c2fbc0d35963b41eeaae95b39efe2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ad5ba062e09673b1a4b8d0facaf5a6d9719bf7b337440d10b07fe994d90a9552
MD5 423f31d03ad154eb78f9d3cb7d773aa7
BLAKE2b-256 9dd9de0de0dc4125fc58e78a993c612047e76469debbf9d320792537fdd4783e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0c336903c3b08e970f8af2f606332f1738dba156bca83ed0467dc2f5c70da796
MD5 b34e55a649d3bfd5bdb810966ffc4071
BLAKE2b-256 56c0d8b8d65ff1591b90a33880f8031f6d45b4e99d2025aeaeab37ba7d7b6cba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 57666dfae38f4dbf84ffbf0c5c0f78733fef0e8e083230275dcb9ccad1d5ee09
MD5 93d0159a4ae8efc8fb2059b2065020a1
BLAKE2b-256 5c06774ebfe173da968178dcd775572f463382f93dc57caee0916beaad0f5c35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5664d1bd8abe64fc60a0e701eb85fa1d8c9a4a8018a5a59164d27238f2caf395
MD5 d91540de8dc5049dae26d9f791915d78
BLAKE2b-256 fdab2d66b3e72389cbfe5de42c8c59510ee036a03c9a0ad50b4aef3f136eecee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c773c7dbe2f4d3ebc9e3030e94303e45d6742e6c2fc25da0c46a56ea3d83caeb
MD5 cea0a063c16358255a2f1a6b42230cbd
BLAKE2b-256 c718fb606a5fca7188a219af7b6f1e4c2f03b0b2fc3a1af7860990c6f3b407d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 058baec9d6b75612412baa872a1aa47317d0ff88c318a49f9c4a2389043d5a8d
MD5 3990a12f64c61db523184936d12fe6a3
BLAKE2b-256 e79edc28c9bfc58867f11eabe86cca2d79405fbaeefcad564105979c8a9f9226

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 95cd2df61ee00b789bdcd04a080e6d9188693b841db2bf9a87ebaed9e53147e0
MD5 72ba3fffc252f17377aa0814253c63cd
BLAKE2b-256 c4953e6ddde58a51fc0fd04360649e2d30d403bb1a01aff9589bda84711bbbd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 25edb0b947eb632b6b53e5a4b36cba5677297bb34cbaba270019714d0a5fed76
MD5 9d81a31ec51553022672ec3a12650410
BLAKE2b-256 9fb8fa6fb92c91fc8ecbd96494d3210b683dab9c6f1d7bdae68cb5db4a46ce68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 ec6e7046c98730cb2ba4df41387e10cb8963a3ac2918f69ae416f8aab9ca7b1b
MD5 4c71d60d8998d94de4c9d0a2ebc0756f
BLAKE2b-256 0c66e2c660fac5886e3408daf51ab8df00d88cad43a8ee88c8b26519a3a0b970

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1388caa456070dab102be874205e3ae8fd1de2577d5de9fa22e65ba5c0f8b110
MD5 e64efa0bc2a09e77d25040916a485318
BLAKE2b-256 971c35ecbf05f10a69b75dc5cce2e94b42120cade0817593d740d49fc1deeced

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f0c9719ac00615f097fe91082b785bce36dbf02a5ec4115ede0ebfd2cd9500cb
MD5 d0b5c3834cc7b841188050a201892959
BLAKE2b-256 890a4f1d48b83522bb708a8e96486d98fb66cfcaabfe0737f53f8630d0a4bbd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncpg-0.20.1-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for asyncpg-0.20.1-cp35-cp35m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f7184689177eeb5a11fa1b2baf3f6f2e26bfd7a85acf4de1a3adbd0867d7c0e2
MD5 67b9e9efbc7730e3c0e23117031108ef
BLAKE2b-256 c3fa468938a2e5136b8ac3710f16f96950c47615c72cc64fe0527f9fa93440ce

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