Name : python2-scandir
| |
Version : 1.8
| Vendor : Fedora Project
|
Release : 1.fc29
| Date : 2018-08-04 23:43:07
|
Group : Unspecified
| Source RPM : python-scandir-1.8-1.fc29.src.rpm
|
Size : 0.15 MB
| |
Packager : Fedora Project
| |
Summary : A better directory iterator and faster os.walk() for Python
|
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.
|
RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/releases/29/Everything/i386/os/Packages/p |