Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37559503
en ru br
ALT Linux repos
S:0.2.0-alt1

Group :: Development/Python3
RPM: python3-module-aiomysql

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.2.0-alt1
Build date: 22 august 2023, 08:46 ( 35.6 weeks ago )
Size: 86.56 Kb

Home page:   https://pypi.org/project/aiomysql/

License: MIT
Summary: A library for accessing a MySQL database from the asyncio
Description:

aiomysql is a "driver" for accessing a MySQL database from the asyncio
(PEP-3156/tulip) framework. It depends on and reuses most parts of PyMySQL.
aiomysql tries to be like awesome aiopg library and preserve same api,
look and feel.

Internally aiomysql is copy of PyMySQL, underlying io calls switched to async,
basically yield from and asyncio.coroutine added in proper places)).
sqlalchemy support ported from aiopg.

Current maintainer: Anton Zhukharev

List of contributors

List of rpms provided by this srpm:

  • python3-module-aiomysql
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin