Letter P

python-scandir - A better directory iterator and faster os.walk() for Python

Website: https://github.com/benhoyt/scandir
License: BSD
Vendor: Fedora Project
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.
scandir is included in the Python 3.5+ standard library.

Packages

python-scandir-1.1-1.el6.x86_64 [36 KiB] Changelog by Avram Lubkin (2015-07-22):
- Initial package.
python-scandir-1.1-1.el6.i686 [36 KiB] Changelog by Avram Lubkin (2015-07-22):
- Initial package.

Listing created by Repoview-0.6.6-4.el7