Metadata-Version: 2.1
Name: InduPack
Version: 0.1
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: numpy

# mypackage

This is a Python package containing advanced functions for:

- Custom sorting of dictionaries
- Fibonacci sequence calculation using memoization
- Palindrome checking
- Matrix multiplication and inversion
- Prime number generation using the Sieve of Eratosthenes

# Installation

```bash
pip install InduPack
