CMD + K

scandir

Community

scandir, a better directory iterator and faster os.walk()

Installation

To install this package, run one of the following:

Conda
$conda install digestive::scandir

Usage Tracking

1.9.0
1 / 8 versions selected
Downloads (Last 6 months): 0

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.

About

Summary

scandir, a better directory iterator and faster os.walk()

Last Updated

Nov 19, 2019 at 13:31

License

BSD 3-Clause

Total Downloads

2