Source: python-scandir Priority: optional Maintainer: Debian Python Modules Team Section: python Uploaders: Julien Puydt Standards-Version: 4.2.1 Build-Depends: debhelper (>= 11), dh-python, python-dev, python-setuptools, pypy, pypy-setuptools Homepage: https://github.com/benhoyt/scandir Vcs-Git: https://salsa.debian.org/python-team/modules/python-scandir.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-scandir Testsuite: autopkgtest-pkg-python Package: python-scandir Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Description: Backport of the "scandir" stdlib module (Python 2) Better directory iterator and faster os.walk(), as found in Python 3: instead of returning a list of bare filenames, it yields DirEntry objects that include much more information. . This package is (obviously) for Python 2. Package: pypy-scandir Architecture: any Depends: ${misc:Depends}, ${pypy:Depends}, ${shlibs:Depends} Description: Backport of the "scandir" stdlib module (PyPy) Better directory iterator and faster os.walk(), as found in Python 3: instead of returning a list of bare filenames, it yields DirEntry objects that include much more information. . This package is (obviously) for PyPy.