A simple hashing library based on vowel counting
Project description
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
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
warborne-1.0.0.tar.gz
(3.0 kB
view details)
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 warborne-1.0.0.tar.gz.
File metadata
- Download URL: warborne-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7896750474159a161e95434e6997b499664e5a83f44a46a6e7d8ff114b97c7e
|
|
| MD5 |
eac5103fbf7412bbcb4fe1408038f5a5
|
|
| BLAKE2b-256 |
b008bf6d9da1a4b7ba0d5216ba8f96561e39dd4743df947b66fe6a48b979c78d
|
File details
Details for the file warborne-1.0.0-py3-none-any.whl.
File metadata
- Download URL: warborne-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eca6d63e4064c7717946469c40c1a1eef3a15c34a02eff2c8afff231977a3b0c
|
|
| MD5 |
3ac5044d48ff92c8622a850e72ace512
|
|
| BLAKE2b-256 |
83a2fda34f0782c2947049329e5d861cfe2e06b977408136c88ddd6af649c9b3
|