Metadata-Version: 2.1
Name: binaryrepr
Version: 0.17
Summary: binaryrep utility to display position of the bits for a number.
Home-page: https://github.com/dlamouller/binaryreprtui
Author: David Lamouller
Author-email: dlamouller@protonmail.com
License: UNKNOWN
Keywords: binary representation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Description-Content-Type: text/plain
Requires-Dist: Click
Requires-Dist: PrettyTable

binaryrep is a utility to display position of the bits of a number. Entries can be decimal, hexadecimal, binary or octal.


