Package python3-module-aiomysql: Information

    Source package: python3-module-aiomysql
    Version: 0.2.0-alt1
    Build time:  Apr 27, 2024, 10:54 PM in the task #345373
    Report package bug
    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.

    List of rpms provided by this srpm:
    python3-module-aiomysql (noarch)

    Maintainer: Anton Zhukharev

    List of contributors:
    Anton Zhukharev

      1. /usr/bin/git
      2. python3-module-pyproject-installer >= 0.4.0
      3. python3-module-setuptools
      4. python3-module-setuptools-scm
      5. python3-module-wheel
      6. rpm-build-pyproject

    Last changed


    Aug. 22, 2023 Anton Zhukharev 0.2.0-alt1
    - Updated to 0.2.0.
    Aug. 11, 2022 Anton Zhukharev 0.1.1-alt1
    - initial build for Sisyphus