Package python-module-scandir: Information

    Source package: python-module-scandir
    Version: 1.10.0-alt1
    Build time:  Mar 19, 2019, 07:24 AM in the task #225192
    Report package bug
    License: BSD
    Summary: A better directory iterator and faster os.walk() for Python
    Description: 
    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.

    List of rpms provided by this srpm:
    python-module-scandir (x86_64, i586, aarch64)
    python-module-scandir-debuginfo (x86_64, i586, aarch64)

    Maintainer: Stanislav Levin

    List of contributors:
    Stanislav Levin

      1. python-module-setuptools
      2. python-module-tox

    Last changed


    March 17, 2019 Stanislav Levin 1.10.0-alt1
    - 1.9.0 -> 1.10.0.
    Aug. 20, 2018 Stanislav Levin 1.9.0-alt1
    - Initial build.