pry.py - an interactive drop in shell for python EXAMPLE Allow to embed ipython/bpython or the builtin python shell in your projects USAGE import pry; pry() INSTALL sudo -H pip install .