パッケージ: python3-dirhash (0.2.1-3)
python3-dirhash に関するリンク
Trisquel の資源:
python-dirhash ソースパッケージをダウンロード:
- [python-dirhash_0.2.1-3.dsc]
- [python-dirhash_0.2.1.orig.tar.gz]
- [python-dirhash_0.2.1-3.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Python Team
- Ruffin White
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
その他の python3-dirhash 関連パッケージ
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-scantree
- Flexible recursive directory iterator: scandir meets glob("**", recursive=True)