Пакет python3-module-aiomysql: Информация

    Исходный пакет: python3-module-aiomysql
    Версия: 0.2.0-alt1
    Последняя версия по данным Repology
    Собран:  22 августа 2023 г. 11:53 в задании #327691
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/aiomysql/

    Лицензия: MIT
    О пакете: A library for accessing a MySQL database from the asyncio
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-aiomysql (noarch)

    Сопровождающий: Anton Zhukharev

    Список участников:
    Anton Zhukharev

    Права:
    Anton Zhukharev
    @everybody

      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

    Последнее изменение


    22 августа 2023 г. Anton Zhukharev 0.2.0-alt1
    - Updated to 0.2.0.
    11 августа 2022 г. Anton Zhukharev 0.1.1-alt1
    - initial build for Sisyphus