python3-scandir
Python3 - scandir - directory iterator and faster oswalk
3.0.0
2020-04-13
eisfair-1
the eisfair team, team(at)eisfair(dot)org
stable
glibc 3.0.0
python3-base 3.0.0
libpython3_8-1_0 3.0.0
Internal Program Version: scandir 1.10.0.3.8
'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.
https://github.com/benhoyt/scandir