Metadata-Version: 2.1
Name: isPowerOfTwo
Version: 1.0.0
Summary: Checking if a number is a power of 2
Author: Omkar Ingale
Author-email: <omkar001@duck.com>
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE

Package to check if a given number is a power of 2.
