Source: python-scandir
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Standards-Version: 4.1.3
Build-Depends: debhelper (>= 10), dh-python, python-dev, python-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

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.
