File: control

package info (click to toggle)
python-dirhash 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 212 kB
  • sloc: python: 1,293; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,446 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
36
Source: python-dirhash
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-scantree,
               python3-setuptools,
               python3-versioneer,
Standards-Version: 4.6.0
Section: python
Homepage: https://github.com/andhus/dirhash-python
Vcs-Git: https://salsa.debian.org/python-team/packages/python-dirhash.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dirhash
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-dirhash
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Python module and CLI for hashing of file system directories
 A lightweight Python module and CLI for computing the hash of any directory
 based on its files' structure and content.
 .
  * Supports all hashing algorithms of Python's built-in hashlib module.
  * Glob/wildcard (".gitignore style") path matching for expressive filtering
    of files to include/exclude.
  * Multiprocessing for up to 6x speed-up
 .
 The hash is computed according to the Dirhash Standard, which is designed to
 allow for consistent and collision resistant generation/verification of
 directory hashes across implementations.
 .
 This package installs the library for Python 3, and the cli tool.