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-0.1.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-0.1.0.tar.gz.
File metadata
- Download URL: warborne-0.1.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 |
7d124ea20bd171a060b449d2dde83832e65a0bc7c5ff39c9ac1b954475b283fd
|
|
| MD5 |
31b6c5684d331baebf25c1657428bdfa
|
|
| BLAKE2b-256 |
1a99ac22e4665f40dc3990f6074f836300fbb363fd1f5398dbb55a1550e465ca
|
File details
Details for the file warborne-0.1.0-py3-none-any.whl.
File metadata
- Download URL: warborne-0.1.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 |
2632ae009674672025af51564c345f9bb1feb7d9a8026a425622ce9fb7ae7613
|
|
| MD5 |
8695d72604f063d54e95caaea1c923e9
|
|
| BLAKE2b-256 |
857c129c85883f151f8e1f523ba4fe0337ebf19a967c1cd5c419fa967ad02222
|