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

    Исходный пакет: python-module-scandir
    Версия: 1.10.0-alt2
    Собран:  5 июля 2022 г. 10:25
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/scandir

    Лицензия: BSD
    О пакете: A better directory iterator and faster os.walk() for Python
    Описание: 
    scandir() is a directory iteration function like
    os.listdir(), except that instead of returning a list of bare filenames,
    it yields DirEntry objects that include file type and stat information
    along with the name. Using scandir() increases the speed of os.walk() by
    2-20 times (depending on the platform and file system) by avoiding
    unnecessary calls to os.stat() in most cases.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-scandir (e2kv6, e2kv5, e2kv4, e2k)
    python-module-scandir-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Stanislav Levin

    Список участников:
    Stanislav Levin

      1. python-module-setuptools

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


    9 сентября 2020 г. Stanislav Levin 1.10.0-alt2
    - Disabled testing.
    17 марта 2019 г. Stanislav Levin 1.10.0-alt1
    - 1.9.0 -> 1.10.0.
    20 августа 2018 г. Stanislav Levin 1.9.0-alt1
    - Initial build.