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.1.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for py_checksum-0.4.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ed469233baef03b1064c3c15a1c536c8fb9e41556c8e3aa7fa184bbef46432d |
|
MD5 | b0361e078ed3ab47270434e803b8bfc4 |
|
BLAKE2b-256 | f74593309eca02eb95f0402b7b756b7a2b6322e710cf527a874152e7df916985 |