Package python-module-scandir: Information

    Source package: python-module-scandir
    Version: 1.10.0-alt1
    Build time:  Jan 13, 2021, 12:15 PM
    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 (e2kv5, e2kv4, e2k)
    python-module-scandir-debuginfo (e2kv5, e2kv4, e2k)

    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.