Metadata-Version: 2.1
Name: bisHash
Version: 1.0.4
Summary: A simple hashing algorithm library
Home-page: https://github.com/michaelIldefonso/Hashing-Algorithm
Author: Group
Author-email: your.email@example.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Your Hashing Library

A simple hashing algorithm library for demonstration purposes.

## Installation

You can install it directly from GitHub:

```bash
pip install bisHash

