python-dirhash 0.2.1-2 source package in Ubuntu

Changelog

python-dirhash (0.2.1-2) unstable; urgency=medium

  * Team upload.
  * Source only upload

 -- Jochen Sprickerhof <email address hidden>  Thu, 27 Jan 2022 22:27:08 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dirhash_0.2.1-2.dsc 2.0 KiB 5f8ba32e8d0cfa2d18e2cc34737d5b55156098c36719fe1294aeeace5bef53bb
python-dirhash_0.2.1.orig.tar.gz 13.5 KiB 31bf8192fbb6e09a2a7ff4de31b9eb127c58545af22125ca1fa67c91c8e2d898
python-dirhash_0.2.1-2.debian.tar.xz 3.7 KiB 8e2cfc02574e0d9d4c416cd20450b406e9000937f1fb4635af612718bed04a8b

No changes file available.

Binary packages built by this source

python3-dirhash: 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.