Metadata-Version: 2.1
Name: isPowerOf2
Version: 0.1.0
Summary: First Library
Home-page: UNKNOWN
Author: Md Taslim Ansari
Author-email: taslim.developer@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Is Powe of 2
A small library to check if a number is Power of 2

### Installation
```
pip install isPowerOf2
```



