Metadata-Version: 2.1
Name: IP_pack
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 functions for:

- check palindrome
- Fibonacci sequence calculation
- check factorial calculation
- find the gcd 
- find the count of vowels in a string
- sorting the list

# Installation

```cmd```

pip install IP_pack
