pypy-scandir

Backport of the "scandir" stdlib module (PyPy)
  https://github.com/benhoyt/scandir
  0
  no reviews



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.