My awesome CLI tool
Project description
is_probably_hash
Description
is_probably_hash is a lightweight Python library to check if particular string can be a hash. Just put particular string, and it will return boolean. Note that when it returns true, it means the string is possibly valid hash, but not necessarily must be hash.
Support popular hashes like MD5, SHA1, SHA256, and SHA512. Submit issue or PR for more support.
Installation
pip install is_probably_hash
Or install directly from source:
git clone https://github.com/yogski/is_probably_hash.git
cd is_probably_hash
pip install .
License
This project is licensed under the MIT License.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file is_probably_hash-0.1.0.tar.gz.
File metadata
- Download URL: is_probably_hash-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d02ec2a5fcbd19abbddae23c357cf676f7b43525d337cf42d685fd6c41ddc323
|
|
| MD5 |
dd97a46800ac21e938564dfcd596cf27
|
|
| BLAKE2b-256 |
8aafeafb9745eb16f0a86ccb29b9adb4a312bcffb808c0c74ba251a26ddda411
|
File details
Details for the file is_probably_hash-0.1.0-py3-none-any.whl.
File metadata
- Download URL: is_probably_hash-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c421e0ab4aa325db39b1e827a5c76cdeb3787a8ba60108de86eb4a0d05dfe73b
|
|
| MD5 |
e39244402b7e655c9a908e353676df65
|
|
| BLAKE2b-256 |
ab8cfd337d7fe97fd701f294b64e275e306397210d4fff94d9c116b47577b9a9
|