[ Bron: python-dirhash ]
Pakket: python3-dirhash (0.5.0-1)
Verwijzigingen voor python3-dirhash
Debian bronnen:
Het bronpakket python-dirhash downloaden:
- [python-dirhash_0.5.0-1.dsc]
- [python-dirhash_0.5.0.orig.tar.gz]
- [python-dirhash_0.5.0-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-dirhash gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-scantree
- Flexible recursive directory iterator: scandir meets glob("**", recursive=True)