scandir 1.4
scandir, a better directory iterator and faster os.walk()
scandir() is a generator version of os.listdir() that returns an iterator over files in a directory, and also exposes the extra information most OSes provide while iterating files in a directory (such as type and stat information).
This module also includes a version of os.walk() that uses scandir() to speed it up significantly.
NOTE: If you’re using Python version 3.5+, os.scandir() and the speed improvements to os.walk() are already available in the standard library.
| File | Type | Py Version | Uploaded on | Size | |
|---|---|---|---|---|---|
| scandir-1.4.tar.gz (md5) | Source | 2016-11-11 | 28KB | ||
| scandir-1.4.zip (md5) | Source | 2016-11-11 | 33KB | ||
- Author: Ben Hoyt
- Home Page: https://github.com/benhoyt/scandir
- License: New BSD License
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.2
- Programming Language :: Python :: 3.3
- Programming Language :: Python :: 3.4
- Programming Language :: Python :: 3.5
- Programming Language :: Python :: Implementation :: CPython
- Topic :: System :: Filesystems
- Topic :: System :: Operating System
- Package Index Owner: benhoyt
- Package Index Maintainer: haypo
- DOAP record: scandir-1.4.xml
