[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#711388: ITP: scandir -- Better directory iterator that returns all file info the OS provides



Package: wnpp
Severity: wishlist
Owner: Nicolas Delvaux <contact@nicolas-delvaux.org>

* Package name    : scandir
  Version         : 0.1+git
  Upstream Author : Ben Hoyt <benhoyt@gmail.com>
* URL             : https://github.com/benhoyt/scandir
* License         : BSD-3-clause
  Programming Lang: Python
  Description     : Better directory iterator that returns all file info the OS provides

Python module which provides a generator version of os.listdir() that also exposes the extra file information the operating system returns when you iterate a directory.
scandir also provides a much faster version of os.walk(), because it can use the extra file information exposed by the scandir() function.


Reply to: