WarBorne
A simple hashing library that generates hashes based on vowel counting.
Installation
pip install warborne
Usage
from warborne import WarBorne
# Create a WarBorne instance
wb = WarBorne()
# Hash a string
hash_value = wb.hash("Hello, World!")
print(hash_value)
# Hash a file
file_hash = wb.hash_file("path/to/file.txt")
print(file_hash)
License MIT
Release files for warborne 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| warborne-1.0.0.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| warborne-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.3 kB
Release files / warborne-1.0.0.tar.gz
| Download URL | warborne-1.0.0.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f7896750474159a161e95434e6997b499664e5a83f44a46a6e7d8ff114b97c7e
|
|
BLAKE2b-256 checksum How to use checksums |
b008bf6d9da1a4b7ba0d5216ba8f96561e39dd4743df947b66fe6a48b979c78d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.3
|
Release files / warborne-1.0.0-py3-none-any.whl
| Download URL | warborne-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
eca6d63e4064c7717946469c40c1a1eef3a15c34a02eff2c8afff231977a3b0c
|
|
BLAKE2b-256 checksum How to use checksums |
83a2fda34f0782c2947049329e5d861cfe2e06b977408136c88ddd6af649c9b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.3
|