python-dirhash 0.2.1-3 source package in Ubuntu
Changelog
python-dirhash (0.2.1-3) unstable; urgency=medium * Team upload. * Add missing dependency -- Jochen Sprickerhof <email address hidden> Fri, 28 Jan 2022 08:48:22 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-dirhash_0.2.1-3.dsc | 2.0 KiB | 812b64db092bfa9255f7acd6e551a14459aa910ccaad9078c3ce6049530cc898 |
python-dirhash_0.2.1.orig.tar.gz | 13.5 KiB | 31bf8192fbb6e09a2a7ff4de31b9eb127c58545af22125ca1fa67c91c8e2d898 |
python-dirhash_0.2.1-3.debian.tar.xz | 3.7 KiB | 6139a6476b60d4792ec6cb18a7207bb5e9a474df856dfdf643a5a2ee9572f894 |
Available diffs
- diff from 0.2.1-2 to 0.2.1-3 (501 bytes)
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.