Path to this page:
./
devel/py-scandir,
Better directory iterator and faster os.walk()
Branch: CURRENT,
Version: 1.10.0nb1,
Package name: py27-scandir-1.10.0nb1,
Maintainer: pkgsrc-usersscandir() 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.
Required to run:[
devel/py-setuptools] [
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 32.53 KB
Version history: (Expand)
- (2022-01-05) Updated to version: py27-scandir-1.10.0nb1
- (2019-03-26) Updated to version: py27-scandir-1.10.0
- (2018-08-23) Updated to version: py27-scandir-1.9.0
- (2018-02-25) Updated to version: py27-scandir-1.7
- (2017-11-23) Package has been reborn
- (2017-10-04) Updated to version: py27-scandir-1.6
CVS history: (Expand)