An asyncio GaussDB driver
Project description
async_gaussdb is a database interface library designed specifically for GaussDB and openGauss databases with Python/asyncio. This fork of async_gaussdb is optimized for GaussDB/openGauss compatibility, including native SHA256 authentication support and enhanced features for enterprise database environments.
async_gaussdb requires Python 3.8 or later and is specifically designed for GaussDB and openGauss databases. It includes compatibility fixes and optimizations for openGauss-specific features and enterprise database requirements.
Key Features for GaussDB/openGauss: * Native SHA256 authentication support * Optimized for openGauss protocol compatibility * Enhanced error handling for enterprise database features * Support for GaussDB-specific data types and functions * Comprehensive test suite adapted for openGauss
Features
async_gaussdb implements the GaussDB/openGauss server protocol natively and exposes its features directly, optimized for enterprise database environments:
SHA256 authentication - Native support for GaussDB/openGauss authentication
prepared statements - Optimized for openGauss query execution
scrollable cursors - Full cursor support for large result sets
partial iteration on query results - Memory-efficient data processing
automatic encoding and decoding of composite types, arrays, and any combination of those
straightforward support for custom data types
openGauss compatibility - Comprehensive test suite and error handling
Enterprise features - Optimized for production GaussDB environments
Installation
async_gaussdb is available on PyPI. When not using GSSAPI/SSPI authentication it has no dependencies. Use pip to install:
$ pip install async-gaussdb
If you need GSSAPI/SSPI authentication, use:
$ pip install 'async-gaussdb[gssauth]'
Basic Usage
import asyncio
import async_gaussdb
async def run():
# Connect to GaussDB/openGauss
conn = await async_gaussdb.connect(
user='omm',
password='your_password',
database='postgres',
host='127.0.0.1',
port=5432
)
# Execute queries with full GaussDB support
values = await conn.fetch(
'SELECT * FROM mytable WHERE id = $1',
10,
)
await conn.close()
asyncio.run(run())
GaussDB/openGauss Specific Features
This library includes enhanced support for GaussDB and openGauss databases:
import asyncio
import async_gaussdb
async def run():
# Connect with SHA256 authentication (GaussDB/openGauss specific)
conn = await async_gaussdb.connect(
user='omm',
password='your_password',
database='postgres',
host='127.0.0.1',
port=5432
)
# Use GaussDB-specific features
# The library automatically handles openGauss protocol differences
values = await conn.fetch(
'SELECT * FROM mytable WHERE id = $1',
10,
)
await conn.close()
asyncio.run(run())
async-gaussdb is developed and distributed under the Apache 2.0 license by MagicStack Inc. and the HuaweiCloudDeveloper team.
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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file async_gaussdb-0.30.4.tar.gz.
File metadata
- Download URL: async_gaussdb-0.30.4.tar.gz
- Upload date:
- Size: 997.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f11572019c1948bb9e2ee5d0454876f1d46997662d4fcb2ffcc855ee748c728
|
|
| MD5 |
6083bc790c8e1ec253273e6c7921dbc1
|
|
| BLAKE2b-256 |
a1fe9d90e68b217a4a1b94f4de1cd84d4f35bf98512c28bed401fd5359f3e9c8
|
File details
Details for the file async_gaussdb-0.30.4-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 567.0 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c1f5dfc0aed0ea7f0e13aff966b5e9d8256ef25794da3ffc0170b5717a97605
|
|
| MD5 |
ebfbb8c86a619a923218487b50a81951
|
|
| BLAKE2b-256 |
bc26317ad59f952b72fe800feed6d3e4759ad1adec1dbb61d55e33622c191aa7
|
File details
Details for the file async_gaussdb-0.30.4-cp313-cp313-win32.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp313-cp313-win32.whl
- Upload date:
- Size: 501.2 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56f1b582fa75803a8006b79fbcf0b7f79b58b30068eae73d684cdbc84d97f01b
|
|
| MD5 |
5ce00b421dd6b4472712be0322f62956
|
|
| BLAKE2b-256 |
41af0ed04b7a99302ac1564d7183ed3c35c0b18924a302eb9299e45c4dd4c7f3
|
File details
Details for the file async_gaussdb-0.30.4-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73bbb85f3df126b43dea270df2c404e3d1aa15d080895abe3038e1457d972535
|
|
| MD5 |
9eb0603b56ac4906cf7d330ba95e8195
|
|
| BLAKE2b-256 |
596ab0e9c2a1ccfe8c34f21d9d1409ddd2ee09387a2fd8f374f83361f410a8b6
|
File details
Details for the file async_gaussdb-0.30.4-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76adff12536f85703ac1d85a38dc4b79ed8618267352f089c71bb04de6d03694
|
|
| MD5 |
05a46690ed716e4ecdccdf80a8718ef2
|
|
| BLAKE2b-256 |
dd5a0b085217af2e953903b2eef6045c1c7b34fb134ec564c289aa35260a7c0f
|
File details
Details for the file async_gaussdb-0.30.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7d0151fa03de653a2e8b0c9d7e4f028f3c08c73135e80275149902f31e807d6
|
|
| MD5 |
48f0b59df3f89a9dab568196ccd899eb
|
|
| BLAKE2b-256 |
d0d8467d6449327fbaaba1e587fb1d9b1b359b7617d4ce532d4ed2c334a4ea0a
|
File details
Details for the file async_gaussdb-0.30.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b6feebe028dc848fe25a9b2fc62d1e604e8f3714c69d33ef839371a857a8807
|
|
| MD5 |
56029c77873558d1776661a1c35c7010
|
|
| BLAKE2b-256 |
eab3d5ec6f370c699bea2bb170a1617d7d13114156cff639593d3b36fad74602
|
File details
Details for the file async_gaussdb-0.30.4-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 622.3 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db5ee373de60d3d471140662796651c2bb5d5241685f5f35a5c1eefabcd55d03
|
|
| MD5 |
2d91c9e938aea416cdd399824e870eb5
|
|
| BLAKE2b-256 |
df2e12c2748413a9e76ce385ffe8a71ec36da70a3eef0456f193a97894a5cce7
|
File details
Details for the file async_gaussdb-0.30.4-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 642.8 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adf508e601bd5cab9545ea6b974769131e264a3142d59f5341663ac60e4e488e
|
|
| MD5 |
4bdb95571c43379fcbb744fb1fe3eeab
|
|
| BLAKE2b-256 |
0f05b36725148c55f5d6b28d09745773b18f1f5fa19540744d1d0b5b90beaf7c
|
File details
Details for the file async_gaussdb-0.30.4-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 564.5 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33167f03ffc1d9a42416eb26bfa116798566fceb60b196b44103d7f80e7cca81
|
|
| MD5 |
95f8a9dd58bac9681e3e304965bf76df
|
|
| BLAKE2b-256 |
0483ce7eadc1c433bb4db34fa25b2971cc8d662723d7275b0a622bb5a48a56cf
|
File details
Details for the file async_gaussdb-0.30.4-cp312-cp312-win32.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp312-cp312-win32.whl
- Upload date:
- Size: 501.8 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44028d5fecb1f912e0b65ed1f679c07d02d9b0d9fd629192283ee69b211a9fd7
|
|
| MD5 |
d6679ac67f53e1d921875dcf8bf69cef
|
|
| BLAKE2b-256 |
893b8a2187e6ab364753d98707d05a3f3548a1fe100566ad6d3c986f23fa2e8a
|
File details
Details for the file async_gaussdb-0.30.4-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1cbe01e1df80415792ae37741f40b6d42ca6e12052223ec372b3d3cd3f2fcce
|
|
| MD5 |
da42b9e309ced3c4aeb32c96a6c3e50c
|
|
| BLAKE2b-256 |
f282de6cc8225003794275fd36f7910894ad336ca9b5a24a6060adbc8ad3a17e
|
File details
Details for the file async_gaussdb-0.30.4-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b655de13dc1d28722065abbcbf0d0b7a22042f6b77308f3153fdccf1c811dcd
|
|
| MD5 |
8d2c68ce455a9dc2266ba8d98609d974
|
|
| BLAKE2b-256 |
9ff9dd5f968d811755fa9d0287f628f42a25f5b64bcead1b6d7fb0c8aee53094
|
File details
Details for the file async_gaussdb-0.30.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cab9753b08877b72772dc9887cfc1a19afa530a5bb1803e358ea28545d591915
|
|
| MD5 |
9ed2f629139d076f2412c59a288f3e51
|
|
| BLAKE2b-256 |
746daee0907d743be10d03a2c13e3d144c8bf8a9eda99573ac3ab9cdc792fd13
|
File details
Details for the file async_gaussdb-0.30.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a2ac226f7ff184cd77ae5cd8d6f389aaa2578cac722d14f48d6cbcd52069655
|
|
| MD5 |
188d69b4d365e29d46c58ea8a5d52088
|
|
| BLAKE2b-256 |
338cbcf6e4fd207bfc9716242d4f11d7f24916f8dff534c0f1304f1d2979bc91
|
File details
Details for the file async_gaussdb-0.30.4-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 623.6 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
867b47d468001907af1b1de7b5dc076e60da7bb72e3ef6e127feb2c16be31a75
|
|
| MD5 |
11412bc2a8dce7e7dbea97f72ef51cc9
|
|
| BLAKE2b-256 |
51b56fdbd4ec6bd159b5feb396ffd5b08f935180af9fc86b4191047a8738b809
|
File details
Details for the file async_gaussdb-0.30.4-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 643.8 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e75d0b0e5b6ff94446e67fb81ffb999206243d99afff7d7c9cf3b473d266192
|
|
| MD5 |
fa7ae841de3357e26e4727bbd7d71b0f
|
|
| BLAKE2b-256 |
a25212fd64ef4d766f82bc117464e245e712150812a53c4eea14e68f0a2959e9
|
File details
Details for the file async_gaussdb-0.30.4-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 574.4 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17a878875e2ca61832e6a9b4d038f08c235894429cbeca509a027445ba828e3e
|
|
| MD5 |
b19233fa733066ad6a4ecfef807b97ee
|
|
| BLAKE2b-256 |
5763cb65638a75b45cd563b51217fcd929ebb593c91e1d280e9268f5c0f01c26
|
File details
Details for the file async_gaussdb-0.30.4-cp311-cp311-win32.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp311-cp311-win32.whl
- Upload date:
- Size: 516.0 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba407fba081345fb9207cfd050397905177d37bc2614a32eeb4f427388d348fb
|
|
| MD5 |
d938d324669359b8ad87f897e25b64a0
|
|
| BLAKE2b-256 |
9c158b66221edf824b3579bb34c180e00ed75253fffc46785831853cc2ce2efd
|
File details
Details for the file async_gaussdb-0.30.4-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
845e02da78cdc9babe92b7c840864aec64a60ba7aa8a30d7d2f5a9efa63e6758
|
|
| MD5 |
6220472fa0445da536beab2ed6b97f73
|
|
| BLAKE2b-256 |
ff84fa7b3c8d28c088f276c14561055263b5a805aba8a43cce0c946494598a16
|
File details
Details for the file async_gaussdb-0.30.4-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31235fac1a2f170092cb64ddeb841f6d9f12f30915a62caababc7a1cc06055b6
|
|
| MD5 |
16ce8889623cc58cdf327acf1b5ad940
|
|
| BLAKE2b-256 |
550af1ba1eb8614ffbc2205a4cd3a0e1f0128ff193e9f27911efdb9bdc9e0e24
|
File details
Details for the file async_gaussdb-0.30.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f459aada4c37a24f796e802d8fe41142b7191eec64914e964e6fbb878eea826b
|
|
| MD5 |
6e9346f6c77d3d914ad13740b0a58529
|
|
| BLAKE2b-256 |
b7b823b9b15c91a9e18d89ad0d928c66353133c27da1824ec2fedc7aadef5ff4
|
File details
Details for the file async_gaussdb-0.30.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63a2c79d35fa2e1e48387c91f54ac218eba85adc5927ace0f1f104f570671ec5
|
|
| MD5 |
7e0cfd0a00a9629c9d57c394803bc0be
|
|
| BLAKE2b-256 |
b58bb6b30a1ba8b866f1b31fe806fc0ff00031f55b4e09beead466b9ae658961
|
File details
Details for the file async_gaussdb-0.30.4-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 632.3 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
734aed9051cdbbd8b31265644ff882ac88bf27803d484b67e01efe972f7f0b9b
|
|
| MD5 |
7de329d8055a61643d0d4cf854003d5f
|
|
| BLAKE2b-256 |
a2af9fa56891e8b95a3d68fe8c8626a673757af1cce2d1ef3eef34d352996476
|
File details
Details for the file async_gaussdb-0.30.4-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 651.0 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc70c4289097c691794c51ea68649e7ced5c2ce186e6fec342d9969a30677861
|
|
| MD5 |
3609b5e6d6a64ab2f60d48b016b8d842
|
|
| BLAKE2b-256 |
14237803449868801cdb3d0abfe4a2506eebded8ccf90a125f56f3ab027fb465
|
File details
Details for the file async_gaussdb-0.30.4-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 571.2 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
848a6f597d75b2779fb1c929252f37d042531e8394805f929759e4ff2361e7f0
|
|
| MD5 |
37ea02d41f491593351775a16d2bb7ee
|
|
| BLAKE2b-256 |
464919c92c1ce34877a51347c693a63c5150df568d95c79e828dbb80f65d9d76
|
File details
Details for the file async_gaussdb-0.30.4-cp310-cp310-win32.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp310-cp310-win32.whl
- Upload date:
- Size: 517.7 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37f7df534071bfc31be2eefe8fa82b5860fb58dbb88dcb3b48d03107015e4a29
|
|
| MD5 |
e36c6d113e0fda30b5ddb6b19370f51e
|
|
| BLAKE2b-256 |
21d00d52a3d3bc19a9575accb4f5cb04e027d73b30ddf311abfa95fdd892fd3c
|
File details
Details for the file async_gaussdb-0.30.4-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81fc8af092d6f46f35085563758f6300bbd8e6345d5cc8e0a8bd7e784d7fba70
|
|
| MD5 |
9d1e2c79c3610d2e172c6d0c839555d4
|
|
| BLAKE2b-256 |
4bcda3b18140e7210c9e5d9a2c59237282404df288dff46ec97a8b836269a7b2
|
File details
Details for the file async_gaussdb-0.30.4-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd9d50ddf9a904b3c9da3bf2b79b515235a260ce18ca245c4559c77d7f0043b3
|
|
| MD5 |
de3d47cab2b210c4deaaf5ed7ea19af9
|
|
| BLAKE2b-256 |
da66fcacf17e570955bcdc81fec300a592328d68b1b09ff665c1b787ec847480
|
File details
Details for the file async_gaussdb-0.30.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6eecc58a38a2a942f17242fb57c55816dd1bc056dd3d764632ce6a2a35a53de
|
|
| MD5 |
8ac204fb2d42605b62af53a738ff7b56
|
|
| BLAKE2b-256 |
b31591fb689fd2be66a26a46931a07f10e92f8d0b94439bf2afffe9c31e31008
|
File details
Details for the file async_gaussdb-0.30.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90ba618b0008eae8a4ed9e352943aa5c77bfeb6f2ae8c3969093ff416c9cb6e3
|
|
| MD5 |
39526a1aba14228f6fea0144fa6d7772
|
|
| BLAKE2b-256 |
bb63f444fb00e7dc2891cf9f8b466d835df5c97d1001bafa5d2d971f541579d3
|
File details
Details for the file async_gaussdb-0.30.4-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 633.1 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f58a61ccd0aa6a9de182b8b83fef83245dd29782da66bc0c53c92079620c05d6
|
|
| MD5 |
1098b0e2b3899066ecfed0b5532ed8b3
|
|
| BLAKE2b-256 |
1f3cbcc249492b52870519f625e601967cc3eb5bc6320df3a2e97f4aff3e3557
|
File details
Details for the file async_gaussdb-0.30.4-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 651.9 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1da45f54afd72c2e50d0d02f102f1cae6b873fbd0bde157867a175d1356ddb79
|
|
| MD5 |
9a7040fa66cc61c580ae6c1e0a7f2f80
|
|
| BLAKE2b-256 |
6014db93f82dda50a451d8e4fceeddaabe6da665569f9e1167bce0c82b93d681
|
File details
Details for the file async_gaussdb-0.30.4-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 572.6 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4bdf22c27f2dc19e3e69c74863fe551dcc6e4180f227362a605594ea5bc008f
|
|
| MD5 |
33e4b11c582df5f953ca1a0a886634a8
|
|
| BLAKE2b-256 |
ca29967e5df28994ef7aa619e10478470114e8e56c40e64083c11bbc7043b671
|
File details
Details for the file async_gaussdb-0.30.4-cp39-cp39-win32.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp39-cp39-win32.whl
- Upload date:
- Size: 519.0 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa19cab0709833d36329c8713a10ac1fd0311700ce7dd2eda509bbccda1f640b
|
|
| MD5 |
e5bfe4d802290f39e57ba25b6d6f875d
|
|
| BLAKE2b-256 |
8666ca80978ea4f270131c11702eb63770da81be8a2be71fd85737cb6e13b81b
|
File details
Details for the file async_gaussdb-0.30.4-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a7bb49c86640449b2424520649a7be480838eaa1001cc8a48f52d97280b6ff2
|
|
| MD5 |
8a57d9d9a065dafc0f5606eb7214c7a5
|
|
| BLAKE2b-256 |
4847f10cb433a38de480c88fe7eb581f9cd86260cdb7466554810cbccf5095a7
|
File details
Details for the file async_gaussdb-0.30.4-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4ee82031fe4716e770a714ba622c9f28efe014b1ad4c78e7b36b39905e55781
|
|
| MD5 |
2ec769b93840e594a04a14a7957969ea
|
|
| BLAKE2b-256 |
3836ed86ab47ddf27a394ceba6deef393b4ad7701e4f64606c54c867f7d0493a
|
File details
Details for the file async_gaussdb-0.30.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e3c4993cf14e21f768c472004b76ed752f12db36ebfe91c44c29b2b8afe998a
|
|
| MD5 |
d375efa4ef4b88ce381fa3d8d557b782
|
|
| BLAKE2b-256 |
a881c2eea21743a5d9a972a4889aa1bfe2cb9426f69796e12c8347975a31ee32
|
File details
Details for the file async_gaussdb-0.30.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27ab48ebbd66de43d868f0e4d7c1f090597301a566c0e7cc114767fcd43339c6
|
|
| MD5 |
3beee90f803cf5272ae0505c671d804f
|
|
| BLAKE2b-256 |
384bbf55d23b52cb55be5d3fab6377ab0c90b0d77a715c57c5c9948d55e9cf47
|
File details
Details for the file async_gaussdb-0.30.4-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 634.8 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b039cc596556785b04e50d644bd1dda1390ba1612da4eba31c369f65d8ed99a
|
|
| MD5 |
f0941605df88f667c584a2ea054d7217
|
|
| BLAKE2b-256 |
4dc67614de98c004c26b54823bfd9dd67b9322c9cdf21124cefb4ca49cab90c3
|
File details
Details for the file async_gaussdb-0.30.4-cp39-cp39-macosx_10_9_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 653.6 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99357c7768180495e516529a35c88c14d11f01a63b4bcf3f5295fe0c711f2c7b
|
|
| MD5 |
200c200fba6b338f417bebd607d55a5f
|
|
| BLAKE2b-256 |
c03a7b1c0840b247aea07850e42725dda11f72e6ede8e66765826943a47f33ba
|
File details
Details for the file async_gaussdb-0.30.4-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 575.0 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43aac5551596114572c54c9995f904c5e8f30ba3d08e07fe70dd564a825c258f
|
|
| MD5 |
88aba78c082687a9b6244fd280cb694f
|
|
| BLAKE2b-256 |
6af2e42a00ddc0edab968c126e8431441dbf3356d6e4500e239a8b2df2db8231
|
File details
Details for the file async_gaussdb-0.30.4-cp38-cp38-win32.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp38-cp38-win32.whl
- Upload date:
- Size: 523.0 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9da41678e0b32703d930da5e77ccd67047c55b89770089fcbeebccda71836558
|
|
| MD5 |
9115f659a6db412b7913fa56e29af079
|
|
| BLAKE2b-256 |
25d054b67229dea7f0e7eb0857095c4b016d48b50fc403b7cf2995742742fa9a
|
File details
Details for the file async_gaussdb-0.30.4-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
292528f5e5bf5d7f683f696d99a240fb071623504730180b4af24e14dfdcd645
|
|
| MD5 |
6203c66ea275e2dcc95ecd80409089b6
|
|
| BLAKE2b-256 |
a1d51e7d45d0896eb46b3c841bd396ec4679f36cfaf93ca131bdc8788a598081
|
File details
Details for the file async_gaussdb-0.30.4-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e43c605df292fbcab830fa2a549032605cb8bdcc490cf4afc5ae3a7b5e54252
|
|
| MD5 |
356020aee1b1904d1ad29ccbf10e3363
|
|
| BLAKE2b-256 |
2b199266adcb7c7521ff8ac498f51712783f3a79a58abf421fb521fea9267613
|
File details
Details for the file async_gaussdb-0.30.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be66c55e5a041991c7c945d180bb1653c2a06e1efb740a6002081839c75ae187
|
|
| MD5 |
a67b350d64369659bf2eebee720afb78
|
|
| BLAKE2b-256 |
b91bc82399d93003e0b5808a3238d7e63a7ecde4e8d222f3e0fea7e0949de502
|
File details
Details for the file async_gaussdb-0.30.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56082e230f2cb17487f394454c13df6498434ff69ca41b8232020a0505956f54
|
|
| MD5 |
f66a663b2831533cf3792adbae57d5cd
|
|
| BLAKE2b-256 |
03b01e181efe56ed06a81ced8611cdc8f5d1bf87d348eca9f21f3d56278572dc
|
File details
Details for the file async_gaussdb-0.30.4-cp38-cp38-macosx_11_0_arm64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 646.9 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd862863c00f38d897e4703cbff4c76503662ddb5482dd7ab72bb061306e817a
|
|
| MD5 |
9cd77076dbd7870aef0508e94d9b96d8
|
|
| BLAKE2b-256 |
9b1a668379ea3fef60033c6738e528d3c434e7effa9c63c53f79ba35bfd2868f
|
File details
Details for the file async_gaussdb-0.30.4-cp38-cp38-macosx_10_9_x86_64.whl.
File metadata
- Download URL: async_gaussdb-0.30.4-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 666.0 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f9639eed508be82d9f402a061512f43d33d6e4a1f742bcb6b6dbfe7bb81f94c
|
|
| MD5 |
02ae177cd25312a23e3ba06012ba0ecd
|
|
| BLAKE2b-256 |
7ce5b24f5bf477ed747d0896aba1db4069adfcd87a423f13d9e099d06ba14d49
|