Metadata-Version: 2.0
Name: monkeyhex
Version: 1.2
Summary: Monkeypatch the python interpreter to print integer results in hex
Home-page: https://github.com/rhelmot/monkeyhex
Author: Andrew Dutcher
Author-email: andrew@andrewdutcher.com
License: MIT
Keywords: hex hexadecimal monkeypatch integer number interpreter result
Platform: UNKNOWN

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 will format the results of statements in the python interactive shell in 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.
In addition, Monkeyhex implements a pprint-like pretty-printing of long lists and dictionaries.


