File: control

package info (click to toggle)
python-scandir 1.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 224 kB
  • sloc: ansic: 1,596; python: 1,129; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 902 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: python-scandir
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Section: python
Uploaders: Julien Puydt <jpuydt@debian.org>
Standards-Version: 4.5.0
Build-Depends: debhelper-compat (= 13), dh-python, pypy, pypy-setuptools
Homepage: https://github.com/benhoyt/scandir
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-scandir.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-scandir
Testsuite: autopkgtest-pkg-python

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.