Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
pypy-scandir
Backport of the "scandir" stdlib module (PyPy)
https://github.com/benhoyt/scandir
0
no reviews
Install
Better directory iterator and faster os.walk(), as found in Python 3: instead of returning a list of bare filenames, it yields DirEntry objects that include much more information.
This package is (obviously) for PyPy.