category: Python requires: cygwin python27 sdesc: "Directory iterator module for Python 2" ldesc: "scandir() is a directory iteration function like os.listdir(), with an increase 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." obsoletes: python-scandir python2-scandir external-source: python-scandir