Metadata-Version: 2.2
Name: lu77U-SHA256
Version: 1.2.1
Summary: An Fully Manual SHA-256 Hasher
Home-page: https://github.com/sam-mg/Python-SHA-256-Implementation
Author: Sam MG Harish (lu77_u)
Author-email: sammgharish@gmail.com
License: Apache Software License 2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# Python SHA-256 Implementation

This repository provides a Python implementation of the SHA-256 hashing algorithm.  

## Installation
You can easily install the package via `pip`:
```bash
pip install lu77U-SHA256
```

## Usage
Once installed, you can start using the tool directly from the command line. For help and available options, run:
```bash
lu77U-SHA256 --help
```

<p align="right">
  <img src="https://wakatime.com/badge/user/f5bf5341-405c-480f-bd76-40a5c1a8ada9/project/b4aa1df9-78ec-4e43-a081-e927ddbb4394.svg" alt="WakaTime Repo Image" />
</p>
