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
, __pycache__
directories and .env
files:
./pychecksum -d . -e node_modules __pycache__ .env
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.3.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for py_checksum-0.4.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87fd8fbb695b213882a6832ca759a6d9f520ac1d3d9161f6aeeb462e997a9808 |
|
MD5 | 899c1018721a737512b160e1cedb92a1 |
|
BLAKE2b-256 | 45e45e1560db3c7d3e89008c9e125a3c2198b95aacfa17297f60aceab5a0e37f |