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
Enable debugging mode for diagnosis of checksum inconsistency:
./pychecksum -s 10 --debug
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
Built Distribution
Hashes for py_checksum-0.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7f469dc600bb9c5ef73674e528d23d1fc3e05edb381b0a929550796b95a5c00 |
|
MD5 | 81de85b473fb4d9ee43a4e547acc4453 |
|
BLAKE2b-256 | 8868a549a28195bea7376f016110a05875442cecd55bfde54eb26da3f1df3a4a |