Metadata-Version: 2.4
Name: helliemod
Version: 1.0.3
Summary: A module for Allame hellie`s students
Author: M.P.Abdi
Author-email: m.p.abdi90@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# helliemod

A Python module for Allame Hellie's students, providing various mathematical utilities.

## Features
- Factorial calculation
- Prime number checking
- Fibonacci sequence generation
- GCD and LCM calculations
- And more...

## Installation
```bash
pip install helliemod
