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.5.1.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for py_checksum-0.5.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63f97648974caf3dfc23dc213df08e23b4828af6d510e3f3a2860537f53779db |
|
MD5 | 1cc1f210689bb4a9f57b7f88d9155796 |
|
BLAKE2b-256 | 8e6ec9caa0d7aab4563710b476bce18075080ebdde2ad454d99951fb393ced97 |