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.2.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for py_checksum-0.4.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4edf9525b099f378c03b235e3a4cc5823aae1d542044539ee84fca17c5897bc7 |
|
MD5 | 9450d6b3a2619260ea00dd06ecd0808d |
|
BLAKE2b-256 | ad3da3e508ba55b6be646d177408a94860ab6f6e9ff043d625d47a5406d642e1 |