Metadata-Version: 2.1
Name: binary-parser
Version: 0.0.1
Summary: convert integers to binary and vice-a-versa
Home-page: UNKNOWN
Author: Dhananjay Pai
Author-email: dhananjay2002pai@gmail.com
License: MIT
Keywords: binary to numbers
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE

A python module where a number can be converted to it's binary bits and binary bits in numbers.
Note: binary bits which will be recieved and provided will be in string format.

"""Release Notes as to what has changed"""

Change Log
==========

0.0.1 (07/02/2022)
------------------
- First Release


