Metadata-Version: 1.0
Name: monkeyhex
Version: 1.3
Summary: Monkeypatch the python interpreter and debugger to print integer results in hex
Home-page: https://github.com/rhelmot/monkeyhex
Author: rhelmot
Author-email: andrewrdutcher@gmail.com
License: MIT
Description: 
        monkeyhex.py is a small library to assist users of the python shell who work in contexts where printed numbers are more usefully viewed in hexadecimal.
        
        Monkeyhex, as the name suggests, monkeypatches the system displayhook as well as the pprint and pdb modules to format integers as hex. To use it, just import the library and all future results will be formatted. To view a result in decimal again, put the expression in a print statement.
        
Keywords: hex hexadecimal monkeypatch integer number interpreter result debug debugger
Platform: UNKNOWN
