This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Python > python-scandir (1.2)

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.

Maintained by: Dimitris Zlatanidis
Keywords: scandir,walk,os,iterator,directory
ChangeLog: python-scandir

Homepage:
https://github.com/benhoyt/scandir

Source Downloads:
scandir-1.2.tar.gz (3a317b482128e072f6cfb3bb2ce52e06)

Download SlackBuild:
python-scandir.tar.gz
python-scandir.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds