cartman

cartman 0.2.2

cartman is an overweight, spoiled, immature, outspoken, lazy, foul-mouthed, mean-spirited, racist, sexist, anti-semitic, xenophobic, sociopathic, narcissistic, and ill-tempered elementary school student living with his mother. Wait... wrong...

rpdb

rpdb 0.1.2

rpdb is essentially a Python wrapper around pdb that will re-route stdin and stdout to a socket handler. By default it opens the debugger on port 4444:import rpdb; rpdb.set_trace()But you can change that by simply instantiating Rpdb manually:import...