Create unified checksum from all the files and directories within a certain path
Project description
PyChecksum
A simple CLI tool to create unified checksum from all the files and directories within a certain path. You can use it within your CI/CD pipeline and automations to detect change or deterministically address a specific artifact.
How to use?
To view help:
./pychecksum -h
Get the checksum of current directories files and sub-directories:
./pychecksum
Create a checksum of all the files and sub-directoreis within src
directory:
./pychecksum -d ./src
Exclude node_modules
and __pycache__
directories:
./pychecksum -d . -e node_modules -e __pycache__
Limit the size of the checksum to 10 characters:
./pychecksum -s 10
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py_checksum-0.4.0.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for py_checksum-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 151b1ce95b924ac9f37cbea6ad1ab0d756f3bd0150279e14eb59c8121cecd01c |
|
MD5 | e902734c0a0299a07f341fa19764eb6f |
|
BLAKE2b-256 | 96af08c61ad1d4769f6fcb1170f3fe2881ee05d27795c43a759bcfd6e6aa8b0e |