unspecified

python2-scandir - A better directory iterator and faster os.walk() for Python

Website: https://github.com/benhoyt/scandir
License: BSD
Vendor: Fedora Project
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.
scandir is included in the Python 3.5+ standard library.

Packages

python2-scandir-1.3-1.fc24.x86_64 [43 KiB] Changelog by Avram Lubkin (2016-09-02):
- Updated to 1.3 (bz#1370901)

Listing created by Repoview-0.6.6-6.fc21