File: control

package info (click to toggle)
python-scantree 0.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 1,040; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,363 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
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: python-scantree
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ruffin White <roxfoxpox@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-attr,
               python3-pathspec,
               python3-pytest,
               python3-pytest-cov,
               python3-setuptools,
               python3-versioneer,
Standards-Version: 4.6.2
Section: python
Homepage: https://github.com/andhus/scantree
Vcs-Git: https://salsa.debian.org/python-team/packages/python-scantree.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-scantree
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-scantree
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Flexible recursive directory iterator: scandir meets glob("**", recursive=True)
 Recursive directory iterator supporting:
 .
  * flexible filtering including wildcard path matching
  * in memory representation of file-tree (for repeated access)
  * efficient access to directory entry properties (`posix.DirEntry` interface)
    extended with real path and path relative to the recursion root directory
  * detection and handling of cyclic symlinks
 .
 This package installs the library for Python 3.